﻿@charset "utf-8";
/*css初始值*/
body,div,span,a,ul,li,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,input,button,textarea,p,header,nav,select,option,ol,img{ border: 0px; margin: 0; padding: 0; font-family: "Microsoft YaHei";}
ul,li{ list-style: none;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
a{ text-decoration: none; border: 0px;transition: .25s;}
input,textarea{ border: 0px;}
img,select,option{ border: 0px;}
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}
.clearfix:after{ content: "";display: table;clear: both;}
.dsnone{ display: none;}
.dsblock{ display: block;}
.dsinblk{ display:inline-block;}
.dstable{ display: table;}
.dstable-ce{ display: table-cell;}
.ovhidden{ overflow: hidden;}
.tx-ind{ text-indent: -9999px;}
.ftf-s{ font-family: "宋体";}
.vm{vertical-align:middle;}
.vh{visibility:hidden;}
.pr{ position: relative;}
.pa{ position:absolute;}
.unl { text-decoration:underline;}
/*宽度*/
.w{ width: 100%;}
.w20{ width: 20%;}
.w25{ width: 25%;}
.w33{ width: 33.333%;}
.w50{ width: 50%;}
.w80{ width: 80%;}
/*鼠标样式*/
.curpter{ cursor: pointer;}
/*文字溢出隐藏 start*/
.text-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.text-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.text-3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.text-4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.text-5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
/*文字溢出隐藏 end*/
/*文本居中*/
.text-l{ text-align: left;}
.text-c{ text-align: center;}
.text-r{ text-align: right;}
/*margin*/
.m-auto{ margin: 0 auto;}
/*字体的粗细*/
.font-b1{ font-weight: 100;}
.font-b9{ font-weight: 900;}
.font-bo{ font-weight: bold;}
.font-mr{ font-weight: normal;}
/*字体的大小*/
.fs-8{ font-size:8px;}
.fs-10{ font-size:10px;}
.fs-12{ font-size:12px;}
.fs-13{ font-size:13px;}
.fs-14{ font-size:14px;}
.fs-15{ font-size: 15px;}
.fs-16{ font-size: 16px;}
.fs-17{ font-size: 17.5px;}
.fs-18{ font-size: 18px;}
.fs-20{ font-size: 20px;}
.fs-21{ font-size: 21px;}
.fs-22{ font-size: 22px;}
.fs-24{ font-size: 24px;}
.fs-26{ font-size: 26px;}
.fs-28{ font-size: 28px;}
.fs-37{ font-size: 37px;}
/*字体颜色*/
.c-fff{ color: #fff;} /*白色*/
.c-blue{ color: #057BC5;} /*蓝色*/
.c-222{ color: #222;} /*黑色*/
.c-333{ color: #333;} /*黑色*/
.c-666{ color: #666;} /*灰色*/
.c-f5{ color: #f5f5f5;}/*灰色*/
.c-999{ color: #999;}/*灰色*/
/*背景颜色*/
.bg-fff{background: #fff;}
.bg-f9{background: #f9f9f9;}
/*弹窗布局*/
.Rnews {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .3);
	z-index: 1002;
}
.Rnews_z {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	z-index: 1003;
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/*图片加载*/
.img {
    height: 100%;
    background-position: center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size: cover;
    background-repeat: no-repeat;
}
/*大图片等比例缩放*/
.img-resp{
	display: block;
    max-width: 100%;
    height: auto;
}
/*间距*/
.no-m{ margin: 0}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.no-p{ padding: 0}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}
/*字体颜色*/
.fc-1{color: #888888;}/*浅灰色*/
.fc2{color: #666666;}/*浅灰色2*/
.fc3{color: #000000;}
/*width*/
.w-all{ width:100%;min-width: 1200px;}
.w-main{ width: 1200px;margin: 0 auto;overflow: hidden;}

.h-30{width: 100%;height: 30px;}

.wtongy{width: 25px;height: 100px;}
/*头部div*/
.top{border-bottom: solid #d3d3d3 1px;height: auto;}
.top .toplogoa{margin-top: 18px;display: inline-block;}
.top .yxnwtop{padding-top: 38px;margin-left: 215px;}
.top .yxnwtop a{display: inline-block;margin-left: 20px;}
.top .yxnwtop a p{width: 60px;text-align: center;}
.top .topseacher{height: 30px;margin-top: 30px;}
.top .topseacher .nrinput{width: 152px;border:  solid #888888 0.5px;border-right:0;height: 26.5px;text-indent: 10px;}
.top .topsubmit{background: url(../image/search.png) no-repeat center;width: 34px;height: 34px;top: 0.5px;margin-left: -5px;outline: none;}
.navig ul li{float: left;line-height: 40px;cursor: pointer;}
.navig ul li a{
	/*width: 156px;*/
	line-height: 40px;color: #fff;font-size: 14px;text-align: center;display: inline-block;
	/*border-right: solid #d4d4d4 1px;*/
	padding: 0 19px;}
.navig ul .on{
	/*background-color: #3691d7;*/
	background:rgba(255,255,255,.3);
	}
.navig ul .on a{color: #ffffff;border-right: 0;}
.navig ul li:hover{
	/*background-color: #3691d7;*/
	background:rgba(255,255,255,.3);
	}
.navig ul li:hover a{color: #ffffff;border-right: 0;}
.navig ul li:last-child a{border-right: 0;}
/*footer*/
.footer{
	background: #057BC5;
	/*margin-top: 50px;*/
	padding: 25px 0;
	}
.selectdiv{width: 273px;height: 25px;background-color: #dfdfdf;margin-left: 47px;margin-top: 7px;}
.selectdiv select {
	width: 203px;
	height: 25px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../img/arrow.png") no-repeat scroll right center transparent;
  margin-left: 40px;
  background-color: #dfdfdf;
}

.selectdiv select::-ms-expand { display: none; }
 
.banquan{height: 40px; line-height: 40px; background: #005A93;font-size: 12px;color: #fff;}
/*.banquan p{font-size: 12px;color: #000000;line-height: 45px;text-align: center;}*/
#pager1 {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: right;
	margin-top: 20px;
}

#pager1::after {
	display: block;
	content: "";
	clear: both;
}

#pager1 .pages {
	margin-left: 20px;
}

#pager1 .pages a {
	margin-left: 10px;
}

#pager1 .pages input[type="text"] {
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

#pager1 .pages input[type="button"] {
	display: inline-block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	border: none;
	background-color: #0190F8;
	color: #FFFFFF;
	cursor: pointer;
}

#pager1 .pages a.page {
	margin: 0px 5px;
}
/*多余省略号*/
.elips_css_js:after{
content: "..."; 
position: absolute; 
bottom: 0; 
right: 0; 
padding-left: 20px;
background: -webkit-linear-gradient(left, transparent, #fff 55%);
background: -moz-linear-gradient(left, transparent, #fff 55%);
background: -o-linear-gradient(left, transparent, #fff 55%);
background: linear-gradient(to right, transparent, #fff 55%);
}

