@charset "utf-8";
:root {
  --dlc: #fe8901; 
  --dnc: #f64123;
  --ddc: #2662b5;
  --flc: #666666;
  --fnc: #333333;
  --fdc: #111111;
}

/* public */
*{box-sizing:border-box;}
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
img{border:0; display:block; width:100%;}
ul,dl,li,dt,dd{list-style:none;}
body{font:14px Arial,"microsoft yahei", Helvetica, sans-serif;*font:14px "microsoft yahei",Arial, Helvetica, sans-serif; color:#212121; background:#eff2f3;-webkit-tap-highlight-color:rgba(255,255,255,0); overflow-x:hidden;}

/*reset*/
html,body{font-size: 625%; height:100%;line-height: initial;}
html,body,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input{margin: 0;padding: 0;font-size: inherit;font-family: "Microsoft Yahei", "STXihei", "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Wenquanyi Micro Hei", sans-serif;  }
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {-webkit-text-size-adjust: none;font-weight: normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
ol,ul{list-style: none}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
ins {text-decoration: none}
del {text-decoration: line-through}
table {border-collapse: collapse;border-spacing: 0;}
body {max-width: 720px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;-webkit-text-size-adjust: none;}
a{color: var(--flc);text-decoration: none;transition: all 0.3s;}
a:hover{color: var(--dnc);}
a:focus{border: none;outline: none;}
img {border-style: none;}
i,em{ font-style:normal}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
input:focus,select:focus,textarea:focus,button:focus{-webkit-appearance: none;border:none;outline: none;}
a,input,button,select,textarea{font-family: inherit;outline:none;text-decoration:none;-webkit-appearance: none;resize: none; border: 0}
@font-face {font-family: 'Bebas';src: url('bebas.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'TimesNewRoman';src: url('TimesNewRoman.ttf') format('truetype');font-weight: 500;font-style: normal;}
.clear{zoom:1;}
.clear::after{content: "";display: block;clear: both;}
.fl{float: left;}
.fr{float: right;}
.c_con,.c_one{width: 6.6rem;margin-left: auto;margin-right: auto;overflow: hidden;padding-top: 10%;}
.omit{text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
.mmit{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-break: break-all;}
.img1{width: 100%;height: auto;display: block;margin: auto;}
.img2{width: 100%;height: 100%;display: block;margin: auto;}
::-webkit-scrollbar{width:0px;}
::-webkit-scrollbar-track{background-color:#EEEEEE;}
::-webkit-scrollbar-thumb{background-color:#D6D6D6;}
::-webkit-scrollbar-thumb:hover {background-color:#ccc}
::-webkit-scrollbar-thumb:active {background-color:#ccc}
/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/

/* 公共 */
.one_banner{height: auto;width: 100%;}
#wrapper{position: relative;left: 0;transition: all 0.3s linear;font-size: 0.24rem;}
#wrapper.move{left: 3.6rem;}
.cc_title{text-align: center;}
.cc_title .ltitle{font-size: 0.34rem;font-weight: bold;letter-spacing: 0.02rem;color: var(--ddc);}
.cc_title .ltitle>span{color: var(--dnc);}
.cc_title .stitle{font-size: 0.2rem;color: var(--flc);width: 96%;margin: 0.1rem auto 0;}
.cc_link{display: block;width: 5.8rem;height: 0.6rem;margin-left: auto;margin-right: auto;background-color: #fff;border-radius: 1rem;overflow: hidden;position: relative;line-height: 0.6rem;box-sizing: border-box;}
.cc_link.border::before{content: "";position: absolute;width: 100%;height: calc(100% - 2px);border: 1px solid var(--dnc);border-radius: 1rem;}
.cc_linkm{position: relative;z-index: 2;}
.cc_linkm>i{float: left;width: 0.35rem;height: 0.35rem;background: url(../img/icon2.png) no-repeat center;background-size: 100%;margin-left: 0.36rem;margin-top: 0.125rem;}
.cc_linkm>em{float: left;font-size: 0.32rem;font-weight: bold;color: var(--dlc);margin-left: 0.1rem;}
.cc_linkm>span{float: right;width: 2.5rem;height: 0.6rem;color: #fff;font-size: 0.24rem;font-weight: bold;text-align: center;border-radius: 1rem;background-color: var(--dnc);}
.cc_link::after{content: "";width: 2.5rem;height: 0.6rem;background-color: var(--dnc);border-radius: 1rem;position: absolute;z-index: 1;top: 0;right: 0;transition: all 0.3s;}
.cc_link:hover i{background: url(../img/icon2a.png) no-repeat center;background-size: 100%;}
.cc_link:hover em{color: #fff;}
.cc_link:hover span{background-color: var(--ddc);transition: all 0.3s 0.3s;}
.cc_link:hover::after{width: 100%;}
/* 页码 */
.page{width: 100%;height: auto;text-align: center;overflow: hidden;margin: 0 auto 0; padding-bottom: 0.4rem;}
.page a{display: inline-block;vertical-align: top;width: 0.62rem;height: 0.62rem;line-height: 0.62rem;font-size: 0.1rem;margin: 0 0.08rem;color: #999;border: 1px solid #dedede;box-sizing: border-box;background-color: #f9f9f9;text-align: center;}
.page span{display: inline-block;vertical-align: top;width: 0.62rem;height: 0.62rem;line-height: 0.62rem;font-size: 0.1rem;margin: 0 0.08rem;color: #fff;border: none;background-color: #cd151d;text-align: center;}
.current{color: white!important;background:#8a1214 ;}
.page a:hover{background-color: #cd151d;color: white;}
.page .next{
	width: 1rem;
}
.page .prev{
	width: 1rem;
}
.pager{width: 1.2rem !important;}
.pagel{width: 1.2rem !important;}
/* 页头和页脚 */
.cc_header{height: 1rem;display: flex;justify-content: space-between;align-items: center; background: #fff}
.cc_header_logo{width: 4rem;height: 1rem;background: url(../img/logo.png) no-repeat center;background-size: 100%;margin-left: 0.26rem;}

.cc_header_right{display: flex;align-items: center;}
.cc_header_tel{margin-right: 0.22rem;}
.cc_header_tel>p{font-size: 0.2rem;color: rgba(246,65,35,0.9);transform: scale(0.9);}
.cc_header_tel>p::before{content: "";width: 0.26rem;height: 0.26rem;background: url(../img/icon1.png) no-repeat center;background-size: 100%;display: inline-block;vertical-align: -0.02rem;margin-right: 0.04rem;}
.cc_header_tel>h4{font-size: 0.3rem;font-weight: bold;color: var(--dnc)}
.cc_header_menu{width: 1rem;
	height: 1rem;
	 background: #0451a1;
	background-size: 56%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;}
.cc_header_menu>span{
	width: 0.5rem;
	height: 0.04rem;
	margin: 0.04rem 0;
	background: #fff;
	margin-left: 0.25rem;
}



.cc_footer,.cc_footerP{height: 1rem;}
.cc_footer{width: 100%;height: 1rem;margin: auto;position: fixed;bottom: 0;left: 0; background: #cd151d; background-size: cover;z-index: 10;}
.cc_footer .c_con{display: flex;justify-content: space-between;align-items: center;}
.cc_footer_item{width: 10rem;padding-top: 0.1rem;}
.cc_footer_item .icon{width: 0.48rem;height: 0.48rem;margin: auto;}
.cc_footer_item .icon>img{width: 100%;display: block;height: 100%;    margin-top: 40%;}
.cc_footer_item>p{text-align: center;color: #fff;font-size: 0.2rem;margin-top: 0.04rem;}
/* 导航 */
.cc_nav {position: fixed;width: 3.6rem;top: 0;height: 100%;background-color: #333;z-index: 105;padding-left: 0.36rem;left: -3.6rem;box-sizing: border-box;transition: all 0.3s linear;}
.cc_nav.show{left: 0;}
.cc_nav li {overflow: hidden;color: #FFF;font-size: 0.18rem;line-height: 0.8rem;display: block;}
.cc_nav li .outa{width: 100%;display: block;font-size: 0.28rem;color: #FFF;padding-left: 0.3rem;border-bottom: 1px dashed #000;text-decoration: none;box-sizing: border-box;position: relative;}
.cc_nav li .outa::after{content: "";width: 0.18rem;height: 0.33rem;background: url(../img/nav_right.png) no-repeat center;background-size: 100%;position: absolute;right: 0.2rem;top: calc(50% - 0.165rem);transition:all 0.3s ease;}
.cc_nav li.curr .outa::after{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.cc_nav .close{height: 0.8rem;width: 0.8rem;background: url(../img/nav_close.png) no-repeat center;background-size: auto;float: right;margin-right: 0.2rem;}
.cc_nav .fontc {font-weight: bold;margin-left: 0.30rem;display: block; font-size: 0.34rem;color: #fff;}
.cc_nav .in_nav{display:none;}
.cc_nav .in_nava{display: block;color: #fff;height: 0.6rem;line-height: 0.6rem;padding-left: 0.5rem;font-size: 0.26rem;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
/* 子栏目导航 */
.one_catalog .title{width: 100%;height: 0.68rem;line-height: 0.68rem;background-color:#cd151d;color: #fff;font-size: 0.28rem;font-weight: bold;box-sizing: border-box;padding-left: 0.3rem;position: relative;}
.one_catalog .title::after{content: "";position: absolute;width: 0.4rem;height: 0rem;right: 0.4rem;bottom: 0rem;background-color: inherit;clip-path: polygon(0 0, 100% 0, 50% 100%);z-index: 1;transform: scaleX(0);transition: all 0.4s;}
.one_catalog .title>i{display: inline-block;width: 0.32rem;height: 0.32rem;background: url(../img/nav_catalog.png) no-repeat center;background-size: 100%;vertical-align: -0.04rem;margin-right: 0.18rem;transition: all 0.4s;}
.one_catalog .title>span{font-size: 0.26rem;color: #fff;}
.one_catalog .children a{display: block;width: 100%;height: 0rem;line-height: 0.78rem;box-sizing: border-box;padding-left: 0.5rem;margin-bottom: 0;background-color: #f5f9ff;font-size: 0.24rem;color: var(--fnc);position: relative;transform: scaleY(0);transition: all 0.4s ease;}
.one_catalog .title.on::after {height: 0.2rem;transform: scaleY(1);bottom: -0.19rem}
.one_catalog .title.on>i{transform: rotate(90deg);}
.one_catalog .title.on~.children a{transform: scaleY(1);height: 0.78rem;margin-bottom: 0.05rem;}
.one_catalog .title.on~.children a.on{background-color: #cee3ff;color: var(--flc);}
.one_catalog .title.on~.children a.on::before{content: "";position: absolute;left: 0;top: 0;width: 0.1rem;height: 100%;background: #cd151d;}
.one_container_rr{width: 6.8rem;margin-left: auto;margin-right: auto;box-sizing: border-box;padding-bottom: 1rem;padding-top: 0.26rem;}
/* 公共 end */

/* 首页 */
.index_banner{height: auto;position: relative;font-size: 0; overflow: hidden;}
.index_banner .pic,.index_banner .pic>img{display: block;width: 100%;height: auto;}
.index_banner .slick-prev,.index_banner .slick-next{width: 0.4rem;height: 0.8rem;position: absolute;top: calc(50% - 0.4rem);opacity: 1;cursor: pointer;outline: none;border: none;z-index: 1;transition: all 0.4s;}
.index_banner .slick-prev{left: 0.2rem;background: url(../img/pnbtn1.png) no-repeat center;background-size: 90%}
.index_banner .slick-next{right: 0.2rem;background: url(../img/pnbtn2.png) no-repeat center;background-size: 90%}
.index_banner .slick-dots{position: absolute;left: 0;bottom: 0.2rem;height: 0.12rem;width: 100%;text-align: center;}
.index_banner .slick-dots>li{width: 0.12rem;height: 0.12rem;margin: 0 0.08rem;background-color: rgba(255,255,255,0.6);border-radius: 0.02rem;display: inline-block;vertical-align: top;border-radius: 50%;}
.index_banner .slick-dots>li.slick-active{background-color: var(--ddc);}
/* banner end */


.container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.in-h1 {
	border-bottom: 2px solid #e5e5e5;
	height: 1.05rem;
	line-height: 1rem;
	margin-bottom: 0.3rem;
}

.in-zixuti {
	display: inline-block;
	height: 1rem;
	line-height: 0.7rem;
	float: left;
	padding-right: 10px;
}


.in-zixuti i {
	width: 0.05rem;
	background: #0451A1;
	height: 0.4rem;
	display: block;
	float: left;
	margin-top: 0.4rem;
}

.in-zixuti span {
	font-size: 0.4rem;
	font-weight: bold;
	color: #000;
	margin-left: 15px;
}

.in-zixuti em {
	color: #000;
	opacity: 0.5;
	font-size: 0.3rem;
}

.in-zhuli {
	overflow: hidden;
	padding-bottom: 2px;
	background: #eff2f3;
}

.in-zulilft{
	display: block;
	overflow: hidden;
}

.inzl-imgti {
	height: 0.6rem;
	text-align: center;
	width: 73%;
	margin-left: 27%;
	margin-top: 0.95rem;
}

.in-zulilft p {
	font-size: 0.45rem;
	color: #ffffff;
	font-weight: bold;
	float: left;

}

.in-zulilft span {
	display: block;
	color: #fff;
	font-size: 0.2rem;
	font-weight: normal;
	background-color: #fe652c;
	margin-left: 0.2rem;
	padding: 0.05rem 0.2rem 0.05rem 0.2rem;
	margin-top: 0.15rem;
}

.in-zhuui {
	padding: 0.3rem;
	width: 90%;
	height: 2.8rem;
	margin: 0.2rem auto;
	background: #fff;
	position: relative;
}


.in-zhuuil strong a {
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.1rem;
	font-size: 0.3rem;
	color: #000;
}

.in-zhuuil span {
	color: #DCC181;
	font-size: 0.25rem;
	float: left;
	margin-top: 0.1rem;
}

.listnav {
	clear: both;
	line-height: 0.1;
}

.listnav a {
	display: inline-block;
	width: 28%;
	color: #919191;
	font-size: 0.2rem;
	line-height: 1.5;
}

.in-zhuuil img {
	position: absolute;
	bottom: 0.2rem;
	right: 0.6rem;
	width: 1rem;
}

.gd{
	color: #ff5a5b;
	padding: 0.1rem 0.2rem 0.1rem 0.2rem;
	border-radius: 5px;
	font-size: 0.2rem;
	border: 1px solid #ff5a5b;
}

.gd1{
	color: #00b4ff;
	padding: 0.1rem 0.2rem 0.1rem 0.2rem;
	border-radius: 5px;
	font-size: 0.2rem;
	border: 1px solid #00b4ff;
}


.news_left{
	width: 90%;overflow: hidden; margin: 0 auto;
}



.news_p1{
	font-size: 0.25rem;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.news_p{
	font-size: 0.2rem; opacity: 0.7;
	line-height: 1.5;
	margin-top: 0.1rem;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
}


.gd2{
	display: block;
	margin-top: 0.2rem;
	border: 1px solid #e1b967;
	padding: 0.1rem 0.2rem 0.1rem 0.2rem;
	border-radius: 2px;
	font-size: 0.2rem;
	color: #e1b967;
	width: 1.5rem;
	text-align: center;
}


.news_ul{
	display: block;width: 100%;overflow: hidden; padding-bottom: 4%;
}

.news_ul li{
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 0.2rem;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #999999 ;
}

.news_ul li a{
	font-size: 0.25rem; float: left;
	width: 60%;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	color: #000;
}

.news_ul li span{
	font-size: 0.25rem;
	float: right;
	width: 30%;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	opacity: 0.5;

}

.news_ul li:before {
	content: "";
	float: left;
	width: 4px;
	height: 4px;
	margin: 10px 10px 0 0;
	background-color: #999999;
	display: block;
	border-radius: 50%;
}


.linki{
	width: 90%;display: block;overflow: hidden; margin: 0 auto; padding-bottom: 0.5rem;
}

.linki li {
	float: left;height: 0.3rem; line-height: 0.3rem;  font-size: 0.2rem; display: block;
}

.linki li:before {
	content: "";
	float: right;
	width: 1px;
	height: 15px;
	margin: 0 17px 0 17px;
	background-color: #999999;
	display: block;
	border-radius: 50%;
}

.footer{ width:100%; z-index: 9999; background:#d72025; overflow:hidden; display:table;position:fixed;bottom:0;max-width:720px;height:0.8rem;}
.footer ul li{width:25%;float:left;text-align:center;color:#fff;height:1rem;}
/*.footer ul li img{width:1.48rem;}*/
.footers{height:1rem;}
.footer ul li a{width:100%; margin-top: 0.2rem}
.footer ul li .fotImg{margin-top:0.15rem;height:0.5rem;}
.footer ul li img{width:0.41rem; margin: 0 auto;height: 0.4rem}
.footer ul li p{color:#fff;font-size:0.24rem;}

.fot{
	width: 100%; background: #e6e6e6; padding-top: 0.5rem; padding-bottom: 2rem; overflow: hidden;

}

.fot1{
	width: 90%; margin: 0 auto;
}

.fot1 img{
	float: left; width: 50%;
}
.fot1 p{
	float: left; width: 47%; margin-left: 3%; font-size: 0.25rem;color: #5b3015;
}
.fot1 p i{
	font-weight: bold;
}


.footCenter {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.footCenter p{
	display: block; overflow: hidden;
}
.footCenter p span {
	color: #5b3015;
	font-size: 0.3rem;
	font-weight: bold;
	display: block;
	padding-top: 0.5rem;
}

.footCenter p a {
	text-decoration: none;
	font-size: 0.25rem;
	color: #5b3015;
	margin-right: 0.19rem;
	display: block; float: left;
	padding-top: 0.2rem;
}

.erw{
	width: 30%; margin-left: 5%;margin-top: 10%;
}



.backs {
	text-align: center;
	font-size: 20px;
	background: #f8f8f8;
	padding: 2% 0;
	color: #000;
	position: relative;
}
.backs a {
	display: block;
	width: 12px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 2%;
	background: url(../img/backs.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -11px;
}
.container{
	background: #eff2f3;
}

.i-menu {
	padding: 2% 2% 3%;
	overflow: hidden;
}
.i-menu li {
	width: 23.5%;
	background: #f2f2f2;
	text-align: center;
	float: left;
	display: inline;
	margin: 2% 2% 0 0;
	font-size: 14px;
}
.i-menu li a {
	display: block;
	padding: 6% 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.i-menu li:nth-child(4n) {
	margin-right: 0;
}
.i-menu li a:hover, .i-menu li a.current {
	background: #da1215;
	color: #fff;
}


.m-pList {
	padding: 0 0 6%;
	overflow: hidden;
}
.m-pList li {
	float: left;
	width: 47%;
	margin-left: 2%;
	margin-top: 4%;
	text-align: center;
}
.m-pList li .t {
	padding: 8px 2% 0 2%;
	background: #f8f8f8;
	text-align: left;
	font-size: 14px;
}
.m-pList li .t .a2 {
	border: 1px solid #da1215;
	color: #da1215;
	border-radius: 2px;
	float: right;
	margin-right: 2%;
	padding: 0 2px;
	font-size: 12px;
}
.m-pList li .t:last-child {
	padding-bottom: 14%;
}
.m-pList li .st {
	line-height: 25px;
}
.m-pList li .sp {
	font-size: 12px;
	color: #888;
	padding-bottom: 2px;
	height: 0.4rem;


	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

}
.m-list {
	padding: 0 2% 5%;
}
.m-list li {
	padding: 10px 4px 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pagess ul li:hover {
	background: #092676;
	color: #fff;
	border: 1px solid #092676
}
.pagess ul li:hover a {
	color: #fff;
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #092676;
	padding: 4px 12px;
	margin: 0 1px;
	background: #092676;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}
.pager-next-pre {
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 6%;
}

.article {
	padding: 3% 3% 0;

}


/*新闻样式*/
.cnewslit{overflow:hidden; width:90%;height: auto; min-height:350px;margin: 0px auto;}
.cnewslit ul li{ width:100%; border-bottom:1px dashed #cbcbcb; overflow:hidden; float:left; padding:20px 0px;}
.cnewslit ul li a .time{ width:100px; height:115px; float:left; color:#a9a9a9; margin-right:10px; margin-left: 10px;}
.cnewslit ul li a .time p.p1{ text-align:center; font-size:0.3rem; line-height:38px; padding-top:20px}
.cnewslit ul li a .time p.p2{ text-align:center; font-size:0.2rem; line-height:25px;}
.cnewslit ul li a .pic{ width:30%; height:1.4rem; text-align:center; float:left;overflow:hidden }
.cnewslit ul li a .pic img{ height:100%}
.cnewslit ul li a .text{ width:65%; float:right; overflow:hidden; margin-right: 0.2rem;}
.cnewslit ul li a .text p.p1{ font-size:0.3rem; color:#333333; }
.cnewslit ul li a .text p.p2{ font-size:0.2rem; color:#666666; line-height:1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}
.cnewslit ul li a .text p.p3{ font-size:0.2rem; color:#c8c8c8; padding-top:5px; line-height:25px; text-transform:uppercase ;float: left}
.cnewslit ul li a .text p.p4{ font-size:0.2rem; color:#c8c8c8; padding-top:5px; line-height:25px; text-transform:uppercase ;float: right}
.cnewslit ul li:hover a .time p.p1{ color:#2a62b7}
.cnewslit ul li:hover a .time p.p2{ color:#2a62b7}
.cnewslit ul li:hover a .text p.p1{ color:#2a62b7}
.cnewslit ul li:hover a .text p.p3{ color:#2a62b7}
