.w{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden
}
.header-w{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.004);
}
.header{
	text-align: right;
}
.header a{
	display: inline-block;
	color: #999;
}
.header a:hover{
	color: #666;
}
.header .zy{
	background: url(../img/zy.png) no-repeat left center;
	padding-left: 20px;
}
.header .sc{
	background: url(../img/sc.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 30px;
}
/*banner*/
.ibanner {
    width: 100%;
   /* background: #f7f7f7;*/
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
	width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}
.ibanner .hd ul {
	width: 100%;
	height: 100%;
    overflow: hidden;
    text-align: center;
    zoom: 1;
}
.ibanner .hd ul li {
	display: inline-block;
    margin: 0 10px 0 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #ccc;
    cursor: pointer; 
    border-radius: 50px;
}
.ibanner .hd ul li.on {
    background: #0862e9;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -34px;
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/slider-arrow.png) no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -68px 0;
    width: 68px;
    height: 68px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}
.top-bg{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 324px;
	
	background-size: cover;
	z-index: 99;
}
.top{
	margin-top: 20px;
    overflow: inherit;
}
.logo{
	
}
.logo a, .logo img{
	display: block;
}
.search{
    width: 218px;
    height: 28px;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 18.5px;
}
.search input[type="text"]{
    width: 176px;
    float: left;
    height: 28px;
    line-height: 28px;
    background: none;
    margin-left: 14px;
    font-size: 12px;
    border: 0;
    color: #ddd;
}
.search input[type="submit"]{
    width: 16px;
    height: 17px;
    float: right;
    background: url(../img/search.png) no-repeat center;
    margin: 5.5px 12px 0 0;
    border: 0;
    cursor: pointer;
}
input::-webkit-input-placeholder {
        color: #a2a2a2;
      }
      input::-moz-input-placeholder {
        color: #a2a2a2;
      }
      input::-ms-input-placeholder {
        color: #a2a2a2;
      }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ width: 1200px; height: 60px; line-height: 60px; background: url(../img/nav-bg.png) no-repeat; position:relative; z-index:1; margin-top: 20px;}
		.nav a{ color:#fff;}
		.nav .nLi{ float:left;  position:relative; display:inline;}
		.nav .nLi h3{ float:left;}
		.nav .nLi h3 a{ display:block; padding:0 20px; font-size:16px;}
		.nav .sub{ display:none; width:100%; left:0; top:60px;  position:absolute; background: url(../img/b75.png) repeat;}
		.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; line-height: 36px; text-align: center; color: #333;}
		.nav .sub a:hover{ color: #fff; background: #0b6aeb;}
		.nav .on h3 a{ color: #fff;}

.title{
	text-align: center;
	font-size: 30px;
}
.title p{
	font-family: arial;
	font-size: 16px;
	color: #666;
	padding-top: 3px;
}
.news-bg{
	width: 100%;
	height: auto;
	background: #F7F7F7;
}
.news{
	padding-top: 20px;
	padding-bottom: 42px;
}
.news ul{
	margin: 30px -12px 0 -12px;
	
}
.news ul li{
	float: left;
	width: 286px;
	margin: 0 10px;
}
.news ul li .news-pic{
	width: 100%;
	height: 188px;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.news ul li .news-pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.news ul li .news-pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.news ul li .news-pic a:hover img{
	transform: scale(1.2);
}
.news ul li .news-xw{
	height: 152px;
	background: #fff;
	padding: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
    transition: all 0.2s ease-out 0s;
}
.news ul li .news-xw em{
	font-size: 15px;
	color: #0b6aeb;
}
.news ul li .news-xw h2{
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 6px;
	border-bottom: 1px solid #d5d6d7;
	padding-bottom: 6px;
}
.news ul li .news-xw p{
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}
.news ul li:hover .news-xw{
	background: #2b6bd5;
}
.news ul li:hover em, .news ul li:hover h2 a, .news ul li:hover p{
	color: #FFF;
}
.news ul li:hover em, .news ul li:hover p{
	color: #ddd;
}
.more{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 42px;
}
.more a{
	display: block;
	background: #2b6bd5;
	border-radius: 50px;
	color: #fff;
	font-family: arial;
}
.tzgg-bg{
	width: 100%;
	height: 480px;
	background: url(../img/tzgg-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.tzgg-w{
	margin: 0 10%;
	height: 480px;
	background: #fff;
	border-radius: 20px;
}
@media screen and (max-width: 1700px) {
	.tzgg-w{
		margin: 0 5%;
	}
}
@media screen and (max-width: 1400px) {
	.tzgg-w{
		margin: 0 1%;
	}
}
.tzgg .title{
	margin-top: 50px;
}
.slideTxtBox{ width:100%; text-align:left;}
	.slideTxtBox .hd{ height:25px; line-height:25px; position:relative; margin-top: 60px;}
	.slideTxtBox .hd ul{height: 1150px; height: 100%; position: absolute; left: 25px; z-index: 3;}
	.slideTxtBox .hd ul li{ float:left; width: 10px; height: 10px; margin: 0 185px; border: 1px solid #bfbfbf; background: #fff; border-radius: 50%; text-indent: -999999px; cursor:pointer; margin-top: 6.5px;}
	.slideTxtBox .hd ul li.on{width: 12px; height:12px;  border:1px solid #2b6bd5; background: #fff; border-radius: 50%; margin-top: 5.5px;}
	.slideTxtBox .hd i{width: 100%; height: 1px; background: #BFBFBF; position: absolute; left: 0; top: 12px;}
	.slideTxtBox .bd{margin-top: 30px;}
	.slideTxtBox .bd ul{ padding:15px 0;  zoom:1;}
	.slideTxtBox .bd li{float: left; width: 28%; margin: 0 2%;}
	.slideTxtBox .bd li .date{ display: block; height: 42px; line-height: 42px; text-align: center; font-size: 12px; color:#666;}
	.slideTxtBox .bd li .date em{ font-family: "宋体"; font-size: 30px; color:#333; background: url(../img/xx.png) no-repeat right center; padding-right: 17px;}
	.slideTxtBox .bd li a{display: block; margin-top: 20px; line-height: 24px; font-size: 15px;}
	.slideTxtBox .bd li a:hover{}
	.slideTxtBox .bd li:hover a{ color: #2b6bd5;}
	.slideTxtBox .bd li:hover .date{ color: #2b6bd5;}
	.slideTxtBox .bd li:hover .date em{ color: #2b6bd5; background: url(../img/xx2.png) no-repeat right center;}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideTxtBox .arrow{display: block; width: 100%; height: 100%; position: absolute; z-index: 2;}
	.slideTxtBox .arrow a{cursor: pointer;}
	.slideTxtBox .arrow .prev{ display: block; position: absolute; left: 0; width: 25px; height: 25px; background: url(../img/prev1.png) no-repeat;}
	.slideTxtBox .arrow .prev:hover{ background: url(../img/prev2.png) no-repeat;}
	.slideTxtBox .arrow .next{ display: block; position: absolute; right: 0; width: 25px; height: 25px; background: url(../img/next1.png) no-repeat;}
	.slideTxtBox .arrow .next:hover{ background: url(../img/next2.png) no-repeat;}
	.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
	.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }

.tzgg .more{margin-top: 30px;}
.jxky-bg{
	width: 100%;
	background: #F7F7F7;
	padding: 50px 0 20px 0;
}
.jxky{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* 教学科研布局样式css */
.marketing {
	width: 1400px;
	margin: 0 -100px;
    height: auto;
    overflow: hidden;
}
.click_a {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.hover_L {
    float: left;
}
.click_a a {
    display: block;
    width: 22px;
    height: 38px;
    overflow: hidden;
    margin-top: 240px;
}
.hover_R {
    float: right;
}
.click_a img {
    display: block;
    float: left;
}
.mark-main {
    width: 1260px;
    margin: 0 -30px 0 -30px;
    overflow: hidden;
    position: relative;
}
.click_con {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
    margin-left: -133px;
}
.system_list {
    width: 300px;
    height: 352px;
    position: relative;
    background: #fff;
    float: left;
    transition: All ease-in-out;
    -webkit-transition: All ease-in-out;
    -moz-transition: All ease-in-out;
    -o-transition: All ease-in-out;
}
.system_list_hx{
	width: 84px;
	height: 6px;
	background: #345aca;
	margin: 18px 0 0 15px;
}
.system_list_tit {
	padding: 0 15px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
}
.system_list_tit a{
	display: block;
}
.system_list_con {
	padding: 0 15px;
	font-size: 12px;
	color: #999;
	height: 120px;
	line-height: 24px;
	overflow: hidden;
}
.system_list_sj{
	padding: 0 15px;
	height: 80px;
	margin-top: 40px;
	background: #000000;
	color: #fff;
	position: relative;
}
.system_list_sj p{
	font-size: 30px;
	padding-top: 6px;
}
.system_list_sj span{
	font-size: 18px;
	color: #666262;
}
.system_list_sj i{
	display: block;
	widows: 42px;
	height: 42px;
	position: absolute;
	right: 15px;
	top: 19px;
	display: none;
}
.system_list_sj i a, .system_list_sj i img{
	display: block;
	widows: 42px;
	height: 42px;
}
.click_con .new_cur {
	background: #2d67d3;
	color: #fff;
    z-index: 10;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.click_con .new_cur a{color: #fff;}
.click_con .new_cur .system_list_hx{background: #fff;}
.click_con .new_cur .system_list_con{color: #a3bcdc;}
.click_con .new_cur .system_list_sj i{display: block;}

.dbg{
	width: 100%;
	height: 1472px;
	background: #F7F7F7 url(../img/dbg.png) no-repeat;
	background-size: cover;
}
.dqjs{
	padding-top: 100px;
}
.dqjs-tx{
	margin-top: 70px;
}
.dqjs .title{
	color: #fff;
}
.dqjs .title p{
	color: #fff;
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*轮播样式?*/

.mainWrap {
	width: 684px;
	margin: auto;
}
.content{
	width: 684px;
	height: 354px;
}
.content .section_2 .focus {
	position: relative;
}

.content .section_2 .focus {
	margin-left: 0;
}

.content .section_2 .focus .bigpic {
	position: absolute;
	right: 0;
	width: 515px;
	height: 354px;
	z-index: 1;
}

.content .section_2 .focus .bigpic a {
	display: block;
}

.content .section_2 .focus .bigpic a img {
	width: 515px;
        height: 354px;
}

.content .section_2 .focus .bigpic .slick-dots {
	position: absolute;
	left: -160px;
	bottom: 0;
	width: auto;
	text-align: center;
	z-index: 1000;
}

.content .section_2 .focus .bigpic .slick-dots li {
	display: inline-block;
	width: auto;
	float: none;
	vertical-align: middle;
}

.content .section_2 .focus .bigpic .slick-dots li button {
	background: #a4a6ac;
	border: 0 none;
	border-radius: 7px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0 8px;
	outline: medium none;
	padding: 0;
	width: 12px;
}

.content .section_2 .focus .bigpic .slick-dots li.slick-active button {
	background: #2b6bd5;
}

.content .section_2 .focus .smallpic {
	position: absolute;
	left: 0;
	width: 60%;
	top: 50%;
	margin-top: 30px;
}

.content .section_2 .focus .smallpic a img {
	width: 410px;
        height:282px;
}

.dqjs-xw{
	width: 485px;
}
.dqjs-xw .dqjs-xw-tt{
	border-bottom: 1px dashed #787878;
}
.dqjs-xw .dqjs-xw-tt h2{
	font-size: 15px;
	background: url(../img/xxjt.png) no-repeat left center;
	padding-left: 16px;
}
.dqjs-xw .dqjs-xw-tt h2 a{
	color: #fff;
}
.dqjs-xw .dqjs-xw-tt h2 a:hover{
	color: #ffea00;
}
.dqjs-xw .dqjs-xw-tt p{
	font-size: 12px;
	color: #b2b2b2;
	line-height: 18px;
	margin: 6px 0 12px 0;
}
.dqjs-xw ul li{
	line-height: 45px;
	border-bottom: 1px dashed #787878;
	font-size: 15px;
	background: url(../img/xxjt.png) no-repeat left center;
	padding-left: 16px;
}
.dqjs-xw ul li a{
	color: #fff;
}
.dqjs-xw ul li a:hover{
	color: #ffea00;
}
.dqjs-xw ul li em{
	float: right;
	color: #fff;
}
.dqjs .more a{
	background: #fff;
	color: #333;
}
.xsgz-w{
	height: 672px;
	margin-top: 75px;
	position: relative;
}
.xsgz-w-bg{
	position: absolute;
	right: 0;
	width: 50%;
	height: 672px;
	background: #fff;
}
.xsgz{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 522px;
	padding: 70px 0 80px 0;
	background: #fff;
	overflow: inherit;
}
.xsgz ul{
	width: 1254px;
	margin: 0 -27px;
	margin-top: 60px;
}
.xsgz ul li{
	float: left;
	width: 320px;
	height: 330px;
	padding: 0 20px;
	border: 2px solid #b5b5b5;
	border-radius: 10px;
	margin: 0 27px;
	
}
.xsgz-cb{
	width: 78px;
	height: 672px;
	background: #fff;
	position: absolute;
	top: 0;
	left: -78px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.xsgz-pic{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 50%;
	border: 4px solid #e5e5e5;
	overflow: hidden;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.xsgz-pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.xsgz-pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.xsgz-pic:hover{
	border-color: #345aca;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.xsgz-pic:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.xsgz-sj{
	margin-top: 14px;
}
.xsgz ul li:hover .xsgz-sj{
	color: #345ACA;
}
.xsgz ul li h2{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.xsgz ul li p{
	font-size: 12px;
	color: #cfcfcf;
}
.xsgz ul li:hover h2 a{
	color: #345ACA;
}
.xsgz-w .more{
	position: absolute;
	bottom: 52px;
	left: 50%;
	margin-left: -50px;
}
.zt{
	margin-top: 70px;
}
.zt a{
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.zt a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.zt-z{
	width: 640px;
	height: 334px;
}
.zt-z a, .zt-z img{
	display: block;
	width: 100%;
	height: 100%;
}
.zt-r{
	width: 560px;
	height: 167px;
}
.zt-r a, .zt-r img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot-bg{
	width: 100%;
	padding: 45px 0;
	background: #34333e;
	margin-top: 70px;
}
.link, .lxfs, .link a, .lxfs a{
	color: #fff;
}
.link, .lxfs{
	width: 250px;
	margin-left: 95px;
}
.lxfs{
	width: 330px;
}
.link h2, .lxfs h2{
	border-bottom: 1px solid #fff;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.link ul li{
	float: left;
	width: 48%;
	margin-right: 1%;
	font-size: 12px;
	line-height: 28px;
}
.lxfs-tx p{
	font-size: 12px;
	line-height: 28px;
}
.foot-bq{
	width: 100%;
	padding: 18px 0;
	background: #21202e;
	color: #fff;
	text-align: center;
}
.foot-bq p{
	line-height: 22px;
	font-size: 12px;
	color: #cccccc;
}












/*以下是列表页样式*/
.zibanner{
	display: block;
	width: 100%;
	height: 467px;
	background: #f6f6f6;
	margin: 0 auto;
}
.zibanner img{
	display: block;
	width: 100%;
	height: 100%;
}
.zy-box-bg{
	width: 100%;
	height: auto;
	background: #f6f6f6;
}
.zy-box{
	width: 1170px;
        min-height:485px;
	padding: 15px;
	background: #fff;
	position: relative;
	overflow: inherit;
}
.zy-box-bai{
	width: 100%;
	height: 90px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -90px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.zy-box .place{
	position: absolute;
	top: -80px;
	left: 15px;
	height: 40px;
	line-height: 40px;
}
.zy-box .place p{
	background: url(../img/place.png) no-repeat left center;
	padding-left: 24px;
}
.zy-box .place p a:hover{
	color: #18327F;
}

/*列表页左侧*/
.zy-box-l{
	position: absolute;
	top: 0;
	width: 252px;
}
.menu{
    padding-bottom: 120px;
    border: 1px solid #c4d6e5;
	background: url(../img/menu-bg.jpg) no-repeat center bottom;
}
.menu h2{
	float: left;
	width: 46px;
	height: 343px;
	background: url(../img/menu-title.png) no-repeat;
	margin: 20px 0 0 5px;
}
.menu h2 p{
	padding-top: 24px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.menu ul{
	float: right;
	width: 176px;
	margin-right: 10px;
	margin-top: 20px;
}
.menu ul li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #dbd5d5;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.menu ul li a{
	display: block;
	padding-left: 12px;
	height: 100%;
}
.menu ul li a:hover{
	color: #055fac;
}
.menu ul li.on{
	font-size: 16px;
}
.menu ul li.on a{
	color: #055fac;
}
.menu ul li i{
	position: absolute;
	top: 15.5px;
	right: 20px;
	display: none;
	width: 13px;
	height: 13px;
	background: url(../img/menu-jt.png) no-repeat;
}
.menu ul li.on i{
	display: block;
}

/*列表页右侧*/
.zy-box-r{
    width: 888px;
    margin-top: -15px;
    padding-bottom: 50px;
    position: relative;
}
.zy-box-bt{
	position: absolute;
	top: -70px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 4px solid #e2e4e6;
}
.zy-box-r .zy-box-lm{
	font-size: 22px;line-height:32px;
	font-weight: bold;
	text-align: center;
	color: #055fac;
}
.list_box ul{
	margin-top: 20px;
}
.list_box ul li{
	line-height: 50px;
	font-size: 15px;
	border-bottom: 1px dashed #d8d5d5;
}
.list_box ul li em{
	float: right;
}
.list_box ul li a{
	display: block;
}
.list_box ul li a:hover{
	color: #055fac;
}
/*内容页*/
.zy-box-r .main_content{
	
}
.zy-box-r .main_content .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    height: auto;
    border: 0;
}
.zy-box-r .main_content .Subtitle{
    text-align: center;
    font-size: 15px;
    color: #333333;
    line-height: 2.5;
    margin-top: 10px;
}
.zy-box-r .main_content .dpzw{
    font-size: 15px;
    color: #333333;
    line-height: 3;
    margin-top: 15px;
    border-bottom: 1px solid #d8d9db;
    padding-bottom: 30px;
}
.zy-box-r .main_content .dpzw p{
	font-size: 15px;
    text-indent: 2em;
}
.zy-box-r .main_content .page_box{
    margin-top: 15px;
}
.zy-box-r .main_content .page_box a{
    color: #666;
    line-height: 20px;
}
.zy-box-r .main_content .page_box a:hover{
    color: #055fac;
}

/*图片列表页*/
.pic_list{
	margin-top: 20px;
}
.pic_list ul{
	padding: 10px 0;
}
.pic_list ul li{
	float: left;
	width: 25%;
}
.pic_list ul li a{
	display: block;
	background: #ebeaea;
	margin: 10px 15px;
}
.pic_list ul li a:hover{
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);
}
.pic_list ul li a img{
	width: 100%;
	height: 200px;
}
.pic_list ul li p{
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #055fac;
}
.pic_list ul li a:hover p{
	font-weight: bold;
	color: #055fac;
}
/*机构设置*/
.jgsz dt{
	width: 202px;
	height: 42px;
	background: url(../img/dzjg-bt.png) no-repeat;
	line-height: 42px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.jgsz dl > div{
	width: 1040px;
	margin-left: -20px;
	margin-right: -20px;
}
.jgsz dd{
	float: left;
	width: 46%;
	margin: 20px 2% 0 2%;
	/*margin-top: 20px;*/
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	font-size: 15px;
}
.jgsz dd a{
	display: block;
	padding: 0 20px;
	background: url(../img/icon-jg.png) no-repeat 15px center;
	padding-left: 30px;
}
.jgsz dd a:hover{
	color: #18327F;
}
/*现任领导*/
.xrld ul{
	float: left;
	width: 35%;
	margin-left: 5%;
	margin-top: 20px;
}
.xrld ul.xrld-ul1{
	margin-left: 15%;
}
.xrld ul li{
	line-height: 38px;
	font-size: 15px;
	margin-top: 20px;
}
.xrld ul li em{
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #18327F;
}
.xrld ul li .xrld-li{
	float: left;
	margin-left: 20px;
}
.xrld ul li .xrld-li a{
	display: block;
	width: 100%;
	font-size: 15px;
}
.xrld ul li .xrld-li a:hover{
	color: #18327F;
}



/*主页样式*/