*{padding:0;margin:0;list-style:none;}
body{font-size:1rem;font-family: 'å¾®è½¯é›…é»‘','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;margin:0px; padding:0px;background: url(../img/top_bg.png) top center repeat;font-size:1rem}


/********å…¬å…±æ ·å¼*********/
@media (min-width: 1300px) {
    .container{
        max-width: 1300px;
    }
}


@media (max-width:1300px)
{
	.head .navbar_nav li a{
		text-decoration: none;
		height: 100%;
		padding: 0 5px!important;
		display: block;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		color: #333;
		font-size:20px;
	}
}




a{color:#333;}
a:hover{font-weight:bold;text-decoration:none;}

h1{color:#fff;font-size:1.4375rem;}
.pd_jj{margin:0 -30px!important;padding-top:28px;}
.zt_jj{padding:0 5px 14px!important;}
.icon{padding-right:12px;}
.d-xs-none{display:none;}
.fl{float:left;}
.fr{float:right;}

/************å­—ä½“é¢œè‰²************/
.icon_sj{background:#f2c701;}




#header{position:relative;width:100%;z-index:99;}
.header_top{width:100%;padding:16px 0px;color:#fff;background: #c73639;box-shadow: 0px 2px 10px 0px #c7c5c5;}
.header_top .left{width:70%;}


.header_top a{color:#fff;}
.header_top a:hover{text-decoration: none;}

.header_bot{width:100%;padding:1.625rem 0px;}


.navbar{background:none!important;padding-top:60px;font-size:1.0625rem!important;margin-left:30px!important;}
.navbar_link{color:#0559ac!important;padding:0px 14px!important;font-weight:500;}


/*******å¯¼èˆª********/

.head{
	width:100%;
	position:relative;
	top:0px;
	left:0;
	z-index:99;
	

}


.header_top  form .text {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	height: 28px;
	line-height: 20px;
	padding: 3px 10px;

	border-radius: 50px;
	width: 0;
	padding: 0;
	border: 0;
	transition: all 0.5s ease-in-out;
	margin-right: 5px;
  }
  .header_top  form .text::placeholder {
	color: #fff;
  }
  .header_top  form .image {width:18px;height:21px;margin-top:3px;}
  .header_top  form:hover .text {

	border: 1px solid #fff;
	width: 140px;
	
  }



/*å·¦ä¾§logo*/
.head .left{
	/*width: 12%;*/
}
.head a img{
	
	/*margin-top: 26px;*/
    width:100%;
	height:auto;

}

.head .img2{
	display: none;

}





/*å³ä¾§*/
.head .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	padding-top:24px;
	line-height: 50px;
	display: block;
}
.head .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.head .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #f38b05;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.head .navbar_nav li:hover:after{
    width: 100%;
}
.head .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 6px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
	font-size:20px;
}
.head .navbar_nav li:hover a{
	color: #f38b05;
}
.head .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.head .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	
	background-size: 100% 100%;
	display: block;
}
.head .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
z-index:999;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 200%;
    left: -50%;
}
.head .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.head .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.head .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.head .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/
.head.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.head.on .left .img1{
	display: none;
}
.head.on .left .img2{
	display: block;
}
.head.on .navbar_nav li a{
	color: #333;
}
.head.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.9);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 10px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}


@media (max-width: 518px) and (min-width: 320px){
	.head #navToggle {
		height: 100%;
	/*	padding: 43px 15px;*/
		margin-right: -15px;
		display: inline-block;
		float: right;
		margin-top:-36%!important;
		z-index:999;
	}
	.head #navToggle span,
	.head #navToggle span:before,
	.head #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff!important;
	}

}




@media screen and (max-width: 992px){
	.head{
		padding: 0 10px;
	}
	.head #navToggle {
		height: 100%;
	/*	padding: 43px 15px;*/
		margin-right: -15px;
		display: inline-block;
		float: right;
		margin-top:2%;
		z-index:999;
	}
	.head #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.head #navToggle span:before,
	.head #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.head #navToggle span,
	.head #navToggle span:before,
	.head #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #333;
	}
	.head #navToggle span:before {
		top: 8px;
	}
	.head #navToggle span:after {
		bottom: 10px;
	}
	.head #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.head #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.head #navToggle.open span {
		background: none;
	}
	.head #navToggle.open span:before,
	.head #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.head .nav{
		display: none;
	}
	

}





/*********banner*********/
.carousel{max-width:1500px;margin:0 auto;z-index:9}
.carousel-inner{max-width:1500px;margin:0 auto;}
.carousel-inner img {width: 100%;height: 100%;}
.carousel-indicators li{width:12px;height:12px;border-radius:50%;}
/*.carousel-indicators .active{background:#fedd00;width:12px!important;height:12px;border-radius:50%;}*/
.carousel-control-prev{left:0%;}
.carousel-control-next{right:0%;}
.carousel-control-next, .carousel-control-prev{width:2%;height:68px;background:#000;top:42.5%;}

#conter{padding-top:10px;}

/*********ä¸­é—´********/
.xw_nav{width:100%;line-height:80px;height:80px;border-bottom:1px #dddddd solid;}

.xw_nav .nav{color:#c73639;font-size:1.5625rem;line-height:80px;border-bottom:4px #c73639 solid;float:left;margin-bottom:-5px;margin-right:8px;}
.xw_nav span{float:right;background:url(../img/more.png) right center no-repeat;}
.xw_nav span a{color:#333;padding-right:40px;}



/**********å­¦é™¢æ–°é—»*********/
.xw_new_top{width:100%;}
.xw_box{width:100%;background:#fff;border-bottom:4px #c73639 solid!important;display: block;box-shadow:0px 2px 8px 0px #dbdada;border-radius: 0px;border:none;}




.card-img-top{border-top-left-radius:0px;border-top-right-radius:0px;}
.card-body p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}




.xw_new_bot{width:100%;height:77px;}
.xw_new_bot a{width:100%;padding:12px 0px 12px 20px;line-height:26.5px;border-bottom:1px #c1bfbf dashed;background:url(../img/yuan.png) left 19px no-repeat;float:left;}
.xw_new_bot a div{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.xw_new_bot a span{background:none;float:left;color:#888;font-weight:bold;font-family: Bodoni Bd BT;}





/**********é€šçŸ¥å…¬å‘Š*********/
.tz_font{padding-top:28px;}
.tz_font li{width:100%;background:#fff;padding:7px 6px;margin-bottom:21px;box-shadow: 0px 2px 15px 0px #dbdada;float:left;}
.tzgg_rl{width:20%;margin-right:3%;float: left; text-align: center;background:#c73639;}
.tzgg_rl_top{line-height:1.875rem;color:#fecc00;font-family: Arial;font-size:30px;padding-top:7px;}
.tzgg_rl_bot{ color:#fff;font-size:0.875rem;line-height:28px;padding-bottom:2px;}

.tz_font_right{float:right;width:75%;line-height:26px;padding:7px 2% 7px 0%;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;height:57px;}
.tz_font_right a{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}}
/**********åª’ä½“æŠ¥é“*********/
.mt_font{padding-top:28px;}
.mt_font li{width:50%;background:#fff;padding:6px;margin-bottom:19px;box-shadow: 0px 2px 15px 0px #dbdada;float:left;}
.mt_rl{width:20%;margin-right:3%;float: left; text-align: center;background:#c73639;}
.mt_rl_top{line-height:1.875rem;color:#fecc00;font-family: Arial;font-size:30px;padding-top:7px;}
.mt_rl_bot{ color:#fff;font-size:0.875rem;line-height:28px;padding-bottom:2px;}

.mt_font_right{float:right;width:75%;line-height:26px;padding:7px 2% 7px 0%;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;height:57px;}
.mt_font_right a{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/**********ä¸“é¢˜ä¸“æ *********/
.nav-tabs{margin-bottom:40px!important;}

.nav-tabs .nav-link{color:#777;font-size:1.625rem;border:none;font-weight:normal;line-height:4.125rem;}
.nav-tabs .nav-link.active{border-bottom:4px #c73639 solid!important;border:none;color:#c73639;font-size:1.625rem;background:none;}

.ztzl{
	margin-top: 30px;
}
.ztzl-title{

	text-align: right;
	padding:0px;
	padding-right: 70px;
	height: 100%;
	background-size: 100%;
}
.ztzl-title img{
}
.ztzl-more{
	position: absolute;
	right: 35px;
	bottom:15px;
	width: 24px;
	background: rgb(255,255,255,0.8);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.ztzl-more a{
	color: #13306c;
}
.ztzl-item{
	padding: 0px;
	overflow: hidden;
}
.ztzl-item-img{
	width: 100%;
	position: relative;
}
.ztzl-item-img img{
	width: 100%;
}
.ztzl-bg{
	width: 100%;
	position: absolute;
	top: 0%;
	box-sizing:border-box;
	transition:all 0.2s ease-out 0s;
}
.ztzl-item:nth-child(1) .ztzl-bg{
	background:rgba(99,56,105,0.4)
}
.ztzl-item:nth-child(2) .ztzl-bg{
	background:rgba(160,217,71,0.35)
}
.ztzl-item:nth-child(3) .ztzl-bg{
	background:rgba(245,162,72,0.5)
}


.ztzl-item:nth-child(6) .ztzl-bg{
	background:rgba(92,37,205,0.25)
}
.ztzl-item:nth-child(7) .ztzl-bg{
	background:rgba(205,120,37,0.18)
}




.ztzl-con{
	width: 100%;
	padding:20px;
	color: #fff;
	position: absolute;
	top: 60%;
	box-sizing:border-box;
	transition:all 0.2s ease-out 0s;
}
.ztzl-item-title{
	font-size: 1.4375rem;
    text-shadow:0px 2px 5px   #000000;
    line-height: 3.4375rem;

}
.ztzl-line{width:30%;height:2px;background:#fff;margin:0 auto 40px;	}
.ztzl-nr{text-overflow:ellipsis;white-space: nowrap; overflow: hidden;text-align: justify;display: block;margin:0 auto;}
.ztzl-nr  a{color: #fff;border:1px #fff solid;padding:6px 16px;line-height: 36px;}
.ztzl-item:hover .ztzl-bg{
	top: 0;
	transform:none;
}
.ztzl-item:hover .ztzl-con{
	top: 0;
	transform:none;
}
.zt-more{
	width: 100%;
	text-align: center;
}
.zt-more a{
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom:15px;
	left: 50%;
	margin-left: -40px;
	border:1px solid #fff;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	width: 80px;
	line-height: 36px;
	font-size: 0.875rem;
}




/***************å¿«é€Ÿå¯¼èˆª***************/
.kstd_font{width:100%;padding:45px 0px;}
.kstd_font a{margin:0px 25px;float:left;}

.kstd_font .icon01:hover {
	background:#01539a;  
	transition: all 0.5s ease-in-out;
}

.icon01{background:#ac8b3f;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon02{background:#d95b5b;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon03{background:#dbad03;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon04{background:#45a965;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon05{background:#5282d2;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon06{background:#e36521;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon06{background:#e36521;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon07{background:#279b4c;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon08{background:#1768c9;border-radius:50%;width:96px;height:96px;line-height:96px;}
.icon09{background:#3417c9;;border-radius:50%;width:96px;height:96px;line-height:96px;}
.kstd_font li span{text-align:center;line-height:65px;font-size:1.0625rem;}







/*.zt_zl{width:334px;height:240px;position: relative;}
.zt_zl span{bottom:50px;z-index: 1;position: absolute;display: flex;}
.zt_zl img{z-index: 2;}
.zt_zl:hover{background:rgba(99, 56, 105, 1.0)}*/

.ztzl-item-img{width:100%;position:relative;}


/**********å¿«é€Ÿé€šé“*********/
.ks_font{width:100%;}
.ks_font a{float:left;}
.ks_font a span{line-height:3.9375rem;text-align:center;font-size:1.0625rem;display: block;}




/**********footer*********/

#footer{width:100%;background: #c73639;}
.fot_top{padding-bottom:12px;}

.yq_nav{border-bottom: 1px #ea8587 solid;line-height:68px;color:#fff;font-size:1.625rem;padding-top:20px;}
.yq_nav i{padding-right:15px;}

.yq_font{padding-top:11px;}
.yq_font li{background:url(../img/dian.png) left 20px no-repeat;line-height:45px;color:#fff;width:50%;float:left;padding-left:24px;overflow:hidden;white-space: nowrap;
    text-overflow: ellipsis;}
.yq_font li a{color:#fff;overflow:hidden;white-space: nowrap;
    text-overflow: ellipsis;}



.erm{width:100%;margin:0 auto;padding-top:43px;}
.erm_top li{width:50%;float:left;}
.erm_bot{width:100%;line-height:90px;}

.fot_bot{width:100%;border-top:1px #ea8587 solid;line-height:61px;color:#9fb5d2;}

.fot_bot a{color:#fff;text-decoration:none;}

.lx_font{color:#fff;padding-top:20px;line-height:25px;}


.ej_banner{max-width:1500px;margin:0 auto;text-align: center;}
.ej_banner img{max-width:100%;height:auto;}
.banner-main{
	width: 21%;
	background: rgba(5,89,172,.9);
	position: absolute;
	z-index:98;
	padding:15px 29px;
	color:#fff;
	bottom:0px;
}
.banner-title{
	width: 100%;
	line-height: 42px;
	font-size:1.75rem;
	color:#fff;
	text-shadow: #333 2px 2px 8px;
	letter-spacing: 5px;
	position: relative;
}
.banner-con{
	text-indent: 2em;
	line-height: 24px;
	height:96px;
	overflow: hidden;
	text-align: justify;
	margin-top: 8px;
	position: relative;
	font-size: 0.75rem;
}

/*******æ­£æ–‡é¡µ*********/
.main{
	padding-top: 0px;
}
.main>.container{
	background: none;
}
.displayInfo,.listcolumn>.container-fluid{
	background: #fff;
	padding:30px;
}
.chapter{
	padding:50px 0px;
	padding-top: 0px;
}
.chapter-title{
	width: 100%;
	font-size: 1.25rem;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
line-height:30px;
padding:10px 0px;
}
.chapter-info{
	width: 100%;
	text-align: center;
	color: #B4B4B4;
	font-size: 0.875rem;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.chapter img{
	max-width:100%;
	text-align: center;
}
.content{
	text-align: left!important;

	float: left!important;
	padding:20px 10px 50px!important;
	padding-right: 0px!important;
}
.content p,.content2 p{
	text-align: justify;
	line-height: 28px;
	margin-top: 10px;
}
.content{
	width: 100%;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
}
.content2 img{
	max-width: 100%;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
/*display:block;*/
  height:auto;
}
/*listcolumn*/
.listcolumn{padding:0px;}
.sub-menu-1{
	width: 100%;
	background: #ecf0f9;
	float: left;
	margin-top:15px;
}
.sub-menu-2{
	
	background-size: 100% auto;
	padding-bottom: 50px;
	padding-left: 10%;
	padding-top: 20px;
}
.sub-menu-title{
	background: #c73639;
	color: #fff;
	font-size: 1.5rem;
	padding-top: 23px;
	padding-bottom: 23px;

}
.sub-menu>ul{
	width: 100%;
}
.sub-menu>ul>li{
	line-height: 52px;
	margin-top: 5px;
	background: #dee2eb;
}
.sub-menu>ul>li:hover{
	background: #ea8587;
	color:#fff;
	transition: background .5s,color .5s;
	-moz-transition: background .5s,color .5s;	/* Firefox 4 */
	-webkit-transition: background .5s,color .5s;	/* Safari ?â€™? Chrome */
	-o-transition: background .5s,color .5s;
}
.sub-menu .cur a{
	background: #ea8587;
	color:#fff;
}
.sub-menu>ul>li>a{
	color:#333;
	font-size: 1rem;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.sub-menu>ul>li:hover>a{
	color:#fff;
}
.sub-menu-ul{
	background: #fff;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}
.sub-menu-ul li{
	line-height: 42px;
	border-bottom: 1px solid #eae7de;
	padding-left: 25px;
	padding-right: 25px;
}
.sub-menu-ul li:last-child{
	border-bottom: none;
}
.sub-menu-ul li a{
	color: #333;
	display: block;
}
.sub-menu-ul li a:hover{
	color: #498700;
}
.column-local{
	border-bottom: 1px solid #862114;
	width: 100%;
	padding-right: 20px;
}
.column-local2{
}
.column-title{
	line-height: 48px;
	width: 10%;
	float: left;
}
.local{
	width: 100%;
	margin-bottom:30px;
	line-height: 60px;
	color: #777;
	border-bottom: 1px solid #ccc;

}

.local  a{
	color: #777;
}
.lm-title{
	font-size: 1.5rem;
	font-weight: bold;

	color: #c73639;
	margin-bottom: 30px;
}
.listcolumn-con{
	padding-top:15px;
}
.news-item{
	padding-bottom:8px;
}
.list-item{
	line-height: 64px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .5s;
	-moz-transition: all .5s;	/* Firefox 4 */
	-webkit-transition: all .5s;	/* Safari ?â€™? Chrome */
	-o-transition: all .5s;
	border:1px solid #dedede;
	margin-bottom: 15px;
}
.list-item:hover{
	box-shadow: 0 0 20px #dde1ec;
	-webkit-box-shadow:0 0 20px #dde1ec;
	-o-box-shadow:0 0 20px #dde1ec;
	-moz-box-shadow:0 0 20px #dde1ec;
	background: #dde1ec;
}
.list-item-title i{
	color: #333333;
	font-size: 0.75rem;
}
.list-item-title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height:4rem;
	padding-left:25px;
}
.list-item-title a{
	color:#000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 1rem;
}
.list-item-title a:hover{
	color: #1D3DA2;
	font-weight: bold;
}
.list-item-date{
	text-align:center;
	line-height:32px;
	padding-right:25px;
	border-right: 2px solid #1D3DA2;
}
.listcoumn-con .day{
	line-height: 20px;
	padding-top: 12px;
	color: #c52c05;
	font-size: 1.5rem;
}
.listcoumn-con .year{
	color: #8e8e8e;
}

/*listcolumn-pic*/
.listcolumn-pic .content{
	width: 100%;
	padding-left: 0px;
}
.pic-item{
	width: 100%;
	margin-bottom: 30px;
	
	float: left;
}
.pic-con,.pic-img{
	width: 50%;
	float: left;
}
.pic-img{
	overflow: hidden;
	position: relative;
}
.pic-img img{
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}
.pic-img img:hover{
	transform: scale(1.4);
}
.pic-con{
	padding:15px 30px;
	background: #f4f4f4;
}
.pic-title{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 10px;
}
.pic-title a{
	color: #333;
}
.pic-title a:hover{
	color: #0f36ad;
}
.pic-day{
	font-size: 1.5rem;
}
.pic-detail{
	width: 100%;
	
	background-size: 100%;
	line-height: 36px;
	margin-top:20px;
}
.pic-detail a{
	color: #333;
	background:#f4f4f4;
	display: block;
	padding-right: 15px;
	width: 80px;
}


.jg-title{
	font-size: 1rem;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 10px;
	display: block;
}
.content2{
	width: 100%;

}
.content2 ul{
	width: 100%;
}


.about_font p{line-height:35px;}
.listcolumn-title  li{line-height: 52px;padding-left: 0px;border-bottom: 1px solid #e6e6e6;text-overflow: ellipsis; white-space: nowrap;
    overflow: hidden;text-align: justify; }
.listcolumn-title  li a{overflow:hidden;white-space: nowrap;
    text-overflow: ellipsis;}
.listcolumn-title  li span{float:right;color: #848484;}
.listcolumn-date {
		text-align: right;
		font-size: 1rem;
		padding-right: 0px;
		color: #848484;
		line-height: 52px;
		border-bottom: 1px solid #e6e6e6;
	}
.pagination{display:block;}
/*******å›¾ç‰‡åˆ—è¡¨é¡µ*********/
#jq22 { width: 100%; margin: 0 auto; font-size: 0;}
#jq22 li { display: inline-block; width: 33.3%; padding-top: 1%; padding-left: 15px;padding-right: 15px;}
#jq22 li img { width:284px;height:188px;}
.post-title{
    color: #333;
    line-height: 42px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 0px;
    padding-left: 15px;
    width: 100%;
    font-size: 1.0625rem;
	text-align:center;
}
.xyfg-con{
    padding-left: 0px;
	padding-right: 0px;
}
@media(max-width:992px){
    #jq22{
      /*  margin-left: -20px;*/
    }
    #jq22 li {
        width: 50%;
    }
}
@media(max-width:767px){
    #jq22 li {
        width: 100%;
text-align:-webkit-center;
    }
}


/***************************/

.ul-list5-1{width:100%;height:100%;}

.ul-list5-1 .con:hover .pic01{background:rgba(99,56,105,0.9);}
.ul-list5-1 .con:hover .pic02{background:rgba(160,217,71,1.0);}
.ul-list5-1 .con:hover .pic03{background:rgba(245,162,72,1.0);}
.ul-list5-1 .con:hover .pic04{background:rgba(44,181,232,1.0);}
.ul-list5-1 .con:hover .pic05{background:rgba(92,37,205,1.0);}
.ul-list5-1 .con:hover .pic06{background:rgba(205,120,37,1.0);}
.ul-list5-1 .con:hover .pic07{background:rgba(205,120,37,1.0);}
.ul-list5-1 .con:hover .pic08{background:rgba(205,120,37,1.0);}

.ul-list5-1 .con:hover .bg01,
.ul-list5-1 .con:hover .bg02,
.ul-list5-1 .con:hover .bg03,
.ul-list5-1 .con:hover .bg04,
.ul-list5-1 .con:hover .bg05,
.ul-list5-1 .con:hover .bg06,
.ul-list5-1 .con:hover .bg07,
.ul-list5-1 .con:hover .bg08{opacity:0;}






.ul-list5-1 .bg01{background:rgba(99,56,105,0.4);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg02{background:rgba(160,217,71,0.35);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg03{background:rgba(245,162,72,0.5);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg04{background:rgba(44,181,232,0.5);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg05{background:rgba(92,37,205,0.25);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg06{background:rgba(205,120,37,0.18);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg07{background:rgba(205,120,37,0.18);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}
.ul-list5-1 .bg08{background:rgba(205,120,37,0.18);height:94%;position:absolute;top:0;left:0;right:0;z-index:2;margin:0 5px;}



.ul-list5-1 .pic01 img,.ul-list5-1 .pic02 img,.ul-list5-1 .pic03 img,.ul-list5-1 .pic04 img,.ul-list5-1 .pic05 img,.ul-list5-1 .pic06 img,.ul-list5-1 .pic07 img,.ul-list5-1 .pic08 img{width:100%;height:237px;object-fit:cover;}
.ul-list5-1 h4{font-size:1.4375rem;color:#fff;text-align:center;}
.ul-list5-1 .tit{position:absolute;left:0;right:0;bottom:40px;z-index:3;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.ul-list5-1 .mask{position:absolute;top:50%;left:0;right:0;z-index:3;opacity:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:1s;-ms-transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s}
.ul-list5-1 .mask h4{-webkit-transform:translateY(70px);-moz-transform:translateY(70px);-o-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);transition:1s;-ms-transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s}

.ul-list5-1 .icon{display:block;height:31px;line-height:28px;padding:0;margin:40px auto 0px;width:114px;text-align:center;border:1px #fff solid;background-position:center;background-repeat:no-repeat;
	-webkit-transform:translateY(-70px);
	-moz-transform:translateY(-70px);
	-o-transform:translateY(-70px);
	-ms-transform:translateY(-70px);
	transform:translateY(-70px);
	transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	-o-transition:1s;
}

.ul-list5-1 .con:hover .pic01 img{opacity:.05}
.ul-list5-1 .con:hover .pic02 img{opacity:.05}
.ul-list5-1 .con:hover .pic03 img{opacity:.08}
.ul-list5-1 .con:hover .pic04 img{opacity:.05}
.ul-list5-1 .con:hover .pic05 img{opacity:.05}
.ul-list5-1 .con:hover .pic06 img{opacity:.05}
.ul-list5-1 .con:hover .pic07 img{opacity:.05}
.ul-list5-1 .con:hover .pic08 img{opacity:.05}


.ul-list5-1 .con:hover .mask{opacity:1}
.ul-list5-1 .con:hover .mask .line{border-bottom:1px #fff solid;width:20%;margin:0 auto;padding-top:10px;opacity:1;}
.ul-list5-1 .con:hover .icon,.ul-list5-1 .con:hover .mask h4
{     color:#fff;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)}
.ul-list5-1 .con:hover .tit{opacity:0;}



@media (min-width: 1200px){
.tz_font li {
    margin-bottom: 26px;
}
}
@media (min-width: 1300px){
.tz_font li {
    margin-bottom: 33px;
}
}
