@charset "utf-8";

.inner{width: 1200px;margin: 0px auto;}
.cont ul,.cont ul li{
    list-style: inherit;
}
/* 头部*/
.header{
	background-color:#236EB9;
	padding: 30px 0;
}
.header_bg{
	background:url("../images/header_bg.png") 650px center no-repeat;
}
.header2{
	border-bottom: 1px solid #0e85c3;
	background: url(../img/topbg.png) no-repeat center top;
}
.logo{padding: 15px 0px;}
.logo_right{margin-top: 48px;}
.logo_right a{
	font-size: 16px;
	color: #006da6;
	float: left;
	padding: 0px 25px;
	line-height: 30px;
	background: url(../img/icon1.png) no-repeat left center;
}
.logo_right .last{
	border-right: none;
	padding-right: 0px;
	
}
.header2 .logo_right a{color: #FFFFFF; background: url(../img/icon2.png) no-repeat left center;}
/* 搜索*/
.header2 .search{
	border: 1px solid #fff;
}
.search{
	width: 180px;
	height: 30px;
	border: 1px solid #FFF;
	border-radius: 8px;
}
.search input{
	border: none;
	outline: none;
	display: block;
	/* float: left; */
	background:none;
	line-height: 30px;
}
.search .inp{
	float: left;
	width: 152px;
	padding-left: 8px;
	color: #FFF;
}
.search .sub2{
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 5px;
	margin-top: 7px;
}
.search input::placeholder {
  color:antiquewhite; 
  opacity: 1;
}
/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	background-color:#054D96;
	box-shadow:0px 5px 5px #DBEEFF;
	height: 50px;
}
.nav2{
	background-color:#004163;
	z-index: 999;
	position: relative;
	box-shadow: 0px 5px 5px #93b0be;
}
.nav_box li{
	float: left;
	width: 9%;
	text-align: center;
	line-height: 50px;
	/* padding: 30px 0; */
	font-size: 16px;
	position: relative;
	z-index: 99;
}
.nav_box li.hm{
	display: none;
}
.nav_box li a{
	display: block;
	color: #fff;
}
.nav_box li>a.hot{
	color: #fff;
	background: #2f8bba;
}
.nav_box li dl{
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	height: 200px;
	box-sizing: border-box;
	border-right: 1px solid #d7d7d7;
}
.nav_box li:first-child dl{
	border-left: 1px solid #d7d7d7;
}
.nav_box li dl.bg{
	background-color: #cceaf9;
}
.nav_box li dl dd{
	line-height: 32px;
	height: 32px;
}
.nav_box li dl a{
	display: inline-block;
	height: 30px;
	transition: 0s;
	color: #666;
}
.nav_box li dl a:hover{
	color: #11618a;
	border-bottom: 2px solid #11618a;
}
.nav .line{
	position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,#0a6b9d,#cbe0ea);
}


.nav .fonts{font-size:12px;}
/*  navx 新导航菜单 */
        /* 导航容器 */
        .navx {
            width: 100%;
            height: 50px;
        }
        .navx > li {
            float: left;
            width: 120px;
            text-align: center;
            line-height: 50px;
            position: relative;
        }
        .navx > li > a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            display: block;
        }
        .navx > li > a:hover {
            background: #4D95DD;
        }
        /* 下拉列表 默认隐藏 */
        .sub {
            position: absolute;
            top: 50px;
            left: 0;
            width: 120px;
            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: 0 2px 10px #ccc;
            z-index:99;
            display: none;
        }
        .sub li a {
            display: block;
            color: #333;
            font-size:16px;
            text-decoration: none;
            line-height: 45px;
        }
        .sub li a:hover {
           color:#7F0080;
            background-color: #D2E4F7;
        }
        /* 鼠标悬浮显示下拉 */
        .navx li:hover .sub {
            display: block;
        }
/* banner */
/**主页banner开始**/
.banner_wrap{
	background-color: rgba(205, 197, 233, 0.1);
}
.banner_wrap .inner{
	
	position: relative;
}
.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}
.fot_img_bg_phone{
	background: url("../images/phone.png") left center no-repeat;
	padding-left: 40px;
}
.fot_img_bg_map{
	background: url("../images/map.png") left center no-repeat;
	padding-left: 40px;
}
.rslide li img {
	width: 100%;
}

.centered-btns_nav:active {
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: 7px;
	right: 30px;
	/* margin-left: -115px; */
	font-size: 0;
	list-style-type: none;
	z-index: 99;
	width: 135px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	display: inline;
	zoom: 1;
	width: auto !important;
}

.slick-dots button {
	display: inline-block;
	width: 19px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	background: url(../img/dot2.png) no-repeat left center;
}

.slick-dots .slick-active button {
	 background: url(../img/dot1.png) no-repeat left center;
}
.centered-btns_nav {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	width: 32px;
	height: 70px;
	overflow: hidden;
	color: transparent;
	background-position: center;
}
/* .banner_wrap .prev {
	background-image: url(../img/left.png);
	left: 40px;
	
}

.banner_wrap .next {
	right: 40px;
	background-image: url(../img/right.png);
} */

.bancap{position:absolute;width:100%;height:50px;bottom:0px;overflow: hidden;left:0px;background:url(../img/bgcolor.png);color:#fff;font-size:18px;text-indent:30px;line-height:50px;text-overflow: ellipsis;white-space: nowrap;}
/* 学院新闻 */
.main1{
	margin-top: 20px;
}
.newspaper{
	width: 49%;
	max-width: 585px;
	box-shadow: 3px 3px 5px #D3E0FA,-3px 0px 5px #D3E0FA;
}
.topborder{ border-radius: 5px; border:1px solid #52A3EB;}
.news_title{
	/* background: url(../img/titlebg.png) no-repeat left top; */
	height: 55px;
	position: relative;

}
.news_title img{
	position: absolute;
	left: -10px;
	top: -6px;
}
.news_title>h1{
	color: #012D5E;
	font-size: 20px;
	font-weight:bold;
	line-height: 55px;
	text-indent: 21px;
	position: relative;
	z-index: 99;
}
.news_title>a{
	font-size: 14px;
	color: #6651BA;
	display: block;
	line-height: 55px;
	margin-right: 9px;
	position: relative;
	z-index: 99;
}
.newspaper_list{}
.newspaper_list ul{margin:15px;}
.newspaper_list ul li{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	
}
.newspaper_list ul li a{
	font-size: 16px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 15px;
	float: left;
}
.date1{
	float: right;
	font-size: 16px;
	margin-right: 5px;
}
.newspaper_list ul li:hover a,.newspaper_list2 ul li:hover a{
	color: #1c70be;
}
/* 信息公开项 */
.main2{
	margin-top: 40px;
	padding: 15px 0;
}
.imglist ul li{
	float: left;
	width: 112px;
	margin-right: 20px;
	text-align: center;
}
.imglist ul li p{line-height: 40px;}
.imglist ul li a{
	font-size: 16px;
}
.imglist .img1{
	width: 135px;
	margin-right: 20px;
	margin-left: -5px;
}
.imglist .img2{
	width: 128px;
	margin-right: 30px;
}
.fen1,.fen2{
	width: 508px;
	background: url(../img/line1.png) no-repeat center;
	text-align: center;
	font-size: 20px;
	height: 50px;
}
.fen2{
	width: 643px;
	background: url(../img/line2.png) no-repeat center;
}
.imglist .last{margin-right: 0px;}


/* main3 */
.main3{background-color: #FBFBFD;  padding: 45px 0;}
.main3 .newspaper{
	max-width: 377px;
	width: 32%;
	/* min-height: 300px; */
}
.main3 .newspaper_list2>li>ul{
	padding-top: 17px;
}
.main3 .news_title img{
	left: -9px;
	top: -5px;
}
.main3 .newspaper_list2{
	border-top: none;
	margin-top: -20px;
	min-height: 225px;
}
.tab-hd h1{
	float: left;
	width: 122px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	/* line-height: 55px; */
	text-indent: 0px;
	height: 55px;
	position: relative;
	z-index: 99;
	font-size: 20px;
	line-height: 45px;
	font-weight: normal;
}
.mores{
	color: #fff;
	margin-top: -32px;
	position: relative;
	z-index: 999;
}
.tab-hd .active {
	color:#333 ;
	background: url(../img/titlebg2.png) no-repeat left top;
}

.main3 .option{margin: 10px 5px;}
.main3 .option li{
	
	height: 40px;
	line-height: 40px;
}
.main3 .option li a{
	display: block;
	width: 90%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 15px;
	float: left;
}
.tab-bd>li{display: none;}
/* .tab-bd{
	margin-top: 40px;
} */
.tab-bd .active{display: block;}
.main3 .date1{font-size: 14px;line-height: 38px;}


/* 学者风采 */
.xue{
	margin: 0px 2.8%;
}
.xue .news_title h1{
	background: url(../img/titlebg2.png) no-repeat left top;
	height: 55px;
	width: 132px;
}
.main3 .xue .option{
	padding-top: 17px;
}
.main3 .stu{margin:0px;}
/* 底部图片 */
.footer{
	background-color: #054D96;
	color: #FFFFFF;
	font-size: 12px;
	padding: 45px 0;
}

.dilogo{
	text-align: right;
}
.dilogo img{
	vertical-align: top;
}
.copy{
	border-right: 1px solid #4778aa;
	font-size: 1rem;
	background: url("../images/logod.png") right bottom no-repeat;
}
.copy ul{
	overflow: hidden;
}

.copy span{
	margin-right: 30px;
}
.copy li{
	padding-left: 36px;
	color:#DDDDDD;
}
.fot_phone{
	background:url("../images/phone.png") left center no-repeat;
	line-height:24px;
	margin-bottom: 15px;
}
.fot_address{
	background: url("../images/map.png") left center no-repeat;
	line-height:30px;
	font-weight: bold;
}
.fot_cpinfo{
	line-height:30px;
	font-weight: bold;
}
	
/* 内页 */
.neimain{
	padding: 35px 0px;
	background-color:#d9e4e9 ;
}
.neimain .imglist .img1{
	width: 145px;
	margin-right: 20px;
}
.neimain .imglist .last{margin-right: 0px;}
.neimain .imglist ul li{margin-right: 29px;}
.neimain .imglist .imgs{
	width: 80px;
	height: 80px;
	margin: 0px auto;
	border: 1px solid #006da6;
	border-radius: 50%;
	position: relative;
}
.neimain .imglist .imgs img{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
}
.picsbg{
	display: none;
}
.neimain .imglist .imgs:hover{
	background-color:#006da6 ;
	box-shadow: 5px 5px 6px #91b7cb,-5px -5px 6px #91b7cb,-5px 5px 6px #91b7cb,5px -5px 6px #91b7cb;
}
.neimain .imglist .imgs:hover .picsbg{
	display: block;
}
.neimain .imglist p{
	margin-top: 15px;
}

.nav_left {
	margin-top: 30px;
	max-width: 210px;
	width: 20%;
	/* background: url(../img/ico4.png) no-repeat center bottom,url(../img/bgs3.png) no-repeat #f9f9f9 center top; */
	/* min-height: 620px; */
}

.nav_left>h2 {
	font-size: 22px;
	text-align: center;
	background: url(../img/icon3.png) no-repeat right center #006da6;
	height: 70px;
	line-height: 70px;
	color: #fff;
	
}

.nav_left>ul{
	background-color: #fbfeff;
	padding-bottom: 70px;
	border: 1px solid #e3edf3;
}
.nav_left>ul>li>a {
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 0px 5px;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	color: #333;
	border-bottom: 1px solid #eaeaea;
}
.nav_left>ul>li:hover{
	background-color:#e2eef4 ;
}
.nav_left>ul>li>a:hover{
	color: #006da6;
	font-weight: bold;
}

.nav_left .fonts{
font-size:12px;
line-height:20px;
display:block;
}

/*右侧*/
.nav_right {
	width: 80%;
	max-width: 960px;
	margin-top: 30px;
	/* background-color: #fff; */
	/* box-shadow: 3px 0px 5px #dfdfdf,-3px 0px 5px #dfdfdf; */
}

.right_inner{/* margin: 20px 30px; */}
.right_top{
	/* background: #1c70be; */
	/* padding-bottom: 17px; */
	border-bottom: 2px solid #006da6;
}
.right_top>h3 {
	font-size: 18px;
	color: #333;
	height: 35px;
	padding-left: 55px;
	line-height: 35px;
	font-weight: normal;
	background: url(../img/lanbg.png) no-repeat 15px center;
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #999999;
	margin-top: 7px;
}
.right_top>p{margin-right: 10px;}

/* 列表 */
.list>ul{margin-top: 20px;}

.list>ul li {
	height: 40px;
	line-height: 40px;
	/* transition: .5s; */
	border-bottom: 1px dotted #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot.png) no-repeat left center;
}
.list .date1{
	color: #757575;
	float: right;
}
.list>ul li a:hover{
	color: #006DA6;
}

.list{
	margin: 0px 15px 70px 15px;
}
/* pic */
.pic_list{
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.pic_list ul li{
	float: left;
	max-width: 300px;
	width: 32%;
	margin-right: 3%;
	background-color: #eaf0f4;
	position: relative;
	margin-bottom: 30px;
}
.pic_list ul li h2{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.img_wrap{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.img_wrap img{width: 100%;}
.date2{
	width: 60px;
	height: 60px;
	background-color: #006da6;
	color: #fff;
	text-align: center;
	overflow: hidden;
	bottom: 20px;
	position: absolute;
	z-index: 9;
	margin-left: 20px;
}
.date2 p{
	font-size: 20px;
	margin-top:8px;
}
.date2 div{
	font-size: 13px;
}
.pic_list .last{margin-right: 0px;}
/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont{margin-top: 30px;font-size: 14px;}


.cont p {
	/* text-indent: 2em; */
	line-height: 25px;
	font-size: 16px;
	/* margin-top: 10px; */
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen  .popup_renren{background-position: 1px -208px;}
.fen .popup_tqq {
    background-position: 1px -260px;}
.ye {
	margin-top: 65px;
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #0a5498;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
	margin: 0px 5%;
}
.content img {/* max-width:100%; *//* margin: auto; *//* display:block; *//* height: auto !important; */}
.dp{
	margin-bottom: 80px;
}
.fan{margin:35px 0px;}
/*教师*/
.teach_list{margin-top:25px;margin-bottom: 60px;}
.teach_list ul li{
   border-bottom:1px solid #ccc;
   padding:15px 0px;
   overflow: hidden;
}
.teach_pic{
	width: 140px;
	height: 175px;
	overflow:hidden;
}
.teach_right{width:80%;margin-left:2%}
.teach_pic img{width:100%;}
.teach_right h2{
	font-size:20px;
	line-height:40px;
}
.teach_right div{
	width:100%;
	font-size:16px;
	color:#888888;
	line-height:25px;
	margin-top:10px;
}


.shi_list {
	margin-top: 30px;
	overflow: hidden;
}
.shi1{margin-bottom: 20px;}
.shi1>h2{
	font-size: 16px;
	font-weight: bold;
	color:#078d94 ;
	background-color: #e3edee;
	border-left: 4px solid #078d94;
	line-height: 45px;
	box-sizing: border-box;
	padding-left: 20px;
}
.shi_bottom{
	margin: 10px 20px;
}
.shi_bottom>h3{
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px;
}
.shi_bottom ul li{
	float: left;
	width: 9.8%;
	border-right: 1px solid #fff;
	margin-bottom: 1px ;
	line-height: 35px;
	text-align: center;
	background-color:#efefef ;
}
.researcher{width: 94%;height:auto;margin: 0 3%;margin-top:20px;/* margin: 0 2%; */}
.m-teachername a{font-weight:bold;font-size:16px;}
.researcher .re_tit{ width:100%; display:block; margin-bottom:20px; text-align:center;}
.researcher .re_tags{ width:892px; height:30px; margin-bottom:20px;}
.researcher .re_tags li{float:left;display:block;margin: 0 2px 0 2px;color:#fff;cursor:pointer;}
.researcher .re_tags li.all_btn{ width:46px; height:30px; line-height:30px; text-align:center; display:block; background:#FF9900;}
.researcher .re_tags li.all_btn a{ color:#fff;}

.researcher .re_tags li.m-all_btn{width: 40px;height:30px;line-height:30px;text-align:center;display:block;background:#FF9900;}
.researcher .re_tags li.m-all_btn a{ color:#fff;}


.researcher .re_tags li.tags_btn{width:30px;height:30px;line-height:30px;text-align:center;display:block;background: #01559D;}
.researcher .re_tags li.tags_btn a{color:white;}
.researcher .re_tags li.hover{ background:#FF9900;}
.researcher .re_list{ width:100%; height:auto;}
.researcher .re_list h4{ width:100%; height:30px; line-height:30px; background: url(../images/index/point_2.jpg) repeat-x left center; margin-bottom:10px;}
.researcher .re_list h4 span{ width:80px; height:30px; display:block; font-size:16px; background:
#fff; font-weight:bold;}
.researcher .re_list .re_name{width: 100%;height:auto;margin-bottom:20px;}
.researcher .re_list .re_name a{min-width: 80px;height:32px;line-height:32px;text-align:center;display:block;overflow:hidden;float:left;margin:1px 1px 1px 0;background:#f8f8f8;}
.researcher .re_list .re_name a:hover{background: #006da6;color:#fff;}



.researcher .re_list2{ width:100%; height:auto; margin-bottom:20px;}
.researcher .re_list2 h4{ width:100%; height:30px; line-height:30px; background: url(../images/index/point_2.jpg) repeat-x left center; margin-bottom:10px;}
.researcher .re_list2 h4 span{ width:80px; height:30px; display:block; font-size:16px; background:
#fff; font-weight:bold;}
.researcher .re_list2 .re_name{ width:891px; height:auto;}
.researcher .re_list2 .re_name a{ width:130px; height:32px; line-height:32px; text-align:center; display:block; overflow:hidden; float:left; margin:1px 1px 1px 0; background:#f8f8f8;}
.researcher .re_list2 .re_name a:hover{ background:#002147; color:#fff;}


.researcher .re_top{ width:100%; height:210px; display:block; overflow:hidden; margin-bottom:20px;}
.researcher .re_top dt{ width:160px; height:210px; display:block; overflow:hidden; text-align:center; float:left; margin-right:20px; background:#f8f8f8;}
.researcher .re_top dt img{ width:auto; height:210px;}
.researcher .re_top dd{ width:685px; height:34px; line-height:34px; display:block; overflow:hidden; border-bottom:1px solid #eee; background:url(../images/index/ico08.jpg) 1px 14px no-repeat; padding-left:20px;}
.researcher .re_top dd span{ color:#999;}
.researcher .re_con{ width:100%; height:auto;}
.researcher .re_con span{ background:#06264C; height:40px; line-height:40px; padding:0 20px; display:block; font-size:16px; font-weight:bold; color:#fff; margin-bottom:20px;}

.researcher .re_con .text{ width:100%; line-height:28px;}
.researcher .re_con .text strong{ display:block;}
.researcher .re_con .text p{ width:100%; height:auto; line-height:20px; font-size:14px; font-weight:normal; color:#333; display:block; overflow:hidden;}
.researcher .re_con .text p span{ background:none; height:auto; line-height:20px; padding:0; display:inline; font-size:14px; font-weight:normal; color:#333; margin:0;font-family:arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1";}
.right_list .f_list ul li{border-bottom:none;text-indent:inherit;background: none;}
.f_list .tab_tit{width:100%;height:33px;margin:20px 0;background: none;}
.right_list .f_list .tab_tit li{display:inline-block;float:left;text-align:center;width: 125px;height:33px;border-bottom: none;line-height:33px;margin-right:20px;background: #f5f5f5;}
.f_list .tab_tit li a{color:#3B2126;width: 100%;text-indent: 0em;padding: 0px;}
.f_list .tab_tit li:hover{ background:#005aab;}
.f_list .tab_tit li:hover a{ color:#fff;}
.f_list .tabBox{ width:100%;}
.f_list .tabBox .tabCon{ width:100%;}
.mt-15{
	margin-top: 1rem;
}
.tit{
	font-size: 16px;
	font-weight: bold;
}
.main4{
	background-color: #E0EFFE;
	padding: 15px 0;
}
.main4 .tit{
}
.main4 .tit>h1{
	color: #012D5E;
	font-size: 20px;
	font-weight:bold;
	line-height: 55px;
}
.main4 .lnk{
	line-height: 45px;
}
.main4 .lnk a{
	color:#6651BA;
	font-size: 1rem;
	margin-right: 30px;
}
.newstitimg-1{
	background: url("../images/news.png") 10px center no-repeat; padding-left: 45px;
}
.newstitimg-2{
	background: url("../images/noteice.png") 10px center no-repeat; padding-left: 45px;
}
.listmore{
	height: 30px;
	line-height: 30px;
	margin: 10px 15px 15px 0;
}
.listmore a{
	color:#6651BA;
}
.bk-1{
	border-top: 1px solid #E5E5E5;
}
.mlr-b28{margin: 0px 2.8%;}
.p2-main{
	margin:30px 0;
}
.lmlb{
	width:280px;
	border: 1px solid #EBEBEB;
}
.flm{
	height: 60px;
	line-height: 60px;
	background-color: #3D7DCC;
	color:#F7F7F7;
}
.flm span{
	background: url("../images/logox.png") 15px center no-repeat;
	text-align: center;
	font-size: 1.2rem;
        font-weight:bold;
        display:block;
}
.sublm{
	padding:15px;
	font-size: 1rem;
}
.sublm li{
	text-align: left;
	line-height: 45px;
        background:url("../images/arrow.png") left center no-repeat;
        padding-left:5px;
        border-bottom:1px solid #DDD;
}
.sublm li:last-child{
	border-bottom: none;
}
.infolist{
	width:890px;
}
.dqlm{
       height:60px;
	line-height: 60px;
	background: url("../images/tbg.png") left center no-repeat;
	border-bottom: 1px solid #3D7DCC;
	padding-left:45px;
}
.dqlm h1{
	font-size: 1.2rem;
	color: #6651BA;
}
.dqlm .weizhi{
	font-size:16px;
}
.dqlm .weizhi a{
	color:#868686;
}
.dqlm .weizhi a:hover{
 color:#7F0080;
}
.dqlmlb{
	padding: 15px;
}
.dqlmlb li{
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	border-bottom: 1px dotted #EBE7E7;
}
.wznr{
	margin:15px 0;
}
.wzbt{
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	padding: 15px 0;
}
.wzbt h1{
	font-size: 24px;
	line-height: 60px;
}
.wzbt .wzxx{
	margin-top: 5px;
	color:#868686;
	font-size: 14px;
}
.wzbt .wzxx span{
	margin-right: 60px;
}
.wzzw{
	padding-top:15px;
}
.wzzw p{
	font-size: 16px;
	letter-spacing: 1px; 
	line-height: 1.5;
} 
.sxp{
	margin-top: 30px;
}
.sxp li{
	font-size: 14px;
	line-height: 30px;
}
.sxp li a{
	color:#868686;
}