@charset "utf-8";

/*公共样式*/

* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}


/*页面样式*/

.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: url(../img/topbg.png) no-repeat 0px 0px;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 22px 0px;
}

.logo-r {
	float: right;
	margin-top: 25px;
}

.logo-r .lj {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

.logo-r .lj a {
	color: #fff;
	margin: 0px 5px;
}

.ss {
	width: 324px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
	z-index: 1000;
}

.ss .inp {
	width: 324px;
	border: none;
	height: 36px;
	outline: none;
	color: #666666;
	background: none;
	text-indent: 15px;
	background: rgba(255,255,255,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C1A4780',endColorstr='#4C1A4780');      /*IE6,IE7*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C1A4780', endColorstr='#4C1A4780')"; 
	/*background: url(../img/sebox.png) no-repeat 0px 0px;*/
}

.ss .btn {
	border: none;
	position: absolute;
	top: 4px;
	right: 7px;
	width: 30px;
	height: 30px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}


/*导航*/

.nav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #10022a;
}

.nav ul li {
	float: left;
	width: 9.8%;
	position: relative;
	text-align: center;
	background: url(../img/navsx.png) no-repeat right center;
}

.nav ul li:last-child {
	background: none;
}

.nav ul li>a {
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #AA1111;
}

.subNav {
	/* width: 100%; */
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 55px;
	display: none;
	/* width: 100%; */
	z-index: 99999;
	width: 260px;
}

.subNav a {
	background: #052d56;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 45px;
	text-align: center;
	white-space: normal;
	font-size: 14px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #AA1111;
	color: #FFFFFF;
}


/*大图*/

#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: 400px;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 66px;
	width: 34px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 0%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 0%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 40px;
	z-index: 100;
	right: 20px;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	/* background: #FFFFFF; */
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	z-index: 1000;
	/* color: rgba(100, 200, 300, 0); */
	/* color: transparent; */
	font-size: 20px;
	background: none;
	color: #fff;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #c61010;
}

#dt .dtxt {
	position: absolute;
	left:40px; 
	bottom: 40px;
	z-index: 999;
	padding: 0px 15px;
	text-align: center;
	background: rgb(5,45,86,0.6);
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
}




.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	bottom: 55px;
	z-index: 2;
	/* right: 6px; */
	text-align: center;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #fff;
}

.callbacks1_tabs .callbacks_here a {
	background: #052d56;
}

/*com*/
.comtop {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	background: #052d56;
	margin-bottom: 15px;
}
.comtop .title {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 140px;
	height: 47px;
	background: #AA1111;
}
.comtop .title a{color: #FFFFFF;}
.comtop .more {
	float: right;
	position: relative;
	z-index: 999;
	/* width: 92px; */
	/* background: #fff; */
}

.ggul1 li{
	padding-left: 10px;
	height: 40px;
	line-height: 22px;
	background: url(../img/dian.png) no-repeat 0px 7px;
	margin-bottom: 13px;
}
.ggul1 li a{


}
.ggul1 li span{
	float: right;
	display: block;
	color: #333333;
	width: 60%;
	text-align: right;
}
.ggul1 li:hover a,.ggul1 li:hover span{
	color: #052d56;
}
.yc li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 78%;
	display: inline-block;
}
.main1{
	margin: 30px 0px;
	overflow: hidden;
}
.news{
	width: 825px;
	float: left;
}

.pic{
	width: 47%;
	float: left;
	height: 260px;
}

.newlist{
	float: right;
	width: 50%;
}
.tz{
	width: 540px;
	float: right;
}
.tz .ggul1{
	padding: 0px 10px;
	box-sizing: border-box;
}

.imglist li a
{
	margin: 0 10px;
	display: block;
	text-decoration: none;
}


.imglist li a h3
{
	font-size: 20px;
	color: #1e68af;
	padding: 0 ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.imglist li a .time
{
	color: #333;
	display: block;
	background: url(../img/tu1.png) no-repeat 0px center;
		
}
.imglist li a .dz
{
	background: url(../img/tu2.png) no-repeat 0px center;
		
}
.imglist li a .wz
{
	background: url(../img/tu3.png) no-repeat 0px center;
		
}
.imglist .yc{/* padding-top: 10px; */margin-left: 120px;}
.imglist li a p
{
	font-size: 14px;
	margin-top: 10px;
}

.imglist li a i
{
	color: #ccc;
	font-size: 20px;
}

.imglist li a .location
{
	color:#5a7f93;
	font-size: 13px;
	
}

.imglist li a .location i
{
	font-size: 14px;
}
.imglist li a .tu{
	width: 110px;
	height: 180px;
	position: relative;
	float: left;
}
.imglist li a img
{
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
	border-radius: 50%;
}
.imglist li a span{
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-indent: 22px;
}
.imglist li a:hover h3
{
	color:#1295d8;
}

.imglist li a:hover img
{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.imglist .slick-dots 
{
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
}

.imglist .slick-dots li  
{
	display: inline-block;
	display: none;
}

.imglist .slick-dots li button
{   background:#FFFFFF;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 10px;
}
.imglist .xsbt{
	line-height: 25px;
}
.imglist ul li:hover .xsbt{color: #052d56;}
.imglist .slick-dots li.slick-active button
{
	background: #1295d8;
}
.main2{
	margin: 30px 0px;
	overflow: hidden;
}
.ggcom{
	width: 32%;
	float: left;
	margin-right: 26px;
}
.rwfc{
	margin-right: 0px;
}
.ggul2 .stbt{
	line-height: 25px;
}
.ggul2 .st .zy img{
	float: left;
	width: 151px;
	height: 100px;
}
.ggul2 .st .zy{
	padding: 5px 0px;
}
.ggul2 .st .zynr{
	margin-left: 160px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
.ggul2 .st:hover .stbt{
	color: #052d56;
}
.ggul2 li{margin-top: 12px;}
.ggul2 li span{
	float: right;
}
.ggul2 li:hover a,.ggul2 li:hover span{
	color: #052d56;
}
/*main3*/
.main3{
	width: 100%;
	min-height: 100px;
	background: #003355;
	overflow: hidden;
}
.main3 ul li{
	float: left;
	width: 14.2%;
	/* line-height: 100px; */
	padding: 20px 0px;
	text-align: center;
	background: url(../img/sx2.png) no-repeat right 0px;
	box-sizing: border-box;
}
.main3 ul li a{
	color: #FFFFFF;
}
.main3 ul li:last-child{
	background: none;
}
.foot{
	width: 100%;
	min-height: 155px;
	background: #111111;
	color: #FFFFFF;
	padding: 35px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot .bq{
	float: left;
	margin-right: 50px;
	line-height: 40px;
}
.foot .cylj{
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	width: 38%;
}
.foot .cylj ul li{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.foot .cylj ul li a{
	color: #FFFFFF;
}
.foot .cylj  p{
	font-size: 18px;
	font-weight: bold;
}
.foot .rwm{
	float: right;
}
.foot .rwm span{
	height: 90px;
	display: inline-block;
	float: left;
	line-height: 90px;
	margin-right: 5px;
}
.yxt img{width: 100%;}

/*列表页*/
.nban{
	min-height: 300px;
	position: relative;
}
.nban .lm{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 26px;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 35px;
}
.nban .lm p{display: inline-block;}
.nban .lm span{
	font-size: 23px;
	display: none;
}
/* 列表页 */
.listcon{
	margin-top: -35px;
	position: relative;
	z-index: 9999;
}
.listcon .center{
	padding: 0px 80px;
	box-sizing: border-box;
}
.conleft{
	width: 280px;
	float: left;
}
.conleft .yj{
	/* height: 60px; */
	background: #00315A;
	font-size: 22px;
	color: #FFFFFF;
	/* text-indent: 30px; */
	/* line-height:60px; */
	font-weight: bold;
	letter-spacing: 2px;
}
.conleft ul{
}
.conleft ul li{
	height: 45px;
	line-height: 45px;
	margin-top: 1px;
	background: #CDCED0;
	text-indent: 30px;
}
.conleft ul li a{
	color: #333333;
	font-size: 16px;
}
.conleft ul li:hover{
	background: #a5121d;
}
.conleft ul li:hover a{
	color: #FFFFFF;
}
.conleft .active{
	background: #a5121d;
}
.conleft .active a{
	color: #FFFFFF;

}
.conright{
	float: right;
	width: 910px;
	margin: 0px 0px 30px;
}
.ritop{
	overflow: hidden;

}

.dq{
	float: right;
	color: #FFFFFF;
	/* margin-top: 3px; */
	/* line-height: 45px; */
	height: 60px;
}
.dq a{
	font-size: 14px;
	color: #FFFFFF;
}
.dq  a:hover{color: #FFFFFF;}
	
.conright .listul{
	border-top: 3px solid #D6D6D6;
}
.conright .listul li{
	height: 45px;
	background: url(../img/listd.png) no-repeat 0px center;
	text-indent: 25px;
	color: #333333;
	line-height: 45px;
	border-bottom: 1px solid #E7E7E7;
}
.conright .listul{
	padding: 0px 15px;
	box-sizing: border-box;
}
.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url(../img/lidian.png) no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #a5121d;}
.conright .listul li:hover .sj{color: #a5121d;}
.conright .listul li:hover .zy{color:#a5121d;}

.fan{margin: 30px 0px 0px 0px;text-align: center;}
.nt img{width: 100%;}
/* 内容页 */
.article{/* padding: 0px 15px; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    color: #a5121d;
    margin-bottom: 15px;
}
.article .arti_metas {
    padding: 15px 0px 10px 0px;
    text-align: center;
    border-top: 1px solid #E7E7E7;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.nx{color: #333;font-size: 14px;}
.nx a{color: #666666;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #a5121d;}
/* 领导页 */
.ldul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	border: 1px solid #d7efed;
	padding: 22px;
	box-sizing: border-box;
	margin-top: 30px;
}
.ldul .wt{margin-right:0;}
.ldul .tu{
	width: 120px;
	height:150px;
	overflow: hidden;
	float: left;
}
.ldul .tu img{
	width: 120px;
	height:150px;
	transition: all 1s;
}
.ldul .tu:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.ldul a{
	padding: 0px 10px;
	box-sizing: border-box;
	margin-left: 130px;
	display: block;
}

.ldul span{
	font-size: 16px;
	/*color: #009688;*/
	padding: 15px 0px 10px;
	display: block;
	/* margin-top: 30px; */
}
.ldul .ldjs{
	font-size: 16px;
	line-height: 30px;
}
.ldul li{
	/*background: #e9e9e9;*/
	box-shadow: 2px 3px 3px #e9e9e9, -2px -2px 3px #e9e9e9;
}

/*教师列表页*/
.jslist{
	overflow: hidden;
	margin-bottom: 30px;
}
.jsbt{
	font-size: 26px;
	/* border-bottom: 3px solid #d2d2d2; */
	text-indent: 5px;
	padding-bottom: 5px;
}
.jslist ul{
	padding: 0px 20px;
	box-sizing: border-box;
}
.jslist .wt{margin-right: 0px;}
.jslist ul li{
	float: left;
	margin-top: 20px;
	margin-right: 29px;
}
.jslist ul li .tp img{
	width: 120px;
	height: 150px;
}
.jslist ul li  span{
	display: block;
	text-align: center;
}
.jslist ul li:hover span{
	color: #a5121d;
}
.mode01{margin-top: 30px;}
 .ggul1{
	padding: 0px 10px;
	box-sizing: border-box;
}

.imglist li a
{
	margin: 0 10px;
	display: block;
	text-decoration: none;
}


.imglist li a h3
{
	font-size: 20px;
	color: #1e68af;
	padding: 0 ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.imglist li a .time
{
	color: #333;
	display: block;
	background: url(../img/tu1.png) no-repeat 0px center;
		
}
.imglist li a .dz
{
	background: url(../img/tu2.png) no-repeat 0px center;
		
}
.imglist li a .wz
{
	background: url(../img/tu3.png) no-repeat 0px center;
		
}
.imglist .yc{/* padding-top: 10px; */margin-left: 120px;}
.imglist li a p
{
	font-size: 14px;
	margin-top: 10px;
}

.imglist li a i
{
	color: #ccc;
	font-size: 20px;
}

.imglist li a .location
{
	color:#5a7f93;
	font-size: 13px;
	
}

.imglist li a .location i
{
	font-size: 14px;
}
.imglist li a .tu{
	width: 110px;
	height: 180px;
	position: relative;
	float: left;
}
.imglist li a img
{
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
	border-radius: 50%;
}
.imglist li a span{
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-indent: 22px;
}
.imglist li a:hover h3
{
	color:#1295d8;
}

.imglist li a:hover img
{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.imglist .slick-dots 
{
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
}

.imglist .slick-dots li  
{
	display: inline-block;
	display: none;
}

.imglist .slick-dots li button
{   background:#FFFFFF;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 10px;
}
.imglist .xsbt{
	line-height: 25px;
}
.imglist ul li:hover .xsbt{color: #052d56;}
.imglist .slick-dots li.slick-active button
{
	background: #1295d8;
}
.main2{
	margin: 30px 0px;
	overflow: hidden;
}
.ggcom{
	width: 32%;
	float: left;
	margin-right: 26px;
}
.rwfc{
	margin-right: 0px;
}
.ggul2 .stbt{
	line-height: 25px;
}
.ggul2 .st .zy img{
	float: left;
	width: 151px;
	height: 100px;
}
.ggul2 .st .zy{
	padding: 5px 0px;
}
.ggul2 .st .zynr{
	margin-left: 160px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
.ggul2 .st:hover .stbt{
	color: #052d56;
}
.ggul2 li{margin-top: 12px;}
.ggul2 li span{
	float: right;
}
.ggul2 li:hover a,.ggul2 li:hover span{
	color: #052d56;
}
/*main3*/
.main3{
	width: 100%;
	min-height: 100px;
	background: #003355;
	overflow: hidden;
}
.main3 ul li{
	float: left;
	width: 14.2%;
	/* line-height: 100px; */
	padding: 20px 0px;
	text-align: center;
	background: url(../img/sx2.png) no-repeat right 0px;
	box-sizing: border-box;
}
.main3 ul li a{
	color: #FFFFFF;
}
.main3 ul li:last-child{
	background: none;
}
.foot{
	width: 100%;
	min-height: 155px;
	background: #111111;
	color: #FFFFFF;
	padding: 35px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot .bq{
	float: left;
	margin-right: 50px;
	line-height: 40px;
}
.foot .cylj{
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	width: 38%;
}
.foot .cylj ul li{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.foot .cylj ul li a{
	color: #FFFFFF;
}
.foot .cylj  p{
	font-size: 18px;
	font-weight: bold;
}
.foot .rwm{
	float: right;
}
.foot .rwm span{
	height: 90px;
	display: inline-block;
	float: left;
	line-height: 90px;
	margin-right: 5px;
}
.yxt img{width: 100%;}

/*列表页*/
.nban{
	min-height: 300px;
	position: relative;
}
.nban .lm{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 26px;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 35px;
}
.nban .lm p{display: inline-block;}
.nban .lm span{
	font-size: 23px;
	display: none;
}
/* 列表页 */
.listcon{
	margin-top: -35px;
	position: relative;
	z-index: 9999;
}
.listcon .center{
	padding: 0px 80px;
	box-sizing: border-box;
}
.conleft{
	width: 280px;
	float: left;
}
.conleft .yj{
	/* height: 60px; */
	background: #00315A;
	font-size: 22px;
	color: #FFFFFF;
	/* text-indent: 30px; */
	/* line-height:60px; */
	font-weight: bold;
	letter-spacing: 2px;
}
.conleft ul{
}
.conleft ul li{
	height: 45px;
	line-height: 45px;
	margin-top: 1px;
	background: #CDCED0;
	text-indent: 30px;
}
.conleft ul li a{
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: 95%;
	display: block;
}
.conleft ul li:hover{
	background: #a5121d;
}
.conleft ul li:hover a{
	color: #FFFFFF;
}
.conleft .active{
	background: #a5121d;
}
.conleft .active a{
	color: #FFFFFF;

}
.conright{
	float: right;
	width: 910px;
	margin: 0px 0px 30px;
}
.ritop{
	overflow: hidden;

}

.dq{
	float: right;
	color: #FFFFFF;
	/* margin-top: 3px; */
	/* line-height: 45px; */
	height: 60px;
}
.dq a{
	font-size: 14px;
	color: #FFFFFF;
}
.dq  a:hover{color: #FFFFFF;}
	
.conright .listul{
	border-top: 3px solid #D6D6D6;
}
.conright .listul li{
	height: 45px;
	background: url(../img/listd.png) no-repeat 0px center;
	text-indent: 25px;
	color: #333333;
	line-height: 45px;
	border-bottom: 1px solid #E7E7E7;
}
.conright .listul{
	padding: 0px 15px;
	box-sizing: border-box;
}
.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url(../img/lidian.png) no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #a5121d;}
.conright .listul li:hover .sj{color: #a5121d;}
.conright .listul li:hover .zy{color:#a5121d;}

.fan{margin: 30px 0px 0px 0px;text-align: center;}
.nt img{width: 100%;}
/* 内容页 */
.article{/* padding: 0px 15px; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    color: #a5121d;
    margin-bottom: 15px;
}
.article .arti_metas {
    padding: 15px 0px 10px 0px;
    text-align: center;
    border-top: 1px solid #E7E7E7;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.nx{color: #333;font-size: 14px;}
.nx a{color: #666666;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #a5121d;}
/* 领导页 */
.ldul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	border: 1px solid #d7efed;
	padding: 22px;
	box-sizing: border-box;
	margin-top: 30px;
}
.ldul .wt{margin-right:0;}
.ldul .tu{
	width: 120px;
	height:150px;
	overflow: hidden;
	float: left;
}
.ldul .tu img{
	width: 120px;
	height:150px;
	transition: all 1s;
}
.ldul .tu:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.ldul a{
	padding: 0px 10px;
	box-sizing: border-box;
	margin-left: 130px;
	display: block;
}

.ldul span{
	font-size: 16px;
	/*color: #009688;*/
	padding: 15px 0px 10px;
	display: block;
	/* margin-top: 30px; */
}
.ldul .ldjs{
	font-size: 16px;
	line-height: 30px;
}
.ldul li{
	/*background: #e9e9e9;*/
	box-shadow: 2px 3px 3px #e9e9e9, -2px -2px 3px #e9e9e9;
}

/*教师列表页*/
.jslist{
	overflow: hidden;
	margin-bottom: 30px;
}
.jsbt{
	font-size: 26px;
	/* border-bottom: 3px solid #d2d2d2; */
	text-indent: 5px;
	padding-bottom: 5px;
}
.jslist ul{
	padding: 0px 20px;
	box-sizing: border-box;
}
.jslist .wt{margin-right: 0px;}
.jslist ul li{
	float: left;
	margin-top: 20px;
	margin-right: 29px;
}
.jslist ul li .tp img{
	width: 120px;
	height: 150px;
}
.jslist ul li  span{
	display: block;
	text-align: center;
}
.jslist ul li:hover span{
	color: #a5121d;
}
.mode01{margin-top: 30px;}
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a {
	color: #333333;
}

.center {
	width: 1400px;
	margin: 0px auto;
}

.clear {
	clear: both;
}


/*页面样式*/

.top {
	width: 100%;
	height: 120px;
	position: relative;
	background: url(../img/topbg.png) no-repeat 0px 0px;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin: 22px 0px;
}

.logo-r {
	float: right;
	margin-top: 25px;
}

.logo-r .lj {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

.logo-r .lj a {
	color: #fff;
	margin: 0px 5px;
}

.ss {
	width: 324px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
	z-index: 1000;
}

.ss .inp {
	width: 324px;
	border: none;
	height: 36px;
	outline: none;
	color: #666666;
	background: none;
	text-indent: 15px;
	background: rgba(255,255,255,0.7);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C1A4780',endColorstr='#4C1A4780');      /*IE6,IE7*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C1A4780', endColorstr='#4C1A4780')"; 
	/*background: url(../img/sebox.png) no-repeat 0px 0px;*/
}

.ss .btn {
	border: none;
	position: absolute;
	top: 4px;
	right: 7px;
	width: 30px;
	height: 30px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
}


/*导航*/

.nav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #10022a;
}

.nav ul li {
	float: left;
	width: 9%;
	position: relative;
	text-align: center;
	background: url(../img/navsx.png) no-repeat right center;
}

.nav ul li:last-child {
	background: none;
}

.nav ul li>a {
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	color: #fff;
	background: #AA1111;
}

.subNav {
	/* width: 100%; */
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 55px;
	display: none;
	/* width: 100%; */
	z-index: 99999;
	width: 260px;
}

.subNav a {
	background: #052d56;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 45px;
	text-align: center;
	white-space: normal;
	font-size: 14px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #AA1111;
	color: #FFFFFF;
}


/*大图*/

#dt .wrapper {
	position: relative;
}

#dt {
	overflow: hidden;
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: 350px;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	/* width: 1920px; */
	border: 0;
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 66px;
	width: 34px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 0%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 0%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	left: 45%;
	z-index: 100;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 40px;
	z-index: 100;
	right: 20px;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	/* background: #FFFFFF; */
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	z-index: 1000;
	/* color: rgba(100, 200, 300, 0); */
	/* color: transparent; */
	font-size: 20px;
	background: none;
	color: #fff;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #c61010;
}

#dt .dtxt {
	position: absolute;
	left:40px; 
	bottom: 40px;
	z-index: 999;
	padding: 0px 15px;
	text-align: center;
	background: rgb(5,45,86,0.6);
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
}




.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	bottom: 55px;
	z-index: 2;
	/* right: 6px; */
	text-align: center;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #fff;
}

.callbacks1_tabs .callbacks_here a {
	background: #052d56;
}

/*com*/
.comtop {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	background: #052d56;
	margin-bottom: 15px;
}
.comtop .title {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 140px;
	height: 47px;
	background: #AA1111;
}
.comtop .title a{color: #FFFFFF;}
.comtop .more {
	float: right;
	position: relative;
	z-index: 999;
	/* width: 92px; */
	/* background: #fff; */
	color: #fff;
	margin-right: 10px;
}

.ggul1 li{
	padding-left: 10px;
	height: 40px;
	line-height: 22px;
	background: url(../img/dian.png) no-repeat 0px 7px;
	margin-bottom: 13px;
}
.ggul1 li a{


}
.ggul1 li span{
	float: right;
	display: block;
	color: #333333;
	width: 60%;
	text-align: right;
}
.ggul1 li:hover a,.ggul1 li:hover span{
	color: #052d56;
}
.yc li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 78%;
	display: inline-block;
}
.main1{
	margin: 30px 0px;
	overflow: hidden;
}
.news{
	width: 825px;
	float: left;
}

.pic{
	width: 47%;
	float: left;
	height: 260px;
}

.newlist{
	float: right;
	width: 50%;
}
.tz{
	width: 540px;
	float: right;
}
.tz .ggul1{
	padding: 0px 10px;
	box-sizing: border-box;
}

.imglist li a
{
	margin: 0 10px;
	display: block;
	text-decoration: none;
}


.imglist li a h3
{
	font-size: 20px;
	color: #1e68af;
	padding: 0 ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.imglist li a .time
{
	color: #333;
	display: block;
	background: url(../img/tu1.png) no-repeat 0px center;
		
}
.imglist li a .dz
{
	background: url(../img/tu2.png) no-repeat 0px center;
		
}
.imglist li a .wz
{
	background: url(../img/tu3.png) no-repeat 0px center;
		
}
.imglist .yc{/* padding-top: 10px; */margin-left: 120px;}
.imglist li a p
{
	font-size: 14px;
	margin-top: 10px;
}

.imglist li a i
{
	color: #ccc;
	font-size: 20px;
}

.imglist li a .location
{
	color:#5a7f93;
	font-size: 13px;
	
}

.imglist li a .location i
{
	font-size: 14px;
}
.imglist li a .tu{
	width: 110px;
	height: 180px;
	position: relative;
	float: left;
}
.imglist li a img
{
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
	border-radius: 50%;
}
.imglist li a span{
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-indent: 22px;
}
.imglist li a:hover h3
{
	color:#1295d8;
}

.imglist li a:hover img
{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.imglist .slick-dots 
{
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
}

.imglist .slick-dots li  
{
	display: inline-block;
	display: none;
}

.imglist .slick-dots li button
{   background:#FFFFFF;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 10px;
}
.imglist .xsbt{
	line-height: 25px;
}
.imglist ul li:hover .xsbt{color: #052d56;}
.imglist .slick-dots li.slick-active button
{
	background: #1295d8;
}
.main2{
	margin: 30px 0px;
	overflow: hidden;
}
.ggcom{
	width: 32%;
	float: left;
	margin-right: 26px;
}
.rwfc{
	margin-right: 0px;
}
.ggul2 .stbt{
	line-height: 25px;
}
.ggul2 .st .zy img{
	float: left;
	width: 151px;
	height: 100px;
}
.ggul2 .st .zy{
	padding: 5px 0px;
}
.ggul2 .st .zynr{
	margin-left: 160px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
.ggul2 .st:hover .stbt{
	color: #052d56;
}
.ggul2 li{margin-top: 12px;}
.ggul2 li span{
	float: right;
}
.ggul2 li:hover a,.ggul2 li:hover span{
	color: #052d56;
}
/*main3*/
.main3{
	width: 100%;
	min-height: 100px;
	background: #003355;
	overflow: hidden;
}
.main3 ul li{
	float: left;
	width: 14.2%;
	/* line-height: 100px; */
	padding: 20px 0px;
	text-align: center;
	background: url(../img/sx2.png) no-repeat right 0px;
	box-sizing: border-box;
}
.main3 ul li a{
	color: #FFFFFF;
}
.main3 ul li:last-child{
	background: none;
}
.foot{
	width: 100%;
	min-height: 155px;
	background: #111111;
	color: #FFFFFF;
	padding: 35px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot .bq{
	float: left;
	margin-right: 50px;
	line-height: 40px;
}
.foot .cylj{
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	width: 38%;
}
.foot .cylj ul li{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.foot .cylj ul li a{
	color: #FFFFFF;
}
.foot .cylj  p{
	font-size: 18px;
	font-weight: bold;
}
.foot .rwm{
	float: right;
}
.foot .rwm span{
	height: 90px;
	display: inline-block;
	float: left;
	line-height: 90px;
	margin-right: 5px;
}
.yxt img{width: 100%;}

/*列表页*/
.nban{
	min-height: 300px;
	position: relative;
}
.nban .lm{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 26px;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 35px;
}
.nban .lm p{display: inline-block;}
.nban .lm span{
	font-size: 23px;
	display: none;
}
/* 列表页 */
.listcon{
	margin-top: -35px;
	position: relative;
	z-index: 9999;
}
.listcon .center{
	padding: 0px 80px;
	box-sizing: border-box;
}
.conleft{
	width: 280px;
	float: left;
}
.conleft .yj{
	/* height: 60px; */
	background: #00315A;
	font-size: 22px;
	color: #FFFFFF;
	/* text-indent: 30px; */
	/* line-height:60px; */
	font-weight: bold;
	letter-spacing: 2px;
}
.conleft ul{
}
.conleft ul li{
	height: 45px;
	line-height: 45px;
	margin-top: 1px;
	background: #CDCED0;
	text-indent: 30px;
}
.conleft ul li a{
	color: #333333;
	font-size: 16px;
}
.conleft ul li:hover{
	background: #a5121d;
}
.conleft ul li:hover a{
	color: #FFFFFF;
}
.conleft .active{
	background: #a5121d;
}
.conleft .active a{
	color: #FFFFFF;

}
.conright{
	float: right;
	width: 910px;
	margin: 0px 0px 30px;
}
.ritop{
	overflow: hidden;

}

.dq{
	float: right;
	color: #FFFFFF;
	/* margin-top: 3px; */
	/* line-height: 45px; */
	height: 60px;
}
.dq a{
	font-size: 14px;
	color: #FFFFFF;
}
.dq  a:hover{color: #FFFFFF;}
	
.conright .listul{
	border-top: 3px solid #D6D6D6;
}
.conright .listul li{
	height: 45px;
	background: url(../img/listd.png) no-repeat 0px center;
	text-indent: 25px;
	color: #333333;
	line-height: 45px;
	border-bottom: 1px solid #E7E7E7;
}
.conright .listul{
	padding: 0px 15px;
	box-sizing: border-box;
}
.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url(../img/lidian.png) no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #a5121d;}
.conright .listul li:hover .sj{color: #a5121d;}
.conright .listul li:hover .zy{color:#a5121d;}

.fan{margin: 30px 0px 0px 0px;text-align: center;}
.nt img{width: 100%;}
/* 内容页 */
.article{/* padding: 0px 15px; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    color: #a5121d;
    margin-bottom: 15px;
}
.article .arti_metas {
    padding: 15px 0px 10px 0px;
    text-align: center;
    border-top: 1px solid #E7E7E7;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.nx{color: #333;font-size: 14px;}
.nx a{color: #666666;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #a5121d;}
/* 领导页 */
.ldul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	border: 1px solid #d7efed;
	padding: 22px;
	box-sizing: border-box;
	margin-top: 30px;
}
.ldul .wt{margin-right:0;}
.ldul .tu{
	width: 120px;
	height:150px;
	overflow: hidden;
	float: left;
}
.ldul .tu img{
	width: 120px;
	height:150px;
	transition: all 1s;
}
.ldul .tu:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.ldul a{
	padding: 0px 10px;
	box-sizing: border-box;
	margin-left: 130px;
	display: block;
}

.ldul span{
	font-size: 16px;
	/*color: #009688;*/
	padding: 15px 0px 10px;
	display: block;
	/* margin-top: 30px; */
}
.ldul .ldjs{
	font-size: 16px;
	line-height: 30px;
}
.ldul li{
	/*background: #e9e9e9;*/
	box-shadow: 2px 3px 3px #e9e9e9, -2px -2px 3px #e9e9e9;
}

/*教师列表页*/
.jslist{
	overflow: hidden;
	margin-bottom: 30px;
}
.jsbt{
	font-size: 26px;
	/* border-bottom: 3px solid #d2d2d2; */
	text-indent: 5px;
	padding-bottom: 5px;
}
.jslist ul{
	padding: 0px 20px;
	box-sizing: border-box;
}
.jslist .wt{margin-right: 0px;}
.jslist ul li{
	float: left;
	margin-top: 20px;
	margin-right: 29px;
}
.jslist ul li .tp img{
	width: 120px;
	height: 150px;
}
.jslist ul li  span{
	display: block;
	text-align: center;
}
.jslist ul li:hover span{
	color: #a5121d;
}
.mode01{margin-top: 30px;}
 .ggul1{
	padding: 0px 10px;
	box-sizing: border-box;
}

.imglist li a
{
	margin: 0 10px;
	display: block;
	text-decoration: none;
}


.imglist li a h3
{
	font-size: 20px;
	color: #1e68af;
	padding: 0 ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.imglist li a .time
{
	color: #333;
	display: block;
	background: url(../img/tu1.png) no-repeat 0px center;
		
}
.imglist li a .dz
{
	background: url(../img/tu2.png) no-repeat 0px center;
		
}
.imglist li a .wz
{
	background: url(../img/tu3.png) no-repeat 0px center;
		
}
.imglist .yc{/* padding-top: 10px; */margin-left: 120px;}
.imglist li a p
{
	font-size: 14px;
	margin-top: 10px;
}

.imglist li a i
{
	color: #ccc;
	font-size: 20px;
}

.imglist li a .location
{
	color:#5a7f93;
	font-size: 13px;
	
}

.imglist li a .location i
{
	font-size: 14px;
}
.imglist li a .tu{
	width: 110px;
	height: 180px;
	position: relative;
	float: left;
}
.imglist li a img
{
	width: 110px;
	height: 110px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	transition: 1s;
	border-radius: 50%;
}
.imglist li a span{
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-indent: 22px;
}
.imglist li a:hover h3
{
	color:#1295d8;
}

.imglist li a:hover img
{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.imglist .slick-dots 
{
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
}

.imglist .slick-dots li  
{
	display: inline-block;
	display: none;
}

.imglist .slick-dots li button
{   background:#FFFFFF;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 10px;
}
.imglist .xsbt{
	line-height: 25px;
}
.imglist ul li:hover .xsbt{color: #052d56;}
.imglist .slick-dots li.slick-active button
{
	background: #1295d8;
}
.main2{
	margin: 30px 0px;
	overflow: hidden;
}
.ggcom{
	width: 32%;
	float: left;
	margin-right: 26px;
}
.rwfc{
	margin-right: 0px;
}
.ggul2 .stbt{
	line-height: 25px;
}
.ggul2 .st .zy img{
	float: left;
	width: 151px;
	height: 100px;
}
.ggul2 .st .zy{
	padding: 5px 0px;
}
.ggul2 .st .zynr{
	margin-left: 160px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
.ggul2 .st:hover .stbt{
	color: #052d56;
}
.ggul2 li{margin-top: 12px;}
.ggul2 li span{
	float: right;
}
.ggul2 li:hover a,.ggul2 li:hover span{
	color: #052d56;
}
/*main3*/
.main3{
	width: 100%;
	min-height: 100px;
	background: #003355;
	overflow: hidden;
}
.main3 ul li{
	float: left;
	width: 14.2%;
	/* line-height: 100px; */
	padding: 20px 0px;
	text-align: center;
	background: url(../img/sx2.png) no-repeat right 0px;
	box-sizing: border-box;
}
.main3 ul li a{
	color: #FFFFFF;
}
.main3 ul li:last-child{
	background: none;
}
.foot{
	width: 100%;
	min-height: 155px;
	background: #111111;
	color: #FFFFFF;
	padding: 35px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.foot .bq{
	float: left;
	margin-right: 50px;
	line-height: 40px;
}
.foot .cylj{
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	width: 38%;
}
.foot .cylj ul li{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.foot .cylj ul li a{
	color: #FFFFFF;
}
.foot .cylj  p{
	font-size: 18px;
	font-weight: bold;
}
.foot .rwm{
	float: right;
}
.foot .rwm span{
	height: 90px;
	display: inline-block;
	float: left;
	line-height: 90px;
	margin-right: 5px;
}
.yxt img{width: 100%;}

/*列表页*/
.nban{
	min-height: 300px;
	position: relative;
}
.nban .lm{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 26px;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 35px;
}
.nban .lm p{display: inline-block;}
.nban .lm span{
	font-size: 23px;
	display: none;
}
/* 列表页 */
.listcon{
	margin-top: -35px;
	position: relative;
	z-index: 9999;
}
.listcon .center{
	padding: 0px 80px;
	box-sizing: border-box;
}
.conleft{
	width: 280px;
	float: left;
}
.conleft .yj{
	/* height: 60px; */
	background: #00315A;
	font-size: 22px;
	color: #FFFFFF;
	/* text-indent: 30px; */
	/* line-height:60px; */
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px 5px;
}
.conleft ul{
}
.conleft ul li{
	height: 45px;
	line-height: 45px;
	margin-top: 1px;
	background: #CDCED0;
	text-indent: 30px;
}
.conleft ul li a{
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: 95%;
	display: block;
}
.conleft ul li:hover{
	background: #a5121d;
}
.conleft ul li:hover a{
	color: #FFFFFF;
}
.conleft .active{
	background: #a5121d;
}
.conleft .active a{
	color: #FFFFFF;

}
.conright{
	float: right;
	width: 910px;
	margin: 0px 0px 30px;
}
.ritop{
	overflow: hidden;

}

.dq{
	float: right;
	color: #FFFFFF;
	/* margin-top: 3px; */
	/* line-height: 45px; */
	height: 60px;
}
.dq a{
	font-size: 14px;
	color: #FFFFFF;
}
.dq  a:hover{color: #FFFFFF;}
	
.conright .listul{
	border-top: 3px solid #D6D6D6;
}
.conright .listul li{
	height: 45px;
	background: url(../img/listd.png) no-repeat 0px center;
	text-indent: 25px;
	color: #333333;
	line-height: 45px;
	border-bottom: 1px solid #E7E7E7;
}
.conright .listul{
	padding: 0px 15px;
	box-sizing: border-box;
}
.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
	background: url(../img/lidian.png) no-repeat 0px center;
}
.conright .listul li .sj{
	float: right;
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
}
.conright .listul li .bt{
	font-size: 15px;
}
.conright .listul li:hover a{color: #a5121d;}
.conright .listul li:hover .sj{color: #a5121d;}
.conright .listul li:hover .zy{color:#a5121d;}

.fan{margin: 30px 0px 0px 0px;text-align: center;}
.nt img{width: 100%;}
/* 内容页 */
.article{/* padding: 0px 15px; */}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 15px;
    color: #333;
    margin-bottom: 15px;
}
.article .arti_metas {
    padding: 15px 0px 10px 0px;
    text-align: center;
    border-top: 1px solid #E7E7E7;
}
.article .arti_metas span {
    color: #888888;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.nx{color: #333;font-size: 14px;}
.nx a{color: #666666;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #a5121d;}
/* 领导页 */
.ldul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	border: 1px solid #d7efed;
	padding: 22px;
	box-sizing: border-box;
	margin-top: 30px;
}
.ldul .wt{margin-right:0;}
.ldul .tu{
	width: 120px;
	height:150px;
	overflow: hidden;
	float: left;
}
.ldul .tu img{
	width: 120px;
	height:150px;
	transition: all 1s;
}
.ldul .tu:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.ldul a{
	padding: 0px 10px;
	box-sizing: border-box;
	margin-left: 130px;
	display: block;
}

.ldul span{
	font-size: 16px;
	/*color: #009688;*/
	padding: 15px 0px 10px;
	display: block;
	/* margin-top: 30px; */
}
.ldul .ldjs{
	font-size: 16px;
	line-height: 30px;
}
.ldul li{
	/*background: #e9e9e9;*/
	box-shadow: 2px 3px 3px #e9e9e9, -2px -2px 3px #e9e9e9;
}

/*教师列表页*/
.jslist{
	overflow: hidden;
	margin-bottom: 30px;
}
.jsbt{
	font-size: 26px;
	/* border-bottom: 3px solid #d2d2d2; */
	text-indent: 5px;
	padding-bottom: 5px;
}
.jslist ul{
	padding: 0px 20px;
	box-sizing: border-box;
}
.jslist .wt{margin-right: 0px;}
.jslist ul li{
	float: left;
	margin-top: 20px;
	margin-right: 29px;
}
.jslist ul li .tp img{
	width: 120px;
	height: 150px;
}
.jslist ul li  span{
	display: block;
	text-align: center;
}
.jslist ul li:hover span{
	color: #a5121d;
}
.mode01{margin-top: 30px;}




.list>ul li {
	
	/* transition: .5s; */
	overflow: hidden;
	padding: 25px 0px;
	border-bottom: 1px dashed #bababa;
}

.list>ul li a {
	float: left;
	display: block;
	width: 88%;
	padding-left: 35px;
	box-sizing: border-box;
}
.list .date3{padding-bottom: 10px;}
.list .date3 p{
	line-height: 25px;
}
.list>ul li a h2{
	font-size: 18px;
	color:#00204c ;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list .zhai{
	margin-top: 10px;
}
.list {
	margin-bottom: 70px;
}
.list>ul li:hover{
	
	background-color: #00204c;
	box-shadow: 5px 5px 8px #9ca8ba,-5px 0px 8px #9ca8ba;
}
.list>ul li:hover .date3,.list>ul li:hover h2,.list>ul li:hover .zhai{color: #fff;}
.list>ul li:hover .date3{
	margin-left: 20px;
	background-image: url(../img/line5.png);
}
.list>ul li a:hover{width: 89%;}
.date3{
	float: left;
	font-size: 18px;
	color: #960218;
	text-align: right;
	padding-bottom: 15px;
	background: url(../img/line2.png) no-repeat right bottom;
}
.date3 p{
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 3px;
}