* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
        font-family: "微软雅黑";
}
a:hover{
	text-decoration: underline;
}
body{
	min-width: 1200px;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.clearfloat:after,
.clearfloat:before {
	display: block;
	clear: both;
	
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}


/*头部*/

header {
	width: 100%;
	height: 160px;
	background: #001731;
	margin: 0 auto;
}

.head {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.hdLogo {
    display: inline-block;
    width:auto;
    height: 102px;
    padding: 27px 0 0;
}

.hdLogo img {
	width: 100%;
	height: 100%;
}

.hdList {
	width: 325px;
	height: 30px;
	    position: absolute;
    top: 5px;
    right: 0;

}

.hdList li {
	width: 33.3333%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	text-align: -moz-center;
	text-align: -webkit-center;
	line-height: 30px;
	text-align: center;
	
}

.hdList li:last-child {
	
}

.hdList li a {
	font-size: 16px;
	color: #fff;
}

.search {
	width: 280px;
	height: 28px;
	font-size: 0px;
	background: #fff;
	position: absolute;
	top: 40px;
	right: -43px;
	display: none;
}

.search form input {
	width: 240px;
	height: 28px;
	font-size: 14px;
	border: none;
	padding: 7px 15px;
	box-sizing: border-box;
}

.search form button {
	padding: 5px 6px;
	border: none;
	background: #f1f1f1;
	font-size: 14px;
	color: #001731;
}

.seek {
	position: absolute;
	top: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	 background:url(../images/sousuo.jpg) no-repeat center;
}

/*导航*/

nav {
	width: 100%;
	height: 47px;
	background: #011121;
}

.nav {
	width: 1200px;
	padding: 11px 0;
	margin: 0 auto;
}

.navList>li {
	position: relative;
	width: 12.5%;
	float: left;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #56595e;
}

.navList>li:last-child {
	border-right: none;
}

.navList .last {
	border-right: none;
}

.navList>li a {
	font-size: 18px;
        font-weight: 700;
	color: #fff;
}

.pullDown {
	width: 100%;
	height: auto;
	position: absolute;
	top: 36px;
	left: 0;
	background: #001731;
	box-shadow: 0px 1px 1px 1px #001731;
	display: none;
	z-index: 8;
}

.pullDown li {
	line-height: 47px;
	border-top: 1px solid #001731;
}

.pullDown li a {
	font-size: 14px;
	font-weight: 500;
}


/*轮播*/

#carousel {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 460px;
}

.carList {
	width: 100%;
	height: 460px;
}

.carList li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.carList .active{
	display: block;
}

.carList li img {
	width: 100%;
	height: 100%;
}

.carBtn {
	width: 32px;
	height: 65px;
	position: absolute;
	top: 50%;
	font-size: 25px;
	line-height: 65px;
	color: #fff;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.carBtn.next {
	right: 0;
}
.tab{
	width: 50%;
	height: 12px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	/*border: 1px dashed #666;*/
}
.tab li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.tab .active{
	background: #001731;
}

/*--通知----讲座--*/
.tzggjzrt {
	width: 100%;
	height: 348px;
	padding-bottom: 20px;
	background: #fff;
}

.concom {
	width: 793px;
	float: left;
}
.column{
	width: 100%;
	height: 40px;
	margin: 20px 0;
	border-bottom: 2px solid #E7E7E7;
}
.column .title{
	width: auto;
	height: 100%;
	display: inline-block;
}
.column .title h2{
	display: inline-block;
	width: auto;
	height: 100%;
	font-size: 20px;
	color: #001731;
	border-bottom: 2px solid #001731;
}
.column .title p{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.column .title p span{
	margin: 0 10px;
}
.more{
	font-size: 16px;
	float: right;
}
.more a{
	line-height: 40px;
	color: #666;
}
.noticeList{
	width: 100%;
	
}
.noticeList li{
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #001731;
	float: left;
	list-style-position: inside;
	list-style-type:  disc;	
}


.noticeList li:nth-child(2n-1){
	margin-right: 33px;
}
.noticeList li span{
	padding: 7px 10px;
	color: #001731;
	float:  right;
}
.noticeList li a{
	padding-left: 7px;
	color: #333;
}

/*讲座论坛*/
.ls_com{
	width: 380px;
	float: right;
}
.lectureList{
	overflow: hidden;
}
.lectureList li{
	margin-bottom: 15px;
}
.lectureDate{
	height: 60px;
	width: 60px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #001731;
}
.lectureDate p{
	height: 30px;
	line-height: 30px;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
}
.lectureDate p:last-child{
	background: #001731;
	color: #fff;
}
.lectureTitle{
	width: 300px;
	height: 60px;
	float: right;
	font-size: 15px;
}
.lectureTitle h5 a{
	font-size: 16px;
	color: #001731;
}
.lectureTitle p a{
	font-size: 15px;
	color: #333;
}
.lectureTitle p span{
	display: inline-block;
	color: #d6d6d6;
	margin-right: 7px;
}

/*新闻----服务*/
.xwyj{
	background: #F1F1F1;
	padding-bottom: 30px;
}
.newsList li{
	width: 380px;
	line-height: 40px;
	font-size: 14px;
	float: left;
}
.newsList li:nth-child(2n){
	margin-right: 33px;
}
.newsList li a{
	color: #333;
}
.newsList li span{
	display: inline-block;
	float: right;
}
.newsList .newsLast{
	width: 100%;
	height: 80px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #999;
}
.lastimg{
	width: 125px;
	height: 90px;
	float: left;
}
.lastimg img{
	width: 100%;
	height: 100%;
}
.lasttitle{
	width: 650px;
	float: right;
	overflow: hidden;
}
.lasttitle h4{
	font-size: 16px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 16px;
}
.lasttitle p{
	font-size: 14px;
	line-height: 22px;
}
.lasttitle p a{
	display: inline-block;
	color: #001731;
	text-align: -moz-right;
	text-align: -webkit-right;
	float: right;
}
.serciveList{
	overflow: hidden;
}
.serciveList li{
	height: 100px;
	margin-bottom: 20px;
}
.serciveList li img{
	width: 100%;
	height: 100%;
}
/*风采----友情*/
.mienList{
	float: left;
	margin-left: 30px;
}
.mienList:first-child{
	margin-left: 0;
}
.tutor{
	position: relative;
	width: 100%;
	height: 255px;
}
.tutor img{
	width: 100%;
	height: 100%;
}
.tutor p{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	background: rgba(0,0,0,.7);
}
.tutor p a{
	font-size: 15px;
	color: #fff;
}
.linkList li{
	font-size: 15px;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	background: #f3f3f3;
	margin-bottom: 5px;
}
.linkList li a{
	display: block;
	line-height: 30px;
	color: #333;
}
/*底部*/
footer{
	width: 100%;
	background: #001731;
}
#footer{
	overflow: visible;
}
#footer .df{
	font-size: 14px;
	color: #fff;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	line-height: 40px;
}
.wxgz{
	display: inline-block;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}
.wxgz span{
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 7px;
	background: url(../images/wx.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
}
.wxgz-rwm{
	position: absolute;
	top: -140px;
	left: 20px;
	width: 130px;
	height: 130px;
	display: none;
	z-index: 29;
}

.wxgz-rwm img{
	width: 100%;
	height: 100%;
}
.wxgz:hover .wxgz-rwm{
	display: block;
}


/*内容页*/
.content{
	background: #fff;
	padding: 40px 0;
}
#vsb_content p a{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}
/*栏目菜单*/
.part{
	width: 260px;
	height: auto;
	float: left;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
}
.part h3{
	width: 100%;
	height: 50px;
	background: #001731;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
}
.partList{
	width: 100%;
	height: auto;
	background: #f2f2f2;
}
.partList li{
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}
.partList li a{
	font-size: 16px;
	color: #333;
}

/*正文*/


.main{
	width: 900px;
	min-height: 600px;
	float: right;
}
.partTitle{
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #001731;
	box-sizing: border-box;
	vertical-align: top;
}
.partTitle h3{
	display: inline-block;
	width: auto;
	font-size: 20px;
}
.partTitle p{
	width: auto;
	font-size: 14px;
	color: #666;
	float: right;
	margin-top: 10px;
}
.partTitle p a{
	color: #666;
}
.mainBody{
	padding-left: 30px;
	padding-right: 30px;
}
.mainTitle{
	width: 100%;
	height: 120px;
	display: table;
	vertical-align: middle;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	border-bottom: 1px dashed #999;
}
.mainTitle h2{
	font-size: 20px;
	margin-top: 30px;
}
.mainBz p{
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	color: #777;
	text-align: center;
}


/*内容翻页列表页*/
#zs-carousel{
	width: auto;
	height: 300px;
}

#zs-carousel img{
	width: 100%;
	height: 100%;
}

.mainZw{
	padding-top: 15px;
	font-size: 16px;
}
.mainZw p img{
	display: block;
	margin: 20px auto;
}
.mainPaning{
	padding: 20px 0;
	font-size: 16px;
}
.mainPaning p a{
	color: #001731;
}
.mainShare{
	padding: 20px 0;
	text-align: -moz-right;
	text-align: -webkit-right;
	text-align: right;
}
.mainShare li{
	display: inline-block;
	/*padding: 5px;*/
}
.mainShare li a{
	display: inline-block;
	width: 22px;
	height: 22px;
}
.mainShare li:nth-child(1) a{
	background: url(../images/share.png) 0 0 no-repeat;
}
.mainShare li:nth-child(2) a{
	background: url(../images/share.png) -26px 0 no-repeat;
}
.mainShare li:nth-child(3) a{
	background: url(../images/share.png) -52px 0 no-repeat;
}
.mainShare li:nth-child(4) a{
	background: url(../images/share.png) -78px 0 no-repeat;
}
.mainShare li:nth-child(5) a{
	background: url(../images/share.png) -104px 0 no-repeat;
}
.mainShare li:nth-child(6) a{
	background: url(../images/share.png) -130px 0 no-repeat;
}

.bdshare-button-style0-32{
       float:right;
}

.v_news_content{
      min-height:450px;
}

/*标题列表页*/

.titleList{
        width:880px;
	padding: 20px 10px;
	overflow: hidden;
	display: inline-block;
	min-height:420px;

}

.titleList li{
    width:880px;
}

.titleList li a{
	line-height: 32px;
	font-size-adjust: 14px;
	color: #333;
}

.titleList li span{
	color: #666;
}

.titleList li big{
	float: right;
	color: #666;
}

.titleList p{
	width: 100%;
	/*height: 1px;*/
	border: 1px dashed #999;
	margin: 15px 0;
}

.ftPaging{
	padding: 15px 0;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
}
.ftPaging li{
	display: inline-block;
	padding: 5px;
	font-size: 14px;
}
.ftPaging li a{
	display: block;
	padding: 0 5px;
	color: #333;
	border: 1px solid #666;
}
.ftPaging li input{
	width: 40px;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	padding: 2px 0;
}

/*图片翻页列表*/
.pictureList{
	font-size: 0;
}
.pictureList li{
	display: inline-block;
	width: 260px;
	margin-right: 30px;
}
.pictureList li:nth-child(3n){
	margin-right: 0;
}
.pictureList li>a{
	display: block;
	width: 260px;
	height: 170px;
}
.pictureList li a img{
	width: 100%;
	height: 100%;
}
.titleList .pictureTite{
	width: 100%;
	border: 0;
}
.pictureTite a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

#vsb_content_4{
        padding-top: 30px;
}




.xwdt_rul{ width:379px; float:right;}
.xwdt_rul li{ line-height:43px;}
.xwdt_rul li a{ float:left; color:#333; font-size:14px;}
.xwdt_rul li span{ float:right; color:#333; font-size:14px;}


.xsxx_rul{ width:379px; float:right;}
.xsxx_rul li{ line-height:43px;}
.xsxx_rul li a{ float:left; color:#333; font-size:14px;}
.xsxx_rul li span{ float:right; color:#333; font-size:14px;}



.keywordfontcolor249934 {
    /* FONT-WEIGHT: bold; */
    FONT-SIZE: 14pt;
    COLOR: #191d16;
    FONT-FAMILY: 微软雅黑;
}

.fr {
	float:right;
	}

.fl {
	float:left;
	}

.border {
	border:1px #000 solid;
	min-height:216px;
	min-width:400px;
	padding:5px;
	margin-top:20px;
	}

.titleList_l{
    width:400px;
	/*padding: 20px 10px;*/
	overflow: hidden;
	display: inline-block;
	

}

.titleList_l li a{
	line-height: 32px;
	font-size-adjust: 14px;
	color: #333;
}

.titleList_l li span{
	display: block;
	float: right;
	color: #666;
}

.titleList_l p{
	width: 100%;
	/*height: 1px;*/
	border: 1px dashed #999;
	margin: 15px 0;
}

