/*CSS样式重写*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
pre,
header,
footer {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  min-width: 1200px;
  background-color: #fff;
 }
a {
  color: #333;
  text-decoration: none;
}
a:hover,.news-dl-item dd p a:hover,.newsImgList dd a:hover span,
.newsImgList dd a:hover p{
  color: #B10D30;
  text-decoration: none;
}
input,
button {
  outline: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

/*通用样式*/
.container {
  position: relative;
  width: 1200px;
  margin: 0px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.line-clamp1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line-clamp2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line-clamp3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pt20{
	padding-top: 20px;
}
/* 头部样式 */
.header-top {
  width: 100%;
  height: 160px;
  background: #022f56 url(../images/headerbg.jpg) no-repeat;
}
.header_con {
  height: 127px;
  padding-top: 23px;
  padding-right: 10px;
  box-sizing: border-box;
}
.header_con .vers {
  position: absolute;
  top: 63px;
  right: 30px;
  color: #fff;
  z-index: 9;
}
.header_con .vers a{
  color: #fff;
}
.header_con .vers i {
  font-style: normal;
  margin: 0px 9px;
}
.header_con .header_img {
  text-align: center;
   position: relative;
   padding-top: 15px;
}
.header_con .header_img .logo {
  margin-right: 18px;
}
.header_con .header_img .search {
 position: absolute;
 top:72px;
 right:20px ;
}
.header_con .header_img .search input[type="text"] {
  width: 240px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #648097;
  box-sizing: border-box;
  color:#fff
}
.header_con .header_img .search input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 23px;
  background: url(../images/search.png) no-repeat;
  border: none;
  cursor: pointer;
}
/* 导航栏样式 */
.header-nav {
  height: 58px;
  line-height: 58px;
  background-color: #012f55;
  box-shadow: 0 -2px 3px #022440;
}
.nav-list{
	display: flex;
}
.nav-list .nav-item {
  flex: 1;flex-grow:1;flex:1 1 auto;
  height: 58px;
  font-size: 16px;
}
.nav-list .nav-item:hover,.nav-list .nav-item.active>a {
  background-color: #024073;
}
.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item.home{    width:88px;
    flex: none;}
.nav-list .nav-item a {
  display: block;
  padding: 0px 15px;
  color: #fff;
  text-align:center;
  white-space: nowrap;
}
.submenu {
  position: relative;
  display: none;
  width: 100%;
  background: rgb(126, 126, 126);
  filter: alpha(opacity=90);
  opacity: .9;
  -moz-opacity: .9;
  z-index: 999;
}
.submenu li a {
  padding: 0px 5px!important;
  line-height: 40px;
  text-align: center;
  color: #fff;
  box-sizing:border-box;font-size:15px;
}
.submenu li a:hover {
  background-color: #4e3d3d;
}
/* 轮播图 */
.banner {
  height: auto;
  overflow: hidden;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 37px;
  height: 74px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.banner .prev {
  background-image: url(../images/banner_left.png);
}
.banner .next {
  left: auto;
  right: 0px;
  background-image: url(../images/banner_right.png);
}
.banner-list {
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-list li {
  float: left;
  width: 1200px;
}
.point {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.point li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
}
.point .on {
  background-color: #012f55;
}
/*内容区*/
/* .main {
  padding: 10px 10px 0;
  background-color: #fff;
  box-sizing: border-box;
} */
.listHd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.listHd span{
	font-size: 26px;
	font-weight: bold;
	color: #012f55;
}
.listHd .more{
	color: #012f55;
}
.new2cont .listHd{
	padding:12px 0;
	border-bottom: 1px solid #012f55;
}
.xynewslistL{
	width: 754px;
	box-shadow: 0 2px 5px #ededed;
}
.swiper-news img{
	width: 100%;
	height: 500px;
	
}
.swiper-news h4{
	font-size: 30px;
	font-weight: bold;
	color: #012f55;
	text-align: center;
	padding: 15px 0;
}

.swiper-news h4 a{
	color: #012f55;
}
.swiper-news p{
	margin:0px 20px 25px;
	font-size: 16px;
}
.swiper-news p a{
	color: #666;
}

.xynewslistR{
	width: 420px;
	margin-bottom: 10px;
}
.news-dl-item{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	overflow: hidden;
}
.news-dl-item dt{
	float: left;
	margin-right: 15px;
	width: 150px;
	height: 100px;
}
.news-dl-item dt img{
	width: 150px;
	height: 100px;
}
.news-dl-item dd span{
	color: #666;
}
.news-dl-item dd p{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.6;
}
.news-dl-item dd p a{
	color: #333;
}

/* 专题 */
.zt{
	padding: 28px 0;
	background-color: #d4dde8;
}
.zt .container{
	display: flex;
	justify-content: space-between;
}

/* 新闻1 */
.newstabL{
	width: 588px;
}
.newstabHd{
	font-size: 26px;
	line-height: 60px;
	border-bottom: 1px solid #012f55;
}
.newstabHd span{
	margin-right: 20px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	position: relative;
}
.newstabHd span::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	width:0;
	height:0;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	border-bottom:7px solid transparent;
}
.newstabHd span.on,.newstabHd span.on::before{
	border-bottom-color:#012f55;
}
.newstabHd span.on a{
	font-weight: bold;
	color: #012f55;
}
.newstabBdCont{
	min-height: 330px;
}
.newsDefaultList{
	padding: 10px 0;
}
.newsDefaultList li{
	font-size: 16px;
	padding: 10px 0;
}
.newsDefaultList li span{
	float: right;
	color: #999;padding-right: 10px;
}
.newstabR{
	width: 588px;
}
.newsTimeList{
	padding-top: 18px;
}
.newsTimeList li{
	width: 100%;
	display: flex;
	margin-bottom: 18px;
	font-size: 18px;
	
}
.newsTimeList li span{
	display: block;
	width: 64px;
	height: 68px;
	background-color: #003870;
	color: #fcda9c;
	text-align: center;
}

.newsTimeList li span em{
	font-style: normal;
	display: inline-block;
}
.newsTimeList li span em:nth-child(1){
	font-size: 26px;
	border-bottom: 1px solid #fcda9c;
	
}
.newsTimeList li span em:nth-child(2){
	font-size: 16px;
	display: block;
}
.newsTimeList .txt{
	flex: 1;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	margin-left: 15px;
	padding: 5px 0;
	line-height: 1.6;
	border-bottom: 1px solid #dbdbdb;
  text-align: left;
    align-items: center;
    display: flex;
}
.new2cont{
	margin-bottom: 30px;
}
.newsImgList{
	padding-top:8px;
}
.newsImgList dl{
	display: flex;
	border-bottom: 1px solid #dbdbdb;
	padding:15px 0;
}
.newsImgList dt{
	width: 160px;
	height: 106px;
	margin-right: 15px;
}
.newsImgList dt img{
	width: 100%;
	height: 106px;
}
.newsImgList dd{
	flex: 1;
}
.newsImgList dd span{
	color: #333;
	font-size: 18px;
	margin: 10px 0;
}
.newsImgList dd p{
	color: #999;
}
/*尾部样式*/
.footer {
  padding: 20px 0;
  background-color: #012f55;
}
.footer .footer-content {
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.footer .footer-content a{
  color: #fff;
}

/*PC端隐藏*/
.m-header {
  display: none;
}

/* 鼠标状态*/
.mouse {
	cursor: pointer;
}

/* 鼠标状态 end*/

.swiper-banner .swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active{
	background-color: #012f55;
}

.newstabBd,.listBd{min-height:300px}