.w{
    width:1140px;
    margin:0 auto;
}
.bg{
    background: #FAFAFA;
}
a,img{
    border:none;
}
/*------------------------------------*/


/*header*/
#header{
    height:170px;
    border-bottom: 2px solid #2A9AEA;
    background: url("../images/header.png") no-repeat center top;
}
#header .logo{
    margin-top: 24px;
    margin-left: 35px;
}
#header .collect{
    margin-top: 38px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 30px;
}
#header .collect a{
    color:#fff;
    line-height: 36px;
    display: inline-block;
    float: right;
}
#header .collect span{
    width:1px;
    height:14px;
    background: #fff;
    display: inline-block;
    float: right;
    margin:0 10px;
    margin-top: 11px;
}
#header .search{
    width:340px;
    height:38px;
    background: rgba(255, 255, 255, .3);
    margin-top: 17px;
    padding: 2px;
    margin-right: 30px;
}
#header .search .search-n{
    width:340px;
    height:38px;
    background: #fff;
}
#header .search input{
    padding-left: 15px;
    height:23px;
    border-right: 1px solid #E6E6E6;
    width:269px;
    font-size: 14px;
    color:#999;
    line-height: 23px;
    margin-top: 7px;
    font-family: 'MicroSoft Yahei';
    float: left;
}
#header .search .searchbtn{
    width:54px;
    height:38px;
    background: url("../images/search.png") no-repeat center 3px;
    float: left;
	border:0px;
}
#header .search a{
    width:54px;
    height:38px;
    background: url("../images/search.png") no-repeat center;
    float: left;
}
#header .right{
    width:345px;
}

/*nav*/
.nav{
    height:49px;
    text-align: center;
    background: #2A9AEA;
    color:#b8e1ff;
    margin:0 auto;
    width:866px;
    display: block;
}
.nav a{
    line-height: 46px;
    padding: 0 15px;
    color:#b8e1ff;
    font-size: 18px;
    display: inline-block;
    float: left;
    height:49px;
}
.nav .line{
    width:2px;
    height:17px;
    background: #b8e1ff;
    display: inline-block;
    float: left;
    margin-top: 16px;
}
.nav a:hover{
    color:#fff;
}

.nav .left{
    width:40px;
    height:49px;
    background: url("../images/left.png") no-repeat;
    position: absolute;
    top:0;
    left:-39px;
}
.nav .right{
    width:40px;
    height:49px;
    background: url("../images/right.png") no-repeat;
    position: absolute;
    top:0;
    right:-39px;
}

/*main*/
.main{
    margin-top: 50px;
}
.main .left{
    width:215px;
    height:288px;
    background: #DDEAF3;
}
.main .left a{
    display: block;
    line-height: 67px;
    height:66px;
    padding-left: 20px;
    color:#333;
    font-size: 18px;
    width:173px;
    margin-left: 10px;
    border-bottom: 1px dashed #2A9AEA;
}
.main .left a span{
    background: url("../images/arrow.png") no-repeat right center;
    padding-right: 36px;
    display: inline-block;
}
.main .left .ul{
    width:213px;
}
.main .left .ul>li{
    width:168px;
    line-height: 35px;
    margin-bottom: 12px;
    float: left;
    color:#333;
    padding-left: 45px;
    cursor: pointer;
    font-size: 14px;
}
.main .left .ul>li.li-0{
    background: url("../images/r-0.png") no-repeat 16px center;
}
.main .left .ul>li.li-1{
    background: url("../images/r-1.png") no-repeat 11px center;
}
.main .left .ul>li.li-2{
    background: url("../images/r-2.png") no-repeat 13px center;
}
.main .left .ul>li.li-0:hover{
    background: url("../images/r-3.png") no-repeat 16px center #2A9AEA;
}
.main .left .ul>li.li-1:hover{
    background: url("../images/r-4.png") no-repeat 11px center #2A9AEA;
}
.main .left .ul>li.li-2:hover{
    background: url("../images/r-5.png") no-repeat 13px center #2A9AEA;
}
.main .left .ul>li:hover,.main .left .ul>li.on{
    background: #2A9AEA;
    color:#fff;
}

.main .slide{
    width:436px;
    height:288px;
    margin-left: 10px;
}
.main .slide .bd{
    width:436px;
    height:288px;
    position: absolute;
    top:0;
    left:0;
}
.main .slide .bd ul{
    width:436px;
    height:288px;
}
.main .slide .bd ul li{
    width:436px;
    height:288px;
    float: left;
    position: relative;
}
.main .slide .bd ul li .libottom{
    width:426px;
    height:36px;
    position: absolute;
    bottom:0;
    left:0;
    padding-left: 10px;
    font-size: 14px;
    color:#fff;
    line-height: 36px;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
}
.main .slide .hd{
    width:70px;
    height:10px;
    position: absolute;
    bottom:10px;
    right:0;
}
.main .slide .hd ul{
    width:70px;
    height:10px;
}
.main .slide .hd ul li{
    width:10px;
    height:10px;
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    background: #fff;
    text-indent: -9999px;
}
.main .slide .hd ul li.on{
    background: #2A98DA;
}

.main .right{
    width:450px;
    height:286px;
    border:1px solid #DDDDDD;
    background: #fff;
    padding-left: 14px;
    padding-right: 11px;
}

.pub-t{
    height:53px;
    border-bottom: 2px solid #D3D3D3;
    line-height: 53px;
}
.pub-t strong{
    font-size: 24px;
    color:#2a9aea;
    border-bottom: 2px solid #2a9aea;
    height:53px;
    background: url("../images/point-0.png") no-repeat left center;
    padding-left: 40px;
}
.pub-t a{
    font-size: 14px;
    color:#3a469d;
    display: inline-block;
    float: right;
    line-height: 30px;
    margin-top: 20px;
}
.list{
    width:100%;
    padding-top: 8px;
}
.list>a{
    width:100%;
    font-size: 14px;
    color:#333;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.list>a:hover{
    color:#2a9aea;
}

.list>a .s{
    width:86%;
    height:30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.ad{
    margin-top: 20px;
    height:110px;
    margin-bottom: 20px;
}
.ad .bd{
    width:100%;
    height:110px;
    position: absolute;
    top:0;
    left:0;
}
.ad .bd ul{
    height:110px;
}
.ad .bd ul li{
    width:100%;
    height:110px;
    float: left;
    position: relative;
}
.ad .bd ul li a{
    width:100%;
    height:110px;
    display: block;
}
.ad .bd ul li a.li-0{
    background: url("../images/ad.png") no-repeat center top;
}

.ad .hd{
    width:74px;
    height:10px;
    position: absolute;
    bottom:10px;
    right:0;
}
.ad .hd ul{
    width:74px;
    height:10px;
}
.ad .hd ul li{
    width:10px;
    height:10px;
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    background: #fff;
    text-indent: -9999px;
}
.ad .hd ul li.on{
    background: #2A98DA;
}
.main-0{
    padding-bottom: 50px;
}
.main-0 .left{
    width:215px;
}
.main-0 .left .ping{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width:195px;
    font-size: 14px;
    color:#333;
    line-height: 24px;
    background: #DDEAF3;
    height:218px;
}
.main-0 .left .ping h2{
    border-bottom: 1px dashed #2A9AEA;
    font-size: 18px;
    line-height: 24px;
    color:#333;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: justify;
}
.main-0 .left .ping p{
    border-bottom: 1px dashed #2a9aea;
    padding-bottom: 6px;
    text-align: justify;
}
.main-0 .left .ping a{
    width:145px;
    height:34px;
    text-align: center;
    line-height: 34px;
    background: #2A9AEA;
    font-size: 14px;
    color:#fff;
    display: block;
    margin:0 auto;
    margin-top: 22px;
    border-radius: 3px;
}
.main-0 .left .contact{
    width:215px;
    height:150px;
    background: #DDEAF3;
}
.main-0 .left .contact h2{
    height:52px;
    line-height: 52px;
    font-size: 18px;
    width:195px;
    margin-left: 10px;
    color:#333;
    font-weight: normal;
    border-bottom: 1px dashed #2A9AEA;
    margin-bottom: 8px;
}
.main-0 .left .contact p{
    padding-left: 41px;
    font-size: 14px;
    color:#333;
    line-height:34px;
    background: url("../images/phone.png") no-repeat 13px center;
}
.main-0 .left .contact .p{
    background: url("../images/email.png") no-repeat 12px center;
}

.main-0 .center-right{
    width:913px;
    height:375px;
    background: #fff;
    border:1px solid #E6E6E6;
}
.main-0 .center{
    width:420px;
    margin-left: 19px;
}
.main-0 .center .strong{
    background: url("../images/point.png") no-repeat left center;
    padding-left: 36px;
}
.main-0 .center-0{
    width:425px;
    margin-left: 28px;
}
.main-0 .center-0 .strong-0{
    background: url("../images/point-1.png") no-repeat left center;
    padding-left: 29px;
}
.main-0 .center .list a{
    color:#333;
    line-height: 32px;
}
.main-0 .center .list a:hover{
    color:#2A98DA;
}
.main-0 .right{
    width:1140px;
    height:119px;
    margin-top: 24px;
}
.main-0 .right a{
    width:380px;
    height:119px;
    display: inline-block;
    float: left;
}

/*footer*/
#footer{
    height:130px;
    border-top: 1px solid #E2E2E2;
}
#footer .link{
    width:1100px;
    height: 57px;
    position: absolute;
    top:32px;
    left:50%;
    margin-left: -550px;
}
#footer .link .prev{
    width:32px;
    height:57px;
    background: url("../images/prev.png") no-repeat center;
    position: absolute;
    top:0;
    left:0;
}
#footer .link .next{
    width:32px;
    height:57px;
    background: url("../images/next.png") no-repeat center;
    position: absolute;
    top:0;
    right:0;
}
#footer .link .bd{
    width:1004px;
    height:57px;
    position: absolute;
    top:0;
    left:49px;
    overflow: hidden;
}
#footer .link .bd ul{
    height:57px;
}
#footer .link .bd ul li{
    display: inline-block !important;
    float: left;
    margin-right: 4px;
    height:57px;
    width:1008px;
}
#footer .link .bd ul li a{
    display: inline-block;
    float: left;
    margin-left: 20px;
	margin-right: 20px;
}

.copy{
    background: #E4E4E4;
    height:40px;
    text-align: center;
    line-height: 40px;
    color:#333;
    font-size: 14px;
    font-family: 'simsun';
}







.ping2{
    margin-top:20px;
	margin-bottom: 10px;
    width:245px;
    font-size: 12px;
    color:#333;
    line-height: 24px;
    background: #DDEAF3;
}
.ping2 h2{
    /*border-bottom: 1px dashed #2A9AEA;*/
    font-size: 12px;
    line-height: 24px;
    color:#333;
    padding:10px;
    font-weight: normal;
	text-align:center;
}

.ping2 h2 a{color:#333;}


.main-0 .right-0{
    width:850px;
    margin-left: 20px;
}
.main-0 .left-0{
    width:255px;
}

.main-0 .left .wyh {
    border:1px solid #E6E6E6;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width:203px;
    font-size: 14px;
    color:#333;
    line-height: 24px;
    padding-bottom: 24px;
}
.main-0 .left .wyh a{
    color:#333;
}
.main-0 .left .wyh p{
    line-height: 47px;
    background: url("../images/point.jpg") no-repeat 16px center;
    padding-left: 28px;
    color:#333;
    font-size: 18px;
}
.main-0 .left .wyh .ul{
    width:243px;
}
.main-0 .left .wyh .ul>li{
    width:243px;
    line-height: 35px;
    margin-bottom: 5px;
    float: left;
    color:#333;
    padding-left: 28px;
    cursor: pointer;
}
.main-0 .left .wyh .ul>li:hover,.main .left .ul>li.on{
    background: #2A9AEA;
    color:#fff;
}
.main-0 .right-0 .content{padding:20px 17px;}

h3{color:#333;font-size:21px;text-align:center;border-bottom:1px solid #e1e1e1;padding-bottom:10px;}
.article-infobox{padding-top:10px;}
.main-0 .right-0 .content p{font-size:16px;line-height:28px;/*text-indent:2em*/}

.pagination{margin:15px auto;text-align:center;}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#dfdfdf;border:1px solid transparent;border-left-width:0;color:#ffffff}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#428bca}.pagination ul>.active>a,.pagination ul>.active>span{color:#dfdfdf;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#dfdfdf;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:22px 30px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:2px 6px;font-size:10.5px}

.dist1{width:400px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.dist2{width:380px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}