/*====================================INDEX===========*/

body{background-image:url(/bg.jpg);
	
	background-repeat:repeat;}





/* 最新新闻----------------------------- */
.news .newsRight{width:290px; float: right;}
.news .newsRight .title{width: 100%; margin: auto; overflow: hidden; font-size: 1.45em; margin-top: 2%; background: url(../images/news-title-bg.jpg) no-repeat left bottom; padding-bottom: 12px;  margin-bottom: 2%;}
.news .newsRight .title span{ color: #e1e1e1; margin-left: 10px;font-weight: bold;font-size: 1.3em;font-style: italic;}
.news .newsRight .list{width:100%; margin: auto; overflow: hidden; margin-bottom: 3em}
.news .newsRight .list li{width:100%;border-bottom: 1px dashed #dcdcdc;padding-bottom: 4%;margin-top: 5%; float: left; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.news .newsRight .list .bt{
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
    
    
}
  
  
  
.news .newsRight .list li .nub{width:33px; height: 33px;  float: left;  border-radius: 3px; margin-top: 3px; text-align: center; line-height: 33px; color: #fff;}
.news .newsRight .list li .bt{width:calc(100% - 45px); float: right;}
.news .newsRight .list li .bt a{ color: #2e2d2d;}
.news .newsRight .list li .bt a:hover{ opacity:0.8}
.news .newsRight .Img{width:100%; margin: auto; overflow: hidden; margin-top: 20px;}

.nub-1{ background: #e95406;}
.nub-2{ background: #1a9dd7;}
.nub-3{ background: #00c997;}
.nub-other{ background: #c6c6c6;}



/*===========in-tongzhi===========*/
.in-tongzhi{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f5f8fe;
}

.in-tongzhi-box{
	width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 1% 2%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.in-tongzhi-box-title{
	color: #244369;
    font-weight: bold;
    font-size: 18px;
}
.in-tongzhi-box-title img{ margin-right:10px;}
.in-tongzhi-box-list{width:88%}
.in-tongzhi-box-more{ text-align: center; color: #b2b9c3; font-size: 16px;}





/*txt-scroll*/
.txt-scroll{ width: 100%; height: 30px; line-height: 30px; padding: 0 5px 0 30px; background-position: 10px center; background-repeat: no-repeat;  font-size: 16px; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt, .txt-scroll .txt-clone{ display: inline; position: relative; }

.txt-scroll .txt a{color: #475e79;}
.txt-scroll .txt a:hover{ opacity: 0.8}


/*--------1440---------*/

@media (max-width: 1440px) {
	.in-tongzhi-box-list{width:84%}
}
@media (max-width: 1100px) {
	.in-tongzhi-box-list{width:80%}
}


@media (max-width: 991px) {
	.in-tongzhi-box-list{width:76%}
}







/*===========in-news1===========*/
.in-news-title1{ font-size:35px; font-weight: bold; color: #242323; line-height: 1;}
.in-news-title1 span{}
.in-news-title1 span::after{content:''; display:block; width:30px; height: 5px; background: #006dff; margin-top: 3%;}

.in-news-title2{ color: #05327a;}
.in-news-title2::after{content:''; display:block; width:30px; height: 5px; background: #006dff; margin-top: 3%;}
.in-news-title2-font{font-weight: bold;}

.font-35{font-size:35px;}
.font-30{font-size:30px;}

.in-news-title2 span{float: right;}
.in-news-title2-span-more1{width:150px; height: 35px; background: #228afa; color: #fff; line-height: 35px; text-align: center; border-radius: 8px; font-size: 16px;}
.in-news-title2-span-more2{width:100px; height: 30px; background: #228afa; color: #fff; line-height: 30px; text-align: center; border-radius: 8px; font-size: 15px;}





.in-news1{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f5f8fe;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3%;
}


.in-news-xydt{
	margin: auto;
	width: 66%;
	overflow: hidden;
	float: left;
}



.in-news-xydt .focus{
	width: 48%;
	float: left;
	position: relative;
}

.in-news-xydt .focus .pic{
	padding-bottom: 64%;
	position: relative;
	overflow: hidden;
}
.in-news-xydt .focus .pic img{
	width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}

.in-news-xydt .focus:hover .pic img {
    width: 103%!important;
    transition: all 0.6s;
    opacity: 0.8;
}


.in-news-xydt .focus .title{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    line-height: 50px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.in-news-xydt .list-tab{
	width: 100%;
	float: left;
	margin-top: 3%;
}


.in-news-xydt .list-tab .list{
	width: 48%;
	float: right;
}

.in-news-xydt .list li{
	width:100%;
	margin: auto;
	overflow: hidden;
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px solid #e8e8e8;
}


.in-news-xydt .list li .date{
    width: 110px;
    float: right;
    text-align: center;
    font-size: 15px;
}
.in-news-xydt .list li .date span{
    display: block;
    font-size: 26px;
}
.in-news-xydt .list li .info{
    width: calc(99% - 125px);
    float: left;
    margin: 10px 0;
    line-height: 20px;
}
.in-news-xydt .list li .info .title{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #494949;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.in-news-xydt .list li .info .text{
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'font-syst';
}




.in-news-xydt .list-tab .nav-tabs-lined.nav-tabs-lined-bottom > li.active{background: #228afa; }


.in-news-xydt .nav-tabs-lined:not(.flex-center) > li{ margin:0 2px 0 0;background: #f1f1f1; font-family: 'font-syst';}

.in-news-xydt .list-tab .nav-tabs-lined.nav-tabs-lined-bottom > li.active > a:after {border-bottom: 0px solid #d70321;}

.in-news-xydt .list-tab .nav-tabs > li > a{
	font-size: 17px;
    padding-bottom: 0;
    width: 100%;
    padding: 0 2vw;
    line-height: 45px;}

.nav-tabs > li > a:hover *, .nav-tabs > li.active > a, .nav-tabs > li.active > a *, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color:#0a74e7; font-weight: bold; }
.in-news .nav-tabs > li.active > a{
	color: #fff;
}
.in-news-xydt .list-tab .nav-tabs > li > a:hover{
	
}
.in-news-xydt .nav-tabs > li.active > a{color:#fff}

.in-news-xydt .in-news-more{float:right; color: #0a74e7; font-size: 20px; margin-top: 15px;}
.in-news-xydt .nav-tabs-lined.nav-tabs-lined-bottom{border-bottom:none;}


.in-news-xydt-tt{
	width:100%!important;
}
.in-news-xydt-tt-date{ float:left!important;text-align: left!important;margin-bottom: 10px;}
.in-news-xydt-tt-title{font-size:20px!important; font-weight: bold;}





/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news-xydt .list li .info{margin: 6px 0;}
	.in-news-title1{font-size:28px;}
	.font-35{font-size:28px;}
	
	.in-news-xydt{    width: 67%;}
	.in-news-xydt .in-news-more{font-size:16px;}
}



@media (max-width: 991px) {
	
	.in-news-xydt{width:100%}
	.in-news-xydt .focus{width:100%}
	.in-news-xydt .list-tab .list{width:100%; margin-top:5%}

}






/*===========in-news-video===========*/

.in-news-video{
	width: 29%;
	margin: auto;
	overflow: hidden;
	float: right;
	margin-top:4%;
}

.in-news-video-content{
    width: 100%;
    float: left;
    margin: 6% auto 0;
    overflow: hidden;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 67%;
    border-radius: 20px;
    }

.in-news-video-content img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}




/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news-video{width: 30%;}

}



@media (max-width: 991px) {
	.in-news-video{width:100%;margin-top: 8%;}
}











/*===========in-news-dj===========*/

.in-news2{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/in-news-dj-bg.jpg) center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3%;
	padding-top: 3%;
}

.in-news2-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f1f5f8;
	padding: 3%;
}




.in-news2-height{
	height:580px;
}

.in-news2-djxw{
	width:66%; 
	float: left;
}

.in-news2-djxw-tt{
	width:42%;
	float: left;
	background: #fff;
	border-radius: 5px;
	margin-top:3%;
	padding: 4%;
}

.in-news2-djxw-tt .in-news2-djxw-tt-top{
	width:100%;
	margin: auto;
	overflow: hidden;
}
.in-news2-djxw-tt .in-news2-djxw-tt-top .title{
	width:
	calc(100% - 90px);
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 1.45;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.in-news2-djxw-tt .in-news2-djxw-tt-top .date{
	width:66px;
	height: 72px;
	background: #ae0524;
	border-radius: 8px 0 8px 0;
	float: left;
	color: #fff;
	text-align: center;
}
.in-news2-djxw-tt .in-news2-djxw-tt-top .date span{
	display: block;
	font-size: 36px;
	font-weight: bold;
	padding-top: 15px;
}
.in-news2-djxw-tt .text{
	color: #929292;
	font-size: 16px;
	text-align:justify;
	margin-top:8%;
}
.in-news2-djxw-tt .text span{
	color:#dc8998;
}
.in-news2-djxw-tt .pic{
	border-radius: 8px;
    width: 100%;
    float: left;
    margin: 12% auto 0;
    overflow: hidden;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 70%;
}
.in-news2-djxw-tt .pic img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}



.in-news2-djxw-list{
	width:52%;
	float: right;
	background: #fff;
	border-radius: 5px;
	margin-top:3%;
	padding: 4%;
}

.in-news2-djxw-list li{
	list-style: none;
	list-style-position: outside;
}
.in-news2-djxw-list li .title{
	width:calc(100% - 70px);
	float: left;
	font-size: 18px;
	color: #242424;
	padding: 2.5% 0;
	display: inline-block;
 	white-space: nowrap;
	text-overflow: ellipsis;  overflow: hidden;
}
.in-news2-djxw-list li .date{
	width:60px;
	float:right;
	text-align: right;
	padding: 2.5% 0;
}






.in-news2-xwss{
	width:30%; 
	background: url(style/images/in-news2-xwss.png) no-repeat bottom center #368deb;
	border-radius: 5px;
	margin-top:6%;
	float: right;
	padding: 3%;
	color: #fff;
}

.in-news2-xwss .title{
    font-size: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
	background: url(style/images/in-news-line.jpg) no-repeat left top;
	padding-left: 15px;
}
.in-news2-xwss .title span{
    float: right;
    font-size: 16px;
}

.in-news2-xwss .list{
	width:100%;
	float: right;
	border-radius: 5px;
	margin-top:5%;
}

.in-news2-xwss .list li{
	list-style: none;
	list-style-position: outside;
	width: 100%;
	overflow: auto;
	padding: 4% 0;
}
.in-news2-xwss .list li a{color:#fff}
.in-news2-xwss .list li a:hover{opacity:0.8}


.in-news2-xwss .list .title{
	width:
	calc(100% - 70px);
	float: left;
	font-size: 18px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: none;
	background: none;
	padding-bottom: 0;
}
.in-news2-xwss .list .date{
	width:60px;
	float:
	right;
	text-align: right;
}







/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news2-djxw-tt .in-news2-djxw-tt-top .title{font-size: 20px;}
	.in-news2-height{height: 510px;}
	.in-news2-djxw-list li .title{font-size: 16px;}
	.in-news2-djxw-tt .text{font-size: 15px;}
	.in-news2-xwss .list .title{font-size: 16px;}
}



@media (max-width: 991px) {
	
	.in-news2-height{height: auto;}
	.in-news2-djxw{width:100%}
	.in-news2-djxw-tt{width:100%}
	.in-news2-djxw-list{width:100%}
	.in-news2-xwss{width:100%}
	.in-news2-xwss .list li{padding: 2% 0;}
	.in-news2-xwss .list .title{padding: 2% 0;}
	.in-news2-djxw-list li .date{padding: 2% 0;}
}
















/*===========in-news3===========*/

.in-news3{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/in-news3-bg.jpg) center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3%;
	padding-top: 3%;
}


.in-news3-sub{
	width: calc((98% - 0px)/3);
	float: left;
	background: #fff;
	padding: 3%;
}
.in-news3-sub-marginlr{
	margin-left: 1%;
	margin-right: 1%;
}

.in-news3-sub .title{}
.in-news3-sub .pic{
    margin: 5% 0;
}
.in-news3-sub .pic img{
    width: 100%;
}
.in-news3-sub .list{
	width:100%;
}
.in-news3-sub .list li{
	width:100%;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	margin-top: 10px;
	margin: auto;
}
.in-news3-sub .list li .ico{
	width:20px;
	float: left;
}
.in-news3-sub .list li .title{
	width: calc(100% - 20px);
    float: right;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #ebebeb;
    margin: 0 auto 8px;
    padding-bottom: 8px;
    color: #242424;
}





/*--------1440---------*/

@media (max-width: 1440px) {
	
}



@media (max-width: 991px) {
	.in-news3-sub{width:100%}
	.in-news3-sub-marginlr{margin-left:0;margin-right:0; margin-top:3%; margin-bottom: 3%}
}

















/*===========in-news4===========*/

.in-news4{
	width:100%;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1%;
	padding-top: 3%;
}

.in-news4-honor{
	width: 66%;
	float: left;
}

.in-news4-honor .in-honor-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 4%;
}

.in-news4-honor .in-honor-content-left{
	width: 54%;
	float: left;
}

.in-news4-honor .in-honor-content .in-honor1{
    position: relative;
}
.in-news4-honor .in-honor-content .in-honor2{
    position: relative;
    margin-top: 8px;
}
.in-news4-honor .in-honor-content .in-honor3{
    position: relative;}

.in-news4-honor .in-honor-content .pic{
    position: relative;
}
.in-news4-honor .in-honor-content .pic img{
    width: 100%;
}
.in-news4-honor .in-honor-content .text{
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    bottom: 20px;
    left: 10%;
}


.in-news4-honor .in-honor-content-right{
	width: 45%;
	float: right;
}





.in-news4-xy{
	width: 30%;
	float: right;
	margin: auto;
	overflow: hidden;
}

.in-news4-xy-content{
	width:100%;
	margin: auto;
	overflow: hidden;
	margin-top: 12%;
}
.in-news4-xy-content li{
	list-style: none;
	list-style-position: outside;
	margin-bottom: 10px;
}
.in-news4-xy-content li img{
    width: 100%;
}





/*--------1440---------*/

@media (max-width: 1440px) {
	.in-news4-honor .in-honor-content .text{font-size: 22px;}
}




/*--------991---------*/
@media (max-width: 991px) {
	.in-news4-honor{width:100%;margin-top:5%}
	.in-news4-xy{width:100%; margin-top:5%}
	.in-news4-xy-content{margin-top: 2%;}
	
	.in-news4-honor .in-honor-content-left{width:100%}
	.in-news4-honor .in-honor-content-right{width:100%; margin-top:2%}
}









/*===========in-jcz===========*/
.in-jcz{
	width:100%;
	margin: 1% auto 2%;
	overflow: hidden;
}

.in-jcz .title{
	width:240px;
	background: #1171db;
	color: #fff;
	height: 210px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding: 2%;
	line-height: 1.5;
	text-align: center;
}
.in-jcz .list{
	width:
	calc(100% - 240px);
	background: #e9f4ff;
	height: 210px;
	float: left;
	padding: 2.25%;
}

.in-jcz .list li{
    list-style: none;
    list-style-position: outside;
    font-size: 16px;
    line-height: 2;
    color: #505050;
}
.in-jcz .list li span{
    color: #00499c;
    font-weight: bold;
}










/*--------1440---------*/

@media (max-width: 1440px) {
	.in-jcz .title{    width: 200px;font-size: 22px;padding: 3%;}
	.in-jcz .list{width:calc(100% - 200px);}
}




/*--------991---------*/
@media (max-width: 991px) {
	.in-jcz .title{width:100%;    height: 50px;     font-size: 16px;}
	.in-jcz .list{width:100%; height: auto;}
	.in-jcz .list li{font-size: 15px;}
}
























/*===========bottom===========*/	

.gzb-footer{background:url(style/images/bottom-bg.jpg) center; color: #fff; font-size: 16px;}


.bottom-link{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #317bcb;
	color: #fff;
	padding: 20px 0;
}

.bottom-link .title{
	font-size: 20px;
	font-weight: bold;
	width: 150px;
	float: left;
}
.bottom-link .list{
	
display: flex;
	
width: calc(100% - 150px);
}
.bottom-link .list li{
	
list-style: none;
	
list-style-position: outside;
	
margin: 0 2%;
	
font-size: 16px;

}
.bottom-link .list li a{color: #fff;}

.bottom-footer1{
    width: 100%;
    margin: auto;
    overflow: hidden;
	padding-top: 2%;
} 

.bottom-footer1 .footer-logo{
	width:calc(100% - 450px);
	float: left;
	text-align: left;
}

.bottom-footer1 .footer-logo .pic{}
.bottom-footer1 .footer-logo .pic img{}
.bottom-footer1 .footer-logo .list{
	width:100%;
	margin: auto; 
	overflow: hidden;
	margin-top: 3%;
}
.bottom-footer1 .footer-logo .list ul{
	padding-left: 0;
}
.bottom-footer1 .footer-logo .list ul li{
	list-style: none;
	list-style-position: outside;
	font-size: 17px;
	line-height: 2.25;
}




.bottom-footer1 .footer-code{
	width: 150px;
    float: right;
    font-size: 16px;
    text-align: center;
}

.bottom-footer1 .footer-code img{margin:8px 0; }

.bottom-footer2{
    width: 100%;
    margin: auto;
    overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
} 

.bottom-footer2 .bf-left{
    width: 100%;
    text-align: center;
} 

.bottom-footer2 .bf-right{
    width: 100%;
    text-align: center;
} 

.bottom-footer2 a{color:#fff;}


#scrollUp .btn::after{
	content:'回到顶部';
	display: block;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#scrollUp .btn::before{
	content:
	'TOP';
	width: 80px;
	text-align: center;
	margin: auto;
	font-size: 22px;
	margin-top: 6px;
	display: block;
}
#scrollUp .btn-icon i{display:none;}







/*--------1440---------*/

@media (max-width: 1440px) {
	
}

@media (max-width: 1200px) {
	
	.bottom-footer1 .footer-logo{width:340px;}

}


@media (max-width: 991px) {
	
	.bottom-footer{width:100%;font-size:13px;}
	
	.bottom-footer li{font-size:14px;}
	
	
#scrollUp .btn::after{
	content:'';
	display: none;
}
#scrollUp .btn::before{
	content:'TOP';
	display: none;
}
#scrollUp .btn-icon i{display:block;}

	
	
	
	.bottom-link .title{width:100%;    font-size: 18px;}
	
	.bottom-link .list{width:100%; overflow-x: scroll; display: flex; }
	.bottom-link .list li{ font-size: 15px;display: flex;
    align-items: center;}
	
	
	.bottom-footer1 .footer-logo{width:100%;}
	.bottom-footer1 .footer-logo .list ul li{font-size:15px; line-height: 1.75}
	.bottom-footer1 .footer-code{   float: left;font-size:14px;}
	.bottom-footer2{font-size:15px;}
}












/*===========public===========*/

.w-1600{width:100%; max-width:1600px; margin: auto;}
.w-1500{width:100%; max-width:1500px; margin: auto;  }
.w-1470{width:100%; max-width:1470px; margin: auto;}
.w-1400{width:100%; max-width:1400px; margin: auto;}


@media (max-width: 1680px) {
	.w-1600{width:96%;}
}


@media (max-width: 1580px) {
	.w-1500{width:92%;}
}




.nei-top{width:100%; margin: auto; overflow: hidden; position: relative;}

.nei-top .tp{position: relative;z-index: 0;}
.nei-top .tp img{max-width: none;width: 100%;}

.nei-top .about-top-text{color:#fff;position: absolute;overflow: hidden;text-align: left;z-index: 99;    top: 40%;}
.nei-top .about-top-text .line{width:40px; height: 1px; background: #fff; display: block; overflow: hidden;}
.nei-top .about-top-text h1{font-size: 55px;text-transform: uppercase; font-weight:bold;}
.nei-top .about-top-text h2{font-size: 42px;text-transform: uppercase;margin: 30px 0 0 10px;letter-spacing: 1px;font-weight:bold;color: #fff;line-height: 1;}
.nei-top .about-top-text .line{width: 30px;height: 30px;background: #0d7fff;margin-top: -20px;}
.nei-top .about-top-text h3{font-size: 20px;width: 60%;min-width: 500px;color: #fff;line-height: 1;text-transform: uppercase;}

/**/

.nei-top-menu-box{width:100%; background: #fff;position: relative;z-index: 9;border-bottom:1px solid #ebebeb; color: #fff;margin: auto;overflow: hidden;}
.nei-top-menu-title{width:35%;float: left; height: 83px; line-height: 83px; background: url(style/images/nei-top-menu-bg.jpg) no-repeat right top #0058cf; padding-right: 50px; padding-left: 2%;font-weight: bold;}
.nei-top-menu-title img{ margin-right:10px;}
.nei-top-menu-title span{float:right; font-size: 16px; font-weight:normal;}

.nei-top-menu{width:65%; float: left;}
.nei-top-menu .submenu{width:auto;text-align: center;float: left;color: #8c8c8c;font-size: 16px;margin: 0 15px;}
.nei-top-menu .submenu li{float:left;  width:140px; line-height: 83px; text-align: center; list-style: none; }
.nei-top-menu .submenu li a{color: #333;}




/*--------1440---------*/

@media (max-width: 1440px) {
	.nei-top .about-top-text h2{ font-size:35px}
}

/*--------1024---------*/

@media (max-width: 1024px) {
	.nei-top .about-top-text h2{ margin: 20px 0 15px;font-size:30px}
	.nei-top .about-top-text h3{}
	
}






/*--------991---------*/
@media (max-width: 991px) {
	.nei-top-menu-box{height:50px;}
	.nei-top-menu{height:50px;}
	.nei-top-menu .submenu li{width:90px;}
	.nei-top-menu .sim-button{line-height: 50px; font-size:16px; }
	
	.nei-top .about-top-text h2{display:none}
	.nei-top .about-top-text h3{display:none}
	.nei-top .about-top-text .line{display:none}
	
	.nei-top-menu-title{height:50px; line-height: 50px;}
}

















/*===========ABOUT===========*/
.ab-about{
	width:100%;
	margin:2% auto;
	overflow: hidden;
	background: url(style/images/ab-bg.jpg) no-repeat top;
	background-size: cover;
	padding-top: 3%;
}

.ab-about .ab-text{
	width:calc(88% - 350px);
	float: left;
	margin: auto;
	overflow: hidden;
}
.ab-about .ab-text p{
	color:#3e3d3d;
	font-size: 17px;
	margin: 25px auto;
	line-height: 2.25;
	text-align: justify;
}

.ab-about .ab-title{
	width:350px;
	float: right;
	margin: auto;
	overflow: hidden;
}

.ab-about .ab-title .ab-title-logo{
	margin-top:30px;
}
.ab-about .ab-title .ab-title-name{
	font-size: 36px;
	color: #292926;
	font-weight: bold;
	line-height: 1;
	margin: 35px 0;
}
.ab-about .ab-title .ab-title-name::after{
	content:'';
	display:block;
	width:40%;
	height: 1px;
	background: #333;
	margin-top: 15px;
}
.ab-about .ab-title .ab-title-pic{}
.ab-about .ab-title .ab-title-img{}


/*--------1440---------*/
@media (max-width: 1440px) {
	.ab-about .ab-title .ab-title-name{font-size:28px;}
	.ab-about .ab-text{width: calc(92% - 350px);}
	
}
/*--------991---------*/
@media (max-width: 991px) {
	.ab-about .ab-title .ab-title-name{font-size:22px;}
	
	
	.ab-about .ab-title{width:100%}
	.ab-about .ab-text{width:100%}
	
	
	.ab-about .ab-text p{font-size:16px; line-height: 2}
	.ab-about .ab-title .ab-title-pic img{width:100%}
	

}

















/*--------ab-leader---------*/
.ab-leader{
	width:100%;
	margin:3% auto;
	overflow: hidden;
	background: #f8faff;
	padding: 5% 0 2%;
}

.ab-leader .title{
	width:100%;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #242424;
}

.ab-leader .title::after{
	content:'';
	display:block;
	width:40px;
	height: 1px;
	background: #1c318b;
	margin:25px auto;
}


.ab-leader .list{
	width:100%;
	margin: auto;
	overflow: hidden;
}


.ab-leader .list{
	width:100%;
	margin: 3% auto;
	overflow: hidden;
}

.ab-leader .slick-dots{display: none!important}
.ab-leader .slick .item{color: #5d5d5d;font-size: 16px;padding: 20px;}


.ab-leader .slick .post-pic{width: 43%;float: left;}
.ab-leader .slick .post-info{width: 49%;float: right;margin: auto;overflow: hidden;}

.ab-leader .slick .post-info .post-info1{
	color:#1c318b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
.ab-leader .slick .post-info .post-info2{
	color: #9b9b9b;
	font-size: 16px;
	margin-bottom: 20px;
}
.ab-leader .slick .post-info .post-info3{
	color: #434343;
	font-size: 17px;
	background: url(style/images/ab-leader-ico.jpg) no-repeat left top;
	padding-left: 33px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ab-leader .slick .post-info .post-info4{
	color: #9b9b9b;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	text-align: justify;
	line-height: 24px;
	}
.ab-leader .slick .post-info .post-info5{
	color: #fff;
	background: #2c72e5;
	padding: 5px 5%;
	width:120px;
	border-radius: 50px;
	text-align: center;
	margin-top: 30px;
	float: right;
}



.ab-leader .slick-nav-container .slick-nav{    margin-top: 3%;}
.ab-leader .slick-nav-container .slick-nav .slick-next-wrapper{}
.ab-leader .slick-nav-container .slick-nav .slick-prev:hover, .slick-nav-container .slick-nav .slick-next:hover{
	background:
	rgba(0,0,0,0.2);
	color: #fff;
}
.ab-leader .slick-nav-container .slick-nav .slick-prev, .slick-nav-container .slick-nav .slick-next{
    width: 55px;
    height: 55px;
    text-align: center;
    background: #f4f4f5;
    margin: 0 2px;
    font-size: 30px;
    line-height: 55px;
    border-radius: 50%;
    display: block;
    color: #b2b2b2;
}

.ab-leader-line{
	width: calc(96% - 120px);
	float: right;
	margin: auto;
	overflow: hidden;
	height: 2px;
	background: #dbdcde;
	margin-top: 3%;
}
.ab-leader-line::after{
	width:40%;
	height: 3px;
	background: #2c72e5;
	content:'';
	display: block;
}

.ab-leader-arrow{
	width:120px;
	float: left;
	margin: auto;
	overflow: hidden;
	margin-top: 1%;
}




/*--------991---------*/
@media (max-width: 991px) {
	.ab-leader .title{font-size:26px;}
	.ab-leader .slick .post-info .post-info1{font-size:20px;margin-top: 0px; margin-bottom: 10px;}
	.ab-leader .slick .post-info .post-info2{font-size:15px;}
	.ab-leader .slick .post-info .post-info3{display:none;}
	.ab-leader .slick .post-info .post-info4{ margin-top:20px;}
	.ab-leader .slick .post-info .post-info5{float:left}
}














/*===========zzjg===========*/
.ab-zzjg{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 5%;
	padding-top: 1%;
}



.ab-zzjg .pic{width:100%; text-align: center;}
.ab-zzjg .pic img{width:100%; max-width: 1325px;}




/*--------991---------*/
@media (max-width: 991px) {
	
}
















/*===========ab-xyfm===========*/
.ab-xyfm{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: url(style/images/ab-xyfm.jpg);
	padding: 5% 0 1%;
}

.ab-xyfm .title{
	font-size: 35px;
    font-weight: bold;
    color: #242323;
    line-height: 1;
}

.ab-xyfm .title span{}
.ab-xyfm .title span::after{
	content: '';
    display: block;
    width: 40px;
    height: 5px;
    background: #006dff;
    margin-top: 2%;
}


.ab-xyfm .list{
	width:100%;
	margin:3% auto;
	overflow: hidden;
}

.ab-xyfm .list .xyfm-pic{}
.ab-xyfm .list .xyfm-info{
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 21px;
    border-top: 1px solid #979999;
}
.ab-xyfm .list .xyfm-info .bt{
    width: calc( 100% - 65px);
    float: left;
    margin-top: 20px;
    font-size: 17px;
    color: #242424;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ab-xyfm .list .xyfm-info .more{
    width: 50px;
    float: right;
    margin-top: 45px;
    font-size: 12px;
    color: #242424;
    text-align: center;
}




/*--------991---------*/
@media (max-width: 991px) {
	.ab-xyfm .title{font-size:26px;}
}







/*===========ab-fzlc===========*/
.ab-fzlc{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding: 4% 0;
}


.ab-fzlc .fzlc-date{
	font-size: 18px;
}
.ab-fzlc .fzlc-title{
   background: #083a83;
        color: #fff;
        width:
        auto;
        display: inline-block;
        border-radius: 50px;
        padding: 10px 5%!important;
        font-size: 18px;
        margin-top: 12px;
}
.ab-fzlc .fzlc-text{
	margin-top:20px;
}
.ab-fzlc .fzlc-text p{
	font-size: 15px;
	color: #242424;
line-height: 2;
text-align: justify}


/*--------991---------*/
@media (max-width: 991px) {
	
}












/*===========DJ===========*/
.dj{
	width:100%;
	margin: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding: 3% 0;
}

.dj .list{}
.dj .list ul{
    padding-left: 0;
    width: 103%;
    margin-left: -3%;
    overflow: hidden;
    margin-bottom: 0;
}
.dj .list ul li{
    width: 30.33%;
    float: left;
    margin-left: 3%;
    list-style: none;
    list-style-position: outside;
    background: #fff;
    padding-bottom: 5%;
    margin-bottom: 3%;
}
.dj .list ul li .pic{
    width: 100%;
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
}
.dj .list ul li .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}

.dj .list ul li:hover .pic img {
    width: 103%!important;
    transition: all 0.6s;
    opacity: 0.8;
}

.dj .list ul li .date{
    width: 84%;
    margin: auto;
    color: #0057b8;
    font-size: 14px;
    margin-top: 10px;
}
.dj .list ul li .title{
    width: 84%;
    margin: auto;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.dj .list ul li .title a{color:#1e1e1e}
.dj .list ul li .title a:hover{color:#0057b8}
.dj .list ul li .text{
    width: 84%;
    margin: auto;
    color: #a6a6a6;
    font-size: 13px;
    line-height: 1.75;
    margin-top: 10px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*--------991---------*/








/*===========JYTD===========*/
.jytd{
	width:100%;
	margin: auto;
	overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
}

.jytd li{
    list-style: none;
    list-style-position: outside;
    border-top: 1px solid #b5b5b5;
    padding: 2% 0;
}
.jytd li .title{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.jytd li .title .bt{
    width: calc(96% - 120px);
    float: left;
    color: #323232;
    font-size: 22px;
	display: inline-block;
 	white-space: nowrap;
 	text-overflow: ellipsis;  overflow: hidden;
}

.jytd li .title .bt a{color:#323232}
.jytd li .title .bt a:hover{color:#026ed1}

.jytd li .title .date{
    width: 120px;
    float: right;
    color: #9d9d9d;
    font-size: 18px;
}

.jytd li .text{
	width: 100%;
	margin: auto;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	padding-right: 12%;
	margin-top:3%;
	font-size: 16px;
	line-height: 1.75
}

.jytd li .more{
    width: 160px;
    height: 45px;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    text-align: center;
    line-height: 45px;
    margin-top: 1%;
    font-size: 16px;
    display: flex;
    align-items:center;
    justify-content: flex-end;
	transition:all 0.3s;
}

.jytd li .more::after{
	content: '>';
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #026ed1;
    text-align: center;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
}

.jytd li:hover .more{
	width:180px;
	transition:all 0.3s;
}




/*--------991---------*/
@media (max-width: 991px) {
	.jytd li .title .bt{font-size:18px;}
	.jytd li .title .date{font-size:15px;}
	
	.jytd li .text{font-size:15px;-webkit-line-clamp: 2;line-clamp: 2;}
	
	
	.jytd li .more{
		width: 140px;
    	height: 40px;
		line-height: 40px;
	}
	
	.jytd li .more::after{ width: 40px;  height: 40px; border-radius: 40px;}
	
	
	
	
	
}


.panel-body{ padding-top: 5%; padding-right: 30px; width:calc(100% - 300px);}

/*===========JYX===========*/
.jyz{
	width:90%;
	margin: auto;
	overflow: hidden;
}

.jyz .jyz-nav{
	width:250px;
	float: left;
}

.jyz .jyz-nav li{
	background: #f7f7f7;
	padding: 10px 30px;
	list-style: none;
	margin-bottom: 2px;
	font-size: 16px;
	color: #282828;
	align-items:
	center;
	display: flex;
	justify-content: space-between;
}

.jyz .jyz-nav li::after{
	content:'>';
	display: inline-flex;
	width:30px;
	color: #f7f7f7;
	transition: all 0.3s
}

.jyz .jyz-nav li:hover{ background: #1870e8; color: #fff;}

.jyz .jyz-nav li:hover::after{color: #fff; margin-right: 5px; transition: all 0.3s}

.jyz .jyz-list{
	width:calc(96% - 250px);
	float: right;
	border-bottom: 1px dashed #ececec;
}

.jyz .jyz-list li{
    list-style: none;
	font-size:20px;
	border-top: 1px dashed #ececec;
	padding: 3% 0;
    width: 100%;
    overflow: auto;
}
.jyz .jyz-list li .title{
	width:calc(96% - 120px);
	float: left;
	display: inline-block;
 	white-space: nowrap;
 	text-overflow: ellipsis;  
	overflow: hidden;
}

.jyz .jyz-list li .date{
	width:120px;
	float: right;
	font-size: 16px;
	color: #afafaf;
}


/*--------991---------*/
@media (max-width: 991px) {
	.jyz .jyz-list li{font-size:16px;}
}













/*===========news===========*/
.news{
	width:95%;
	margin: auto;
	overflow: hidden;
}

.news ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}
.news ul li{
    width: 100%;
    margin: 2% auto 6%;
    overflow: hidden;
    position: relative;
}
.news ul li .new-content{
    width: 60%;
    float: right;
    height: 100%;
    padding-top: 2%;
}
.news ul li .new-content .news-date{
    width: calc(94% - 120px);
    height: 60px;
    color: #acacac;
    text-align: left;
    line-height: 60px;
    font-size: 14px;
}

.news ul li .new-content .news-date img{ margin-right:10px;}

.news ul li .new-content .title{
    color: #323232;
    font-size: 26px;
    font-weight: 400;
	display: inline-block;
 	white-space: nowrap;
 	text-overflow: ellipsis;  overflow: hidden;
}

.news ul li .new-content .title a{
	color:#1a1a1a;
}



.news ul li .new-content .text{
    width: 100%;
    margin-top: 5%;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
}


.news ul li .new-content .news-info{width: 100%;float: left;margin-top: 2%;display: inline-flex;justify-content: space-between;}



.news ul li .new-content .news-info .news-date span{
	font-size: 20px;
	font-weight: bold;
}
.news ul li .new-content .news-info .more{
    color: #fff;
    align-items: center;
    width: 130px;
	background:#0058cf;
	height:45px;
	line-height:45px;
    text-align:
    center;
	font-size:16px;
    border-radius: 5px;
    transition: all .3s;
}
.news ul li .new-pic{
    width: 32%;
    float: left;
    margin: auto;
    overflow: hidden;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 21%;
	border-radius: 20px;
}
.news ul li .new-pic img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}


.news ul li:hover .new-content .news-info .more{width:140px;transition: all .3s;}



@media (max-width: 991px) {
	.news ul li .new-content{width:100%;position:relative; padding-bottom: 3%}
	.news ul li .new-pic{display:none}
	.news ul li .new-content .news-info .title{font-size:20px}
	.news ul li .new-content .news-info .text{font-size:14px}
	
	.news ul li .new-content .title{font-size:20px}
	.news ul li .new-content .text{font-size:15px}
}






.news-top{
	width:100%;
	margin:3% auto 4%;
	overflow: hidden;
}



.news-top-left{width: 50%;float: left;margin: auto;overflow: hidden;position: relative;}
.news-top-left .pic{width: 100%;padding-bottom: 68%;position: relative;overflow: hidden;}
.news-top-left .pic img{
    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-left .info{position: absolute;z-index: 999;width: 95%;color: #fff;font-size: 20px;bottom: 8%;left: 2%;overflow: hidden;}
.news-top-left .info .date{
	width:100%;
	margin: auto;
	overflow: hidden;
	font-size: 16px;
}
.news-top-left .info .title{
	width:100%;
	margin: auto;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	}

.news-top-right{width: 48%;float: right;}
.news-top-right .news-top-right-row{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #eef2f5;
    margin-bottom: 1%;
}
.news-top-right .news-top-right-row .pic1{
    width: 50%;
    float: left;
	padding-bottom: 35%;
    position: relative;
    overflow: hidden;
}
.news-top-right .news-top-right-row .pic1 img{
	    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-right .news-top-right-row .pic2{
    width: 50%;
    float: right;
	padding-bottom: 35%;
    position: relative;
    overflow: hidden;
}
.news-top-right .news-top-right-row .pic2 img{
	    width: 100% !important;
    height: auto !important;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute!important;
    transition: all 0.6s;
    opacity: 1;
}
.news-top-right .news-top-right-row .info{
    width: 50%;
    float: left;
    padding: 5% 5% 0;
}
.news-top-right .news-top-right-row .info .title{
    color: #232323;
    font-size: 21px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.news-top-right .news-top-right-row .info .date{
    color: #999;
    font-size: 18px;
    margin-top: 4%;
}
.news-top-right .news-top-right-row .info .arrow{
    color: #095fd6;
    font-size: 20px;
    margin-top: 20%;
}




.news-top .slick-nav-container .slick-nav .slick-next{display:none;}
.news-top .slick-nav-container .slick-nav .slick-prev-wrapper{display:none!important;}
.news-top .slick-nav-container .slick-nav .slick-dots li.slick-active{background: rgba(17, 119, 255, 1);}
.news-top .slick-nav-container .slick-nav .slick-dots li{display: inline-block;
    width: 100px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin: 0 5px;
    border-radius: 15px;
    cursor: pointer;}






/*===========1440===========*/
@media (max-width: 1440px) {	
	.news-top-right .news-top-right-row .info .title{font-size:18px;}
	.news-top-right .news-top-right-row .info .date{font-size:16px;}
	.news-top-right .news-top-right-row .info .arrow{margin-top: 10%;}
}


/*===========991===========*/
@media (max-width: 1280px) {	
	.news-top{display:none;}
	
	.panel-body{padding: 5%;  width:100%;}
	
	.newsRight{display:none;}
}









/*--------rddy----------*/
.rddy-100{
	width:100%!important;
	border-top:1px solid #dddddd;
	padding-top: 5%!important;
}

.rddy-text{
	width:68%!important;
}

/*===========991===========*/
@media (max-width: 991px) {	
	.rddy-text{width: 100%!important;}
}









/*--------xyzl----------*/
.xyzl-100{
	width:100%!important;
}
.xyzl-li{
	padding:2% 0!important
}




/*fenye*/
.fanye{  width: 100%; }
.fanye-box{width:100%;text-align:center;line-height: 45px;margin: auto;padding: 30px;}
.fanye-Previous{width: 98px;float:left;background: #fff;border: 1px solid #ccc;height: 45px;color: #666666;margin-right: 5px;}
.fanye-Next{width: 98px;float:left;background: #fff;height: 45px;color: #414040;margin-left: 5px;border: 1px solid #ccc;}
.fanye-Number{width: 45px;float:left;color: #414040;margin: 0 5px;background: #fff;border: 1px solid #ccc;}
.fanye-Number-current{width: 45px;float:left;color: #fff;background: #045cd4;margin: 0 5px;}



.panel-body{padding 80px 100px 80px 100px;}







/*===========public-title===========*/
.public-title{
	width:100%;
	margin:	3% auto;
	overflow: hidden;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	line-height: 1.5;
}
.public-title span{
	display:block;
	font-size: 26px;
	font-weight: normal;
}

.public-title span img{margin-left:15px;}






.public-nei-title{
	color: #242323;
	font-size: 32px;
	font-weight: bold;
	margin: 4% 5%;
}

.public-nei-title::after{
	content:'';
	display:block;
	width:30px;
	height: 5px;
	background: #006dff;
	margin-top:20px;
}

/*===========991===========*/
@media (max-width: 991px) {	
	.public-title{font-size:32px}
	
	.public-nei-title{font-size:26px}
}



@media (max-width: 991px) {
	.container {padding: 0;}
	.panel-body {padding:30px 10px;}
	.dj .list ul li{width:47%;}
	
	.m-mb {
	    position: fixed;
	    right: 10px;
	    background: rgba(10,121,210,0.9);
	    top: 10px;
	    padding: 10px;
		padding-bottom: 4px;
	 
	    z-index: 999;
	    border-radius: 30px;
	}
	.in-tongzhi-box-title img{width:16px;}
	.in-tongzhi-box-list {
	  width: 95%;}
	.txt-scroll {
	  width: 100%;
	  height: 30px;
	  line-height: 30px;
	  padding: 0 5px 0 0px;}
	  
	.nei-top .tp img {
	  max-width: none;
	  width: 160%;
	  margin-left: -25%;
	}
	
	.nei-top-menu .submenu {
	  width: auto;
	  text-align: center;
	  float: left;
	  color: #8c8c8c;
	  font-size: 16px;
	  margin: 0 5px;
	}
	.nei-top-menu-title { width: 5%;}
	.nei-top-menu-title img{ width: 18px;}
	.nei-top-menu {width: auto;}
	.nei-top-menu .submenu li {
	  float: left;
	  width: auto;
	  padding-left:15px; ;
		  
	  }	
	.w-1500 { width: 96%;}
	.jyz .jyz-list{width: 100%;}
		
}





/*===========news2===========*/
.news2{
	width:100%;
	margin: auto;
	overflow: hidden;
	
}

.news2 ul{
	width:100%;
	margin: auto;
	overflow: hidden;
	padding-left: 0;
}
.news2 ul li{
    width: 100%;
    margin: 1% auto 1%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1%;
}

.news2 ul li .new-content{
    width: calc(90% - 410px);
    float: left;
    height: 100%;
    margin-left: 4%;
}
.news2 ul li .new-content .news-date{
    width: calc(94% - 120px);
    height: 60px;
    color: #acacac;
    text-align: left;
    line-height: 60px;
    font-size: 14px;
}

.news2 ul li .new-content .news-date img{ margin-right:10px;}

.news2 ul li .new-content .title{
    color: #323232;
    font-size: 25px;
    font-weight: 400;
	display: inline-block;
 	white-space: nowrap;
 	text-overflow: ellipsis;  overflow: hidden;
	width: 100%;
}

.news2 ul li .new-content .title a{
	color:#1a1a1a;
}

.news2 ul li .new-content .title a:hover{
	color:#404040;
}

.news2 ul li .new-content .text{
    width: 100%;
    margin-top: 2%;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
}



.news2 ul li .news-info{width: 100px;float: left;}



.news2 ul li .news-info .news-date span{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
.news2 ul li .news-info .more{
    color: #ccc;
    align-items: center;
    width: 60px;
	height:40px;
	line-height:40px;
    text-align: left;
	font-size:16px;
    transition: all .3s;
    font-weight: bold;
}

.news2 ul li .line{
	width: 60px;
	height: 1px;
	background: #ccc;
	float: left;
	margin-top: 15px;
}
.news2 ul li .new-pic{
    width: 18%;
    float: right;
    margin: auto;
    overflow: hidden;
    max-height: none;
    height: auto;
    position: relative;
    padding-bottom: 12%;
    border-radius: 20px;
}
.news2 ul li .new-pic img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    height: 100%;
    min-width: 100%;
    transition: all .5s ease;
}


.news2 ul li:hover .news-info .more{transition: all .3s; background: #0058cf; color: #fff; text-align: center}



@media (max-width: 991px) {
	.news2 ul li .new-content{width:100%;position:relative; padding-bottom: 3%; margin-left: 0;}
	.news2 ul li .new-pic{display:none}
	.news2 ul li .new-content .news-info .title{font-size:20px; }
	.news2 ul li .new-content .news-info .text{font-size:14px}
	
	.news2 ul li .new-content .title{font-size:20px;margin-top: 3%}
	.news2 ul li .new-content .text{font-size:15px; margin-top: 2%;}
	
	.news2 ul li .news-info .more{display:none;}
	.news2 ul li .news-info .news-date span{ font-weight:normal; display: inline-block; font-size: 18px; margin-right: 10px;}
}


