
body,ul,ol,dl,dd,p,hr,h1,h2,h3,h4,h5,h6,fieldset,input,option,textarea,th,td,lagend{margin:0;padding:0;}/* 清除默认边距 */
li{list-style:none;}
*{margin: 0;padding: 0}
a{text-decoration:none;}
input,a,area{outline:none;color:black;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
i,em{font-style:normal;}
body{font:14px "微软雅黑";}
/* 重置字体大小 样式 */
.clear:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
.clear{zoom:1;}
.wp {
	margin: 0 auto;
	width: 1200px;
}
.qing_forum_second .poster {
	padding: 4px 15px;
	box-shadow: none;
}
.pn em,.pn span,.pn strong {
	padding: 0 10px;
	line-height: 21px;
	font-weight: 400;
}

.pn em,.pn strong {
	font-weight: 400;
}

.ie7 .pn em,.ie7 .pn span,.ie7 .pn strong {
	padding: 0 5px;
	line-height: 18px;
	font-weight: 400;
}

a.pn {
	height: 21px;
	line-height: 21px;
	color: #555 !important;
}

a.pn:hover {
	text-decoration: none;
}

.ie6 a.pn {
	width: auto;
}

.ie6 a.pn em,.ie6 a.pn span,.ie6 a.pn strong {
	display: block;
}

.ie7 a.pn em,.ie7 a.pn span,.ie7 a.pn strong {
	line-height: 21px;
}

.pnc,a.pnc {
	border-color: #F35B4F;
	background: #F35B4F;
	color: #FFF !important;
	border-radius: 3px;
}

.pnc:hover {
	border-color: #f14537;
	background: #f14537;
}

.pnpost .pn {
	height: 26px;
}
.pgs #newspecial,.pgs #newspecialtmp,.pgs #post_reply,.pgs #post_replytmp
	{
	float: left;
	margin-right: 5px;
}

.pgs {
	padding:20px 0;
	font-size:14px;
	margin-bottom:40px;
}
.pg {
	float: right;
}

.pg,.pgb {
	line-height: 26px;
}

.pg a,.pg strong,.pgb a,.pg label,.pg a.nxt,.pg a.prev {
	margin-left: 5px;
	padding: 9px 13px 9px 14px;
	height: 17px;
	line-height: 17px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #555;
	border: 1px solid #ddd;
}
.pgb a{
	height: 37px;
}
.pg a:hover,.pgb a:hover {
	background-color: #fafafa;
	color: #F35B4F;
}

.pg strong {
	color: #F35B4F;
	height:37px;
}
.boardnav .pg strong {
	height:17px;
}

.pg a.nxt {
	background-image: url("../image/page.png")
		/*tpa=http://www.dzzsk.com/demo/simple/css/img/icon/page.png*/;
	height: 9px;
	width: 11px;
	padding: 13px 12px;
	background-position: -22px -24px;
	font-size: 0;
}

.pg a.nxt:hover {
	background-position: 0 -24px;
}

.pg a.prev {
	background-image: url("../image/page.png")
		/*tpa=http://www.dzzsk.com/demo/simple/css/img/icon/page.png*/;
	height: 9px;
	width: 11px;
	padding: 13px 12px;
	background-position: 0px 3px;
	font-size: 0;
}

.pg a.prev:hover {
	background-position: -21px 3px;
}

.pg label {
	cursor: text;
	display: none;
}

.pg label .px {
	padding: 0;
	width: 25px;
	height: 16px;
	line-height: 16px;
}

#pgt .pg,#pgt .pgb {
	margin-top: 5px;
}
/* 头部样式 */
.header_warp {
    width: 100%;
    margin-top: 20px;
}

.header {
    width: 1200px;
    height: 48px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header>div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header>div>a>img:nth-child(1) {
/*     width: 143px; xlz*/
    height: 49px;
}



.header span a{color: rgba(89, 87, 87, 1);}

.header>div:nth-child(2)>span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(89, 87, 87, 1);
}
.loginm span{ margin-left:10px;}

/* banner样式 */

.banner_warp {
    width: 100%;
    margin-top: 10px;
}

.banner {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    position: relative;
}

.banner>img {
    width: 100%;
    height: 135%;
}

/* search样式 */

.search_warp {
    width: 100%;
    margin: 22px 0;
}

.search {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search>div:nth-child(1)>ul {
    display: flex;
    width: 750px;
    
    /* width: 660px; */
}

.search>div:nth-child(1)>ul>li {
    margin-right: 8px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(137, 137, 137, 1);
    padding: 7px 15px 7px 15px;
}

.search>div:nth-child(1)>ul>ui a{color: rgba(255, 255, 255, 1);}
.border_style {
    color: #fff !important;
    border-radius: 10%;
    background: #8ab9f7;
}
.search li a{
    color: rgba(137, 137, 137, 1);
}
.border_style a{
    color: #fff !important;
}

.search>div:nth-child(2) {
    width: 332px;
    height: 100%;
    position: relative;

}

.search>div:nth-child(2)>img:nth-child(1) {
    width: 100%;
    height: 100%;
}

.search ul li a{color: rgba(137, 137, 137, 1);}

.border_style{color: rgba(255, 255, 255, 1);}
#fang {
    width: 17px;
    height: 18px;
    position: absolute;
    top: 13px;
    right: 19px;
}

.search>div:nth-child(2)>input {
    outline: none;
    border: none;
    width: 324px;
    height: 40px;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(137, 137, 137, 1);
    padding-left: 2px;

}

.navbut{ height:35px;}
.nav{float:left; font-size:14px;}
.but{ float:right;}
.but a{ padding:8px 15px; font-size:14px; background:#F30}

.pcb th,.pcb td{
	padding:5px 0;	
}.pcb th{
	font-weight:700;
}
/* news样式 */

.news_warp {
    width: 100%;
}

.news {
    width: 1196px;
    margin: 0 auto;
    padding: 1px;
    border: 1px solid #ececec;

}

.news_header {
	height: 60px;
    line-height: 60px;
    background: linear-gradient(to bottom,#f4f7f8,#e9eff2);
    /* border: 1px solid #ececec; */
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(71, 105, 151, 1);
    padding-left: 50px;
}

.news_header a{
    color: rgba(71, 105, 151, 1);
}


.news>ul {
    padding-left: 50px;
    padding-right: 50px;
}

.news>ul>li {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(220, 221, 221, 1);
}

.news>ul>li:last-child {
    border: none
}

.news>ul>li>.news_icon1 {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.news .news_content {
    display: block;
    width: 628px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(89, 87, 87, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_content a{color: rgba(89, 87, 87, 1);}

.news h2 a{color: rgba(137, 137, 137, 1);}

.news .news_time {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(159, 160, 160, 1);
    margin-right: 25px;
}

.news .news_icon2 {
    width: 19px;
    height: 16px;
    margin-right: 10px;
}

.news .news_num {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(159, 160, 160, 1);
    margin-right: 25px;
    display: block;
    width: 39px;
}

.news .news_use {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(159, 160, 160, 1);
    display: block;
    width: 146px;
}

.news h2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(137, 137, 137, 1);
    text-align: center;
	padding-bottom:20px;
}
.news h2 a{
    color: rgba(137, 137, 137, 1);
}
.pti {
	height:20px;	
}
.pi {
	height:36px;	
}

.content_warp {
    width: 100%;
    margin-top: 25px;
    background: url("../image/background.png") no-repeat center bottom;
    background-size: 100% 80%;
	padding-bottom:50px;
}

.content {
    width: 1200px;
    margin: 0 auto;

}

.content .content_top {
    width: 100%;
    padding: 1px;
    border: 1px solid #ececec;
    background: #fff;

}

.content .content_top ul {
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content .content_top ul li {
	text-align: center;
    width: 97px;

}

.content .content_top ul li img {
    width: 90px;
    height: 90px;
}

.content .content_top ul li h2 {
    margin-top: 38px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(89, 87, 87, 1);
	white-space: nowrap;
}
.content .content_top ul li h2  a{color: rgba(89, 87, 87, 1);}

.content_bottom {
    margin-top: 25px;
    width: 100%;
    padding: 1px;
    border: 1px solid #ececec;
    background: #fff;
}

.content_bottom ul {
    padding: 27px 0 22px 60px;
}

.content_bottom ul li {
    float: left;
    width: 330px;
    height: 106px;
    border: 1px solid #F1F2F6;
    margin-right: 40px;
    margin-bottom: 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.content_bottom ul li:nth-child(3) {
    margin-right: 0;
}

.content_bottom ul li:nth-child(6) {
    margin-right: 0;
}

.content_bottom ul li img {
    width: 61px;
    height: 54px;
    margin-left: 39px;
    margin-right: 20px;
}

.content_bottom ul li span {
    height: 54px;
    width: 178px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(89, 87, 87, 1);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content_bottom ul li span a{color: rgba(89, 87, 87, 1);}

.footer_warp {
    width: 100%;
    background: #000;
    height: 240px;
}

.footer {
    width: 1200px;
    height: 190px;
    margin: 0 auto;
    background: #000;
    position: relative;
    padding-top: 50px;
}

.footer>a>img {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 575px;
    top: -25px;
    
}

.footer h2 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(239, 239, 239, 1);
    text-align: center;

}

.footer ul {
    display: flex;
    padding-left: 45%;
    margin-top: 10px;
}

.footer ul li {
    margin-right: 50px;
}

.footer ul li:nth-child(1) {
    padding-top: 3px;
}

.footer ul li h3:nth-child(1) {
    margin-bottom: 20px;
}

.footer ul li h3 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(220, 221, 221, 1);
}
.footer ul li h3 a{color: rgba(220, 221, 221, 1);}

.footer ul li img {
    width: 71px;
    height: 71px;
}

#imaa{ background: url(../image/llbiao.png) no-repeat;     
  -webkit-animation:run 6s linear 0s infinite; }
  #imaa:hover{  -webkit-animation-play-state:paused;    }
@-webkit-keyframes run{     
  from{     
      -webkit-transform:rotate(360deg);     
  }     
  to{     
      -webkit-transform:rotate(0deg);     
  }     
} 
  