﻿.page-main-wrap{
	margin-top: 30px;
}
.page-main-wrap .hot-notice{
	display: block;
	width: 100%;
}
.page-main-wrap .hot-notice .notice-tit{
	font-size: 36px;
	color: #C50F11;
	font-weight: bold;
}
.page-main-wrap .hot-notice .notice-desc{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}
.page-main-wrap .news-wrap{
	margin-top: 30px;
}
.swiper-news-list{
	width: 602px;
	height: 374px;
}
.swiper-news-list .item-wrap{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-news-list .item-wrap img{
	display: block;
	width: 100%;
}
.swiper-news-list .item-wrap .tit{
	width: 100%;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom:0;
	background: rgba(21, 0, 0, .47);
	color: #fff;
	font-size: 16px;
	padding-left: 24px;
	box-sizing: border-box;
}
.swiper-news-list .item-wrap .tit .tit-info{
	width: 70%;
}
.swiper-news-list .swiper-pagination-bullets {
    width: 20%;
    left: auto;
    right: 10px;
}
.swiper-news-list  .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.swiper-news-list .swiper-pagination-bullet-active{
    background: #C50F11;
}
.news-right-info{
	width: 553px;
}
.news-right-info .top-box{
	border-bottom: solid 1px #C8C8C8;
	height: 58px;
}
.news-right-info .top-box .nav-list{
	width: 100%;
	height: 58px;
}
.news-right-info .top-box .nav-list .nav-item{
	width: 24%;
	line-height: 58px;
	display: inline-block;
	font-size: 20px;
	color: #666;
	margin-bottom: -2px;
	text-align: center;
	position: relative;
}
.news-right-info .top-box .nav-list .nav-item::after{
	position: absolute;
	content:'|';
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.news-right-info .top-box .nav-list .nav-item:last-child::after{
	content:'';
}
.news-right-info .top-box .nav-list .nav-item.cur span{
	display: inline-block;
	border-bottom: solid 3px #CB1C1D;
	color: #CB1C1D;
	font-weight: bold;
}
.news-right-info .news-list-wrap{
	margin-top: 12px;
}
.news-right-info .news-list-wrap .news-list-item{
	display: none;
}
.news-right-info .news-list-wrap .news-list-item.cur{
	display: block;
}
.news-right-info .news-list-wrap .news-list-item .list-item {
	line-height: 39px;
}
.news-right-info .news-list-wrap .news-list-item .list-item a{
	display: block;
}
.news-right-info .news-list-wrap .news-list-item .list-item a .dot{
	font-size: 7px;
	color: #999;
}
.news-right-info .news-list-wrap .news-list-item .list-item a .tit{
	font-size: 18px;
	color: #2B2B2B;
	width: 70%;
	padding-left: 4px;
	box-sizing: border-box;
}
.news-right-info .news-list-wrap .news-list-item .list-item a:hover .tit{
	color: #CB1C1D;
}
.news-right-info .news-list-wrap .news-list-item .list-item a .time{
	font-size: 18px;
	color: #2B2B2B;
	width: 25%;
	text-align: right;
}
.center-banner{
	margin-top: 20px;
}
.center-banner a{
	display: block;
	width: 100%;
}
.center-banner a img{
	display: block;
	width: 100%;
}

.ymds-wrap{
	margin-top: 20px;
}
.title-wrap{
	width: 100%;
	border-bottom: 1px solid #C8C8C8;
}
.title-wrap .tit{
	font-size: 24px;
	color: #CB1C1D;
	font-weight: bold;
	display: inline-block;
	padding:10px 12px;
	border-bottom: 4px solid #CB1C1D;
	margin-bottom: -2px;
}
.ymds-box{
	width: 100%;
	margin-top: 44px;
}
.ymds-box .ymds-item{
	width: 183px;
	height: 190px;
	background: #FAFAFB;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	box-sizing: border-box;
}
.ymds-box .ymds-item:last-child{
	margin-right: 0;
}
.ymds-box .ymds-item:hover{
	font-weight: bold;
}
.ymds-box .ymds-item img{
	display: block;
	width: 78px;
	margin: 31px auto 20px;
}
.ymds-box .ymds-item .name{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #C50F11;
}
.img-wrap-list{
	margin-top: 38px;
}
.img-wrap-list .img-item{
	display: block;
	width: 381px;
	height: 110px;
	margin-right: 28px;
	overflow: hidden;
}
.img-wrap-list .img-item:last-child{
	margin-right: 0;
}
.img-wrap-list .img-item img{
	display: block;
	width: 100%;
	transition-duration: .6s;
}
.img-wrap-list .img-item img:hover{
	transform: scale(1.06);
}

.other-news-wrap{
	margin-top: 20px;
}
.other-news-wrap .other-news-item{
	width: 411px;
	margin-right: 35px;
}
.other-news-wrap .other-news-item .other-news-list{
	margin-top: 20px;
}
.other-news-wrap .other-news-item .list-item a{
	display: block;
	width: 100%;
	line-height: 39px;
}


.other-news-wrap .other-news-item .list-item a .dot{
	width: 5px;
	height: 5px;
	background: #C8C8C8;
	border-radius: 50%;
	margin: 18px 10px 0 0;
}
.other-news-wrap .other-news-item .list-item a .tit{
	font-size: 18px;
	color: #2B2B2B;
	width: 95%;
	padding-left: 4px;
	box-sizing: border-box;
}
.other-news-wrap .other-news-item .list-item a:hover .tit{
	color: #CB1C1D;
}
.dfzj-wrap {
	width: 303px;
}
.dfzj-wrap .dfzj-list{
	margin-top: 37px;
}
.dfzj-wrap .dfzj-list .list-item{
	display: block;
	width: 100%;
	height: 92px;
	overflow: hidden;
	margin-bottom: 9px;
}
.dfzj-wrap .dfzj-list .list-item:last-child{
	margin-bottom: 0;
}
.dfzj-wrap .dfzj-list .list-item img{
	display: block;
	width: 100%;
	transition-duration: 0.6s;
}
.dfzj-wrap .dfzj-list .list-item img:hover{
	transform: scale(1.06);
}
.lygk-wrap{
	margin-top: 46px;
	width: 100%;
	height: 372px;
	border-bottom: solid 10px #BC0000;
	box-sizing: border-box;
	background: url(../images/lygk-bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 0 76px;
}
.lygk-wrap .gk-wrap{
	width: 780px;
}
.lygk-wrap .gk-wrap .gk-desc{
	margin-top: 22px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.lygk-wrap .gk-wrap .gk-desc .look-more{
	color: #C40C12;
	padding-left: 10px;
}
.lygk-wrap .gk-wrap .btn-list{
	margin-top: 30px;
}
.lygk-wrap .gk-wrap .btn-list .btn-item{
	display: block;
	width: 180px;
	height: 44px;
	margin-right: 13px;
  margin-bottom:10px;
	background: url(../images/lygk-item-bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 22px;
}
.lygk-wrap .gk-wrap .btn-list .btn-item:last-child{
	margin-right: 0;
}
.lygk-wrap .gk-wrap .btn-list .btn-item:hover{
	font-weight: bold;
}