@charset "UTF-8";

.img-box i {
	transition: .4s;
	-webkit-transition: .4s;
}

body {
	background-color: #FFF;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
	background-color: #e32519;
}

.swiper-pagination span {
	outline: none;
}

/*头部*/
#header {
	position: relative;
	left:0px;
	z-index: 99;
}

#header .pc-header .top {
	padding-top: 0.6875rem;
	padding-bottom: 0.875rem;
}

#header .pc-header .logo {
	width: 28.5625rem;
}

#header .pc-header .search {
	height: 2.75rem;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid #e32519;
	overflow: hidden;
	margin-right: 3rem;
}

#header .pc-header .search span {
	font-size: 1rem;
	color: #666;
}

#header .pc-header .search input {
	width: 12.875rem;
	height: 100%;
	font-size: 1rem;
	line-height: 2.75rem;
	color: #666;
	padding-left: 1rem;
}

#header .pc-header .search input::-webkit-input-placeholder {
	font-size: 1rem;
	line-height: 2.75rem;
	color: #999999;
}

#header .pc-header .search a {
	width: 4.375rem;
	height: 100%;
	background-color: #e32519;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
}

#header .pc-header .btns {
	margin-left: 3.125rem;
}

#header .pc-header .btns a {
	width: 2.75rem;
	height: 2.75rem;
	background: #1f9270 url(../img/code-icon.png) center center no-repeat;
	background-size: 1.3125rem 1.3125rem;
	border-radius: 50%;
	position: relative;
}

#header .pc-header .btns a:nth-child(2) {
	background-color: #e32519;
	background-image: url(../img/mail-icon.png);
	margin-left: 1.5625rem;
	background-size: 1.25rem 0.9375rem;
}

#header .pc-header .btns a .code {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 110%;
	left: 50%;
	z-index: 200;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .btns a:hover .code {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#header .pc-header .nav {
	background-color: #e32519;
	position: absolute;
	left: -18.5%;
	width: 137%;
	padding: 0 18.5%;
}

#header .pc-header .nav li {
	padding: 0 10px;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li>a {
	width: 100%;
	font-size: 1.375rem;
	color: #fff;
	line-height: 3.75rem;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li .sub {
	width: 150px;
	position: absolute;
	top: 150%;
	left: 50%;
	z-index: 1000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li .sub .box {
	box-shadow: 0px 0px 5px #838383;
	background-color: #fff;
}

#header .pc-header .nav li .sub a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li .sub a:hover {
	background-color: #bc0101;
	color: #fff;
}

#header .pc-header .nav li.on {
	background-color: #ad0909;
}

#header .pc-header .nav li:hover {
	background-color: #ad0909;
}

#header .pc-header .nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#header .pc-header .page-code .code1 {
	padding: 4px;
	background-color: #fff;
	border-radius: 4px;
}

#header .pc-header .page-code .code1:last-child {
	margin-left: 0.875rem;
}

#header .pc-header .page-code .code1 img {
	width: 5.125rem;
	height: 5.125rem;
	object-fit: cover;
}

#header .pc-header .page-code .code1 p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #777777;
	text-align: center;
	margin-top: 4px;
}

.navHead ul li {
	float: left;
	text-align: center;
	position: relative;
	height: 60px;
	flex: 1;
}

.navHead ul li:hover {
	background: #004379;
}

.navHead ul li a {
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
}

#header .pc-header .nav.on {
	position: fixed;
	top: 0;
	z-index: 99;
	width:100%;
	left:0;
	padding: 0 13.5%;
}

/*总社概要*/
.surveyBox {
	position: absolute;
	left: -17rem;
	top: 100%;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	width: 100rem;
	background: #fff;
	padding: 25px 0;
	height: 37.5rem;
	display: none;
	overflow-y:auto
}

#zsgkLi.on .surveyBox {
	display: flex;
}

.surveyBox .el-col.el-col-6 {
	width: 40%;
}

.surveyBox .el-col.el-col-6 .head-bottom{
  flex-wrap:wrap;
}

.surveyBox .el-col.el-col-6 .head-bottom>p{
  width:calc(100% / 4);
}

.surveyBox .el-col.el-col-6 .head-bottom>p>a{
  font-size: 18px;
	color: #333;
	line-height: 30px;
}

.surveyBox .el-col.el-col-12 {
	width: 100%;
}

.surveyBox .el-col.el-col-12 .zsJGBox p {
	display: block;
}

.surveyBox h5 {
	padding-bottom: 20px;
	text-align: left;
	padding-top: 10px;
}

.surveyBox h5 a {
	font-size: 24px !important;
	color: #000 !important;
	font-weight: bold;
	padding-left: 10px;
	border-left: 2px solid #e32519;
	line-height: 17px !important;
	display: block;
}

.surveyBox p {
	text-align: justify;
	margin-bottom: 10px;
	overflow: hidden;
}

.surveyBox p span {
	display: block;
	float: left;
	width:33.3333%;
}


.surveyBox p span em{
  display:block;
  font-size:14px;
  font-weight:bold;
  margin-top:10px;
}

.surveyBox p span.on em{
  display:block;
}

.surveyBox p span>a {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.surveyBox p a{
  transition:.4s;
  white-space: pre-wrap;
}

.surveyBox p a:hover{
  color:#e32519;
  transition:.4s;
}

/* banner */
.banner {
	height: 23rem;
	width: 100%;
}

.banner .mySwiperbanner {
	height: 100%;
}

.banner .mySwiperbanner .swiper-wrapper .swiper-slide a>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .mySwiperbanner .title-box {
	position: absolute;
	bottom: 0;
	width: calc(100% - 10.5%);
	border-bottom: 4px solid #e32519;
	background-color: #FFF;
	left: 5.25%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
}

.banner .mySwiperbanner .title-box h2 {
	color: red;
    font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: bold;

	margin-left:0.875rem;
}

.banner .mySwiperbanner .title-box .top-box {
	justify-content: center;
}

.banner .mySwiperbanner .title-box .bottom-box {
	text-align: center;
}

.banner .mySwiperbanner .title-box .bottom-box a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: .4s;
}


.banner .mySwiperbanner .title-box .bottom-box a:hover {
	color: #e32519;
	transition: .4s;
}

.banner .mySwiperbanner .title-box .bottom-box i {
	display: block;
	font-size: 0.875rem;
	padding: 0 0.875rem;
}

.banner .mySwiperbanner .btns {
	position: absolute;
	z-index: 2;
	bottom: 6.25rem;
	left: 50%;
  transform: translate(0%,-50%);
}

.banner .mySwiperbanner .btns .prev {
	width: 2.8125rem;
	height: 1.5625rem;
	background: url(../img/icon3.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	display:none;
}

.banner .mySwiperbanner .btns .pagination {
}

.banner .mySwiperbanner .btns .next {
	width: 2.8125rem;
	height: 1.5625rem;
	background: url(../img/icon4.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	display:none;
}

.index_nav {
	display:none;
}

/* 新闻 */
.page-News {
	background-color: #F3F3F3;
	padding-top: 1.75rem !important;
	<!--padding-bottom: 2rem;-->
}

.page-News .left-box {
	width: 47.5%;
}

.page-News .left-box .myNews .swiper-wrapper .swiper-slide{
  height:26.65rem;
}

.page-News .left-box .myNews .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-News .left-box .myNews .swiper-wrapper .swiper-slide .bottom-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 6.25rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0)0%, rgba(0, 0, 0, 0.7));
}

.page-News .left-box .myNews .swiper-wrapper .swiper-slide .bottom-box p {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F7F7F7;
	position: absolute;
	bottom: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width:75%;
}

.page-News .left-box .myNews .btns {
	position: absolute;
	bottom: 1.6875rem;
	right: 2.25rem;
	z-index: 2;
	width: 15%;
}

.page-News .left-box .myNews .btns .pagination {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8E8D8D;
	text-align: center;
}

.page-News .left-box .myNews .btns .pagination .swiper-pagination-current {
	color: #FFF;
}

.page-News .left-box .myNews .prev {
	width: 2rem;
	height: 0.875rem;
	background: url(../img/icon5.png) center no-repeat;
	background-size: contain;
	cursor:pointer;
}

.page-News .left-box .myNews .next {
	width: 2rem;
	height: 0.875rem;
	background: url(../img/icon6.png) center no-repeat;
	background-size: contain;
	cursor:pointer;
}

.page-News .left-box .myNews {
	--swiper-navigation-color: #FFF;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 1.25rem;
	/* 设置按钮大小 */
}

.page-News .right-box {
	width: 100%;
	margin-left: 1.5rem;
}

.page-News .right-box ul {
	flex-wrap: wrap;
}

.page-News .right-box ul li {
	width: 49%;
	height: 12.75rem;
	background-color: #FFF;
	margin-bottom: 1.25rem;
	padding: 0 1.75rem;
	padding-top: 1.25rem;
	flex-shrink: 0;
	overflow: hidden;
	padding-bottom: 1rem;
}

.page-News .right-box ul li .top>a {
	margin: 0;
}

.page-News .right-box ul li a {
	margin-bottom: 8px;
}

.page-News .right-box ul li a p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	transition: .4s;
}

.page-News .right-box ul li a:hover p {
	color: #e32519;
	padding-left: 2px;
	transition: .4s;
}

.page-News .right-box ul li a:first-child {
	margin-bottom: 1rem;
}

.page-News .right-box ul li .top {
	margin-bottom: 1rem;
}

.top h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	border-left: 5px solid #e32519;
	padding-left: 0.875rem;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.top a i {
	display: block;
	width: 0.875rem;
	height: 1.5625rem;
	background: url(../img/icon7.png) center center no-repeat;
	background-size: contain;
	transition: .4s;
}

.top a:hover i {
	background: url(../img/icon8.png) center center no-repeat;
	background-size: contain;
	transition: .4s;
}

.page-News .right-box ul li a em {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #999999;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	margin-right: 10px;
	transition: .4s;
}

.page-News .right-box ul li a:hover em {
	background-color: #e32519;
	transition: .4s;
}

/* 政策法规 */
.page-Policy {
	padding-top: 2.625rem !important;
	padding-bottom: 2.625rem;
	background-color: #fff;
	display:grid;

}

.page-Policy .left-box {
	width: 33%;
	padding-left:1rem;
	padding-right:1rem;
}

.page-Policy .left-box .tabs a {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #797979;
	padding: 8px 2.25rem;
	border-radius: 1rem;
	transition: .4s;
}

.page-Policy .left-box .more-box {
	display: block;
	margin-left: 10px;
}

.page-Policy .left-box .tabs a.on,
.page-Policy .left-box .tabs a:hover {
	background-color: #C92323;
	border-radius: 1.5rem;
	color: #FFF;
	transition: .4s;
}

.page-Policy .bottom ul {
	display: block;
	margin-top: 2rem;
	height: 13.625rem;
	overflow: hidden;
}

.page-Policy.page-News2 .bottom ul{
  height: auto;
}

.page-Policy .bottom ul.on {
	display: block;
}

.page-Policy .bottom ul li {
	margin-bottom: 10px;
}

.page-Policy .bottom ul li a {
	position: relative;
	padding-left: 10px;
}

.page-Policy .bottom ul li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #999999;
	border-radius: 50%;
	margin-right: 7px;
	position: absolute;
	left: 0;
	transition: .4s;
}

.page-Policy .bottom ul li a:hover::after {
	background-color: #C92323;
	transition: .4s;
}

.page-Policy .bottom ul li a p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	transition: .4s;
}

.page-Policy .bottom ul li a em {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #929292;
	margin-left: 1.25rem;
}

.page-Policy .bottom ul li a:hover p {
	color: #C92323;
	transition: .4s;
	padding-left: 5px;
}

.page-Policy .right-box {
width:33%;
	padding-left:0.7rem;
	padding-right:1rem;
	box-sizing:border-box;
}

.xs-box {
	
	background-color: #F3F3F3;
	padding-bottom:1.875rem;
}

.xs-box a {
	width: 100%;
	height: 11.5rem;
	overflow: hidden;
}

.xs-box a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .4s;
}

.xs-box a:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.xs-box.page-foot {
	background-color: #F3F3F3;
	padding-bottom: 2rem;
}

/* 为农服务 */
.page-Service {
	flex-wrap: wrap;
	background-color: #F3F3F3;
	padding-bottom: 1rem;
}

.page-Service .box1 {
	width: 32%;
}

.page-Service .box1.page-Policy {
	padding-bottom: 0px;
	background-color: #F3F3F3;
	padding-top: 1.875rem !important;
	padding-bottom: 1.875rem;
}

.page-Service .box1 .top {
	padding-bottom: 1.875rem;
}

.page-Service .box1 .bottom ul {
	background-color: #FFF;
	padding-left: 1rem;
	padding-right: 2rem;
	margin-top: 0px;
	padding-top: 2rem;
	height: 17.875rem;
}

.page-Service .box1 .bottom .img-box {
	width: 100%;
	height: 15.625rem;
	overflow: hidden;
}

.page-Service .box1 .bottom .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-Service .box1 .bottom .img-box:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.page-Service .box1 .bottom ul {
	display: block;
}

.page-Service .box1 .bottom ul li a {
	padding-left: 0.875rem;
}

.page-Service .box1 .bottom ul li a:hover p {
	padding-left: 0px;
}

.page-Service .box1 .bottom ul li a:hover {
	padding-left: 0.875rem;
}

/* footer */
.footer{
  position:relative;
}

.footer .footer-top {
	background-color: #e32519;
	position:absolute;
	left: -23.5%;
	width: 147%;
	padding: 1rem 23.5%;
}

.footer .footer-top .left p {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 1.5rem;
}

.footer .footer-top .link-box {
	height: 2.625rem;
	line-height: 2.625rem;
	font-size: 1rem;
	color: #fff;
	padding: 0 0.875rem;
	flex-shrink: 0;
	width: 11.5rem;
	border: 1px solid #FFFFFF;
	margin-right: 1.25rem;
	border-radius: 4px;
}

.footer .footer-top .link-box .icon {
	width: 12px;
	height: 10px;
	background: url(../img/link-sjx.png) center center no-repeat;
	margin-left: 2.8125rem;
}

.footer .footer-top .link-box .sub {
	position: absolute;
	top: 130%;
	left: 0;
	z-index: 200;
	background-color: #e32519;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .4s;
	-webkit-transition: .4s;
}

.footer .footer-top .link-box .sub::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

.footer .footer-top .link-box .sub::-webkit-scrollbar-thumb {
	background-color: #ab2b2b;
}

.footer .footer-top .link-box .sub a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 2.1875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0.875rem;
}

.footer .footer-top .link-box:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.footer .footer-top .right a {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .footer-top .right i {
	font-size: 0.875rem;
	color: #FFF;
	padding: 0 10px;
}

.footer .footer-bottom {
	background-color: #FFF;
	padding-bottom: 2.375rem;
	padding-top: 6.25rem;
	align-items: end;
}

.footer .footer-bottom .left-box ul {
	margin-bottom: 2rem;
	flex-direction:column;
}

.footer .footer-bottom .left-box ul li+li {
  margin-top:1rem;
}

.footer .footer-bottom .left-box ul li div+div{
  margin-left:1.875rem;
}

.footer .footer-bottom .left-box ul li a{
  font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000;
	transition:.4s;
}

.footer .footer-bottom .left-box ul li a:hover{
  color:#e32519;
  transition:.4s;
}

.footer .footer-bottom .left-box ul li p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
}

.footer .footer-bottom .left-box .title-box {
	margin-bottom: 1rem;
}

.footer .footer-bottom .left-box .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #5A5A5A;
}

.footer .footer-bottom .left-box span {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5A5A5A;
}

.footer .footer-bottom .left-box span a {
	color: #CBCBCB;
}

.footer .footer-bottom .right-box {
	margin-left: 1.25rem;
}

.footer .footer-bottom .right-box .right-img {
	text-align: right;
}

.footer .footer-bottom .right-box .right-img img {
	max-width: 100%;
}

.footer .footer-bottom .right-box .fang {
	margin-top: 2.75rem;
}

.footer .footer-bottom .right-box .fang p {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #5A5A5A;
}

.index_foot {
	width: 100%;
	height: 60px;
	padding: 5px 10px;
	background: #ac1512;
	z-index: 99999;
	position: fixed;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display:none;
}

.index_foot li {
	width: 33%;
	text-align: center;
}

.index_foot li::marker {
	content: '';
	display: none;
}

.index_foot li a {
	color: #FFF;
	font-size: 1.5rem;
	display: block;
	text-align: center;
}

.index_foot li a span {
	display: block;
	width: 24px;
	height: 24px;
	color: #FFF;
	margin: 0 auto;
}

.index_foot li a span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_foot li a p {
	font-size: 12px;
	margin-top: 5px;
	display:none;
}

/* 02省社概况-现任领导-1 */
.bannerTwo {
	width: 100%;
	height: 23rem;
}

.bannerTwo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-Overview {
	min-height: 31.25rem;
}

.page-Overview .left-box {
	margin-top: -5rem;
	background-color: #e32519;
	height: fit-content;
	width: 17.625rem;
	margin-bottom:3rem;
	margin-right:30px;
}

.page-Overview .left-box .top-box {
	padding: 0 2.25rem;
	width: 100%;
	height: 5rem;
	padding-top: 1rem;
}

.page-Overview .left-box .top-box .nav-box p {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.page-Overview .left-box .top-box .nav-box em {
	display: block;
	padding: 0 5px;
}

.page-Overview .left-box .top-box .nav-box h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.page-Overview .left-box .bottom-box {
	margin: 0 6px;
	background-color: #FFF;
	padding: 0 2.25rem;
	height: auto;
	margin-bottom: 8px;
	padding-bottom: 2.25rem;
}

.page-Overview .left-box .bottom-box ul {
	padding-top: 10px;
}

.page-Overview .left-box .bottom-box ul li {
	margin-top: 2rem;
}

.page-Overview .left-box .bottom-box ul li a {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #A6A6A6;
	transition: .4s;
}
.bottom-boxs a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-boxs a .left{
  width:70%
}
.bottom-boxs a .right{
  width:16%
}
.bottom-boxs a .right img{
  width:100%;
}

.page-Overview .left-box .bottom-box ul li a.on,
.page-Overview .left-box .bottom-box ul li a:hover {
	color: #e32519;
	border-bottom: 1px solid #e32519;
	padding-left: 10px;
	padding-right: 10px;
	transition: .4s;
}

.page-Overview .page-nav-box {
	display: none;
}

.page-Overview .right-box {
	width: 100%;
}

.page-Overview .right-box .top-box {
	margin-top: 3.7rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
}

.page-Overview .right-box .top-box h1 {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #e32519;
	padding-left: 2.6875rem;

}

.page-Overview .right-box .top-box::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 12.5rem;
	bottom: 0px;
	height: 1px;
	background-color: #e32519;
}

.page-Overview .right-box .bottom-box ul {
	margin-top: 2.25rem;
	flex-wrap: wrap;
	margin-bottom: -2.5rem;
}

.page-Overview .right-box .bottom-box ul li {
	padding: 0px 2rem;
	width: 25%;
	margin-bottom: 1rem;
}

.page-Overview .right-box .bottom-box ul li a .img-box {
	height: 17.25rem;
	overflow: hidden;
}

.page-Overview .right-box .bottom-box ul li a .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-Overview .right-box .bottom-box ul li a:hover .img-box img {
	transform: scale(1.1);
	transition: .4s;
}

.page-Overview .right-box .bottom-box ul li a .info {
	padding: 0px;
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
	text-align: left;
}

.page-Overview .right-box .bottom-box ul li a .info h1 {
	font-size: 1.5rem;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.875rem;
	text-align:center;
}

.page-Overview .right-box .bottom-box ul li a .info em {
	font-size: 0.875rem;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height:1.5;
}

/* page-paging */
.page-paging-box {
	text-align: center;
	padding-top: 5.125rem;
	padding-bottom: 5.125rem;
	background-color: #FFF;
}

.page-paging-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 3.375rem;
	line-height: 3.375rem;
	font-size: 1.125rem;
	color: #666;
	background-color: #e8e8e8;
	padding: 0 1.25rem;
	border-right: 1px solid #fff;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-paging-box a:last-child {
	border-right: none;
}

.page-paging-box a:hover,
.page-paging-box a.curr {
	background-color: #e32519;
	color: #fff;
}

/* 03省社-现任领导详情 */
.page-Overview .right-box .bottom-box .page-top {
	margin-left: 2.75rem;
	margin-top: 1.875rem;

}

.page-Overview .right-box .bottom-box .page-top .imgs {
	width: 17.375rem;
	height: 21.25rem;
	flex-shrink: 0;
}

.page-Overview .right-box .bottom-box .page-top .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-Overview .right-box .bottom-box .page-top .box-tle {
	padding-top: 6rem;
	padding-left: 1.75rem;
}

.page-Overview .right-box .bottom-box .page-top .box-tle h1 {
	font-size: 1.5rem;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1.875rem;
}

.page-Overview .right-box .bottom-box .page-top .box-tle p {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height:2;
}

.page-news-box2 {
	margin-left: 2.75rem;
	margin-top: 4.375rem;
}

.page-news-box2 .tabs {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 1.625rem;
}

.page-news-box2 .tabs a {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #666666;
	padding: 0 2.625rem;
	transition: .4s;
}

.page-news-box2 .tabs a.on,
.page-news-box2 .tabs a:hover {
	color: #e32519;
	transition: .4s;
	position: relative;
}

.page-news-box2 .tabs a.on::after,
.page-news-box2 .tabs a:hover::after {
	content: '';
	display: block;
	width: 12.5rem;
	position: absolute;
	height: 1px;
	background-color: #e32519;
	bottom: -1.625rem;
	left: 0;
	transition: .4s;
}

.page-news-box2 .liebiao,
.page-Overview .right-box .bottom-box ul.liebiao {
	margin: 0;
	padding: 0;
}

.page-Overview .right-box .bottom-box ul:last-child{
  margin-bottom:2rem;
  margin-top:2rem;
}

.page-news-box2 .news-bottom {
	background-color: #fff;
}

.page-news-box2 .news-bottom li,
.page-Overview .right-box .bottom-box ul.liebiao li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.page-news-box2 .news-bottom li a {
	padding-top: 3.5rem;
	padding-bottom: 3.4rem;
	border-bottom: 1px dashed #e2e2e2;
	background: linear-gradient(#e32519, #e32519) left bottom/0% 3px no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box2 .news-bottom li a:hover {
	padding-left: 2rem;
	padding-right: 2rem;
}

.page-news-box2 .news-bottom li .time {
	width: 6.25rem;
	font-size: 2.875rem;
	font-family: PingFang;
	font-weight: bold;
	color: #585858;
	text-align: left;
	padding: 0.625rem 0 1.125rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box2 .news-bottom li:hover .time {
	color: #e32519;
}

.page-news-box2 .news-bottom li .time em {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: bold;
	color: #939393;
	margin-top: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-news-box2 .news-bottom li .info {
	padding-left: 1.75rem;
	overflow: hidden;
	margin-right: 10px;
	text-align: left !important;
	padding: 0 !important;
}

.page-news-box2 .news-bottom li .info h4 {
	font-size: 1.375rem;
	font-family: PingFang;
	font-weight: bold;
	color: #454545;
	transition: .4s;
}

.page-news-box2 .news-bottom li .info .desc {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 500;
	color: #A1A1A1;
	line-height: 1.8;
	margin-top: 1.75rem;
}

.page-news-box2 .news-bottom li:hover a {
	box-shadow: 0px 0px 10px #f3f3f3;
	border-color: #fff;
	background-size: 100% 3px;
	border-color: #fff;
}

.page-news-box2 .news-bottom li:hover h4 {
	color: #e32519;
}

.page-news-box2 .news-bottom li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/* 04省社概况-省社机关 */
.page-Overview .right-box .page-jiguan ul {
	margin-left: 1.625rem;
	flex-wrap: wrap;
}

.page-Overview .right-box .page-jiguan ul li {
	width: auto;
	padding: 0 1.125rem;
	margin-top: 1.875rem;
}

.page-Overview .right-box .page-jiguan ul li a {
	display: block;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #393939;
	background-color: #F7F5F2;
	height: 4rem;
	line-height: 4rem;
	padding-left: 1.875rem;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-right:1.875rem;
}

.page-Overview .right-box .page-jiguan ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	width: 4px;
	height: 1.5rem;
	background: #e32519;
}

/* 05省社要情 */
.page-Overview .right-box .page-lie {
	margin-left: 2.75rem;
	margin-top: 2.25rem;
}

.page-Overview .right-box .page-lie .page-top-box{
  position:relative;
  z-index:2;
}

.social-share .icon-wechat .wechat-qrcode{
  top:-210px;
  width:200px;
  height:200px;
}

.social-share .icon-wechat .wechat-qrcode .help p{
  font-size:12px;
}

.page-Overview .right-box .page-lie .left {
	width: 56%;
	height: 26.875rem;
	overflow: hidden;
}

.page-Overview .right-box .page-lie .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-Overview .right-box .page-lie a:hover .left img {
	transform: scale(1.1);
	transition: .4s;
}

.page-Overview .right-box .page-lie .right {
	width: 44%;
	padding: 0 2.25rem;
	padding-top: 1rem;
	background: url(../img/bac-1.png) bottom right no-repeat;
}

.page-Overview .right-box .page-lie .right .box-top {
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #E8E8E8;
}

.page-Overview .right-box .page-lie .right .box-top h1 {
	font-size: 1.5rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	transition: .4s;
}

.page-Overview .right-box .page-lie a:hover .right .box-top h1 {
	color: #e32519;
	transition: .4s;
}

.page-Overview .right-box .page-lie .right .title-box {
	margin-top: 2rem;
}

.page-Overview .right-box .page-lie .right .title-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.page-Overview .right-box .page-lie .right .details-right-sher {
	position: absolute;
	bottom: 2.25rem;
}

.page-lie .page-bottom-box {
	background-color: #F7F7F7;
}

.page-lie .page-bottom-box ul {
	margin-top: 4.125rem;
}

.page-lie .page-bottom-box li{
  position:relative;
  z-index:1;
}

.page-lie .page-bottom-box li>a {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	border-bottom: 1px solid #E8E8E8;
	background: linear-gradient(#e32519, #e32519) left bottom/0% 3px no-repeat;
	padding-right: 1.25rem;
	transition: .4s;
	-webkit-transition: .4s;
	background-color: #FFF;
}

.page-lie .page-bottom-box li>a:hover {
	padding-left: 2rem;
	padding-left: 2rem;
	transition: .4s;
}

.page-lie .page-bottom-box li .info {
	padding-left: 1.75rem;
	height: 13.125rem;
	width:100%;
}

.page-lie .page-bottom-box li .info .title {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	transition: .4s;
	-webkit-transition: .4s;
	margin-top: 5px;
}

.page-lie .page-bottom-box li .info .title em {
	font-size: 1rem;
	color: #858585;
}

.page-lie .page-bottom-box li .info .desc {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 1.8;
	margin-top: 2rem;
}

.page-lie .page-bottom-box li .img-box {
	float: right;
	width: 21.25rem;
	height: 13.125rem;
}

.page-lie .page-bottom-box li:hover>a {
	box-shadow: 0px 0px 10px #f3f3f3;
	border-color: #fff;
	background-size: 100% 3px;
	border-color: #fff;
}

.page-lie .page-bottom-box li:hover .time {
	color: #fff;
	border-color: #e32519;
	background-color: #e32519;
}

.page-lie .page-bottom-box li:hover .time em {
	color: #fff;
}

.page-lie .page-bottom-box li:hover .title {
	color: #e32519;
	text-indent: 5px;
}

.page-lie .page-bottom-box li:hover .img-box i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-lie .page-bottom-box li .info .bottom-nav {
	margin-top:2rem;
}

.page-lie .page-bottom-box li .info .bottom-nav span{
  font-size:14px;
  background:url(../img/icon12.png)left center no-repeat;
  background-size:contain;
  padding-left:1.5rem;
}

/* 06通知公共 */
.page-box1 {
	padding-top: 5.75rem;
	background-color: #F7F7F7;
	padding-bottom: 2.625rem;
}

.page-box1.page-news5{
  padding-top:2rem;
}

.page-box1 .left-box {
	background-color: #FFF;
	padding: 0 1.875rem;
	border-right: 1px solid #E8E8E8;
}

.page-box1 .left-box .top-box,
.page-box1 .right-box .top-box {
	padding-top: 2.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	flex-direction:column;
}

.page-box1 .left-box .top-box .left h1,
.page-box1 .right-box .top-box .left h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #CA0D23;
	line-height:1.5;
}

.page-box1 .left-box .top-box .left::after,
.page-box1 .right-box .top-box .left::after {
	content: '';
	display: block;
	width: 4.3125rem;
	height: 4px;
	background: #e32519;
	position: absolute;
	bottom: 0px;
}

.page-box1 .left-box .top-box .right {
  justify-content:right;
  margin-top:10px;
}

.page-box1 .left-box .top-box .right i {
	padding: 0 4px;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: block;
	line-height:1.5;
}

.page-box1 .left-box .top-box .right a {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding: 0 4px;
	display: block;
	line-height:1.5;
}

.page-box1 .left-box .bottom-box ul {
	margin-top: 1.125rem;
}

.page-box1 .left-box .bottom-box ul li {
	padding: 2.25rem 0px;
	border-bottom: 1px solid #E6E6E6;
}

.page-box1 .left-box .bottom-box ul li a h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #6E6E6E;
	margin-bottom: 1rem;
	transition: .4s;
}

.page-box1 .left-box .bottom-box ul li a:hover h1 {
	color: #e32519;
	padding-left: 10px;
	transition: .4s;
}

.page-box1 .left-box .bottom-box ul li a em i {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C5C5C5;
	margin-left: 8px;
}

.page-box1 .left-box .bottom-box ul li a p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #6E6E6E;
	margin-top: 1.75rem;
}

.page-box1 .left-box .bottom-box ul .page-paging-box {
	text-align: right;
}

.page-box1 .right-box {
	width: 27.25rem;
	padding-left: 3.875rem;
	background-color: #FFF;
	padding-right: 2rem;
}

.page-box1 .right-box .top-box .right a {
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	transition: .4s;
}

.page-box1 .right-box .top-box .right a:hover {
	color: #e32519;
	transition: .4s;
}

.page-box1 .right-box .top-box .right a i {
	margin-left: 10px;
}

.page-box1 .right-box .bottom-box {
	margin-top: 2.5rem;
}

.page-box1 .right-box .bottom-box>a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #E8E8E8;
}

.page-box1 .right-box .bottom-box .img-box {
	width: 100%;
	height: 15.375rem;
	overflow: hidden;
}

.page-box1 .right-box .bottom-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-box1 .right-box .bottom-box a:hover .img-box img {
	transform: scale(1.1);
	transition: .4s;
}

.page-box1 .right-box .bottom-box .title-box {
	padding: 1.5rem;
}

.page-box1 .right-box .bottom-box .title-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #6E6E6E;
	transition: .4s;
}

.page-box1 .right-box .bottom-box a:hover .title-box p {
	color: #e32519;
	transition: .4s;
}

.page-box1 .right-box .bottom-box ul li {
	margin-bottom: 1.125rem;
}

.page-box1 .right-box .bottom-box ul li:last-child {
	margin-bottom: 0px;
}

/* 07专题专栏 */
.page-Overview.page-bac {
	background-color: #F7F7F7;
}

.page-news-box3 .page-top-box>ul>li {
	width: 32.3%;
}

.page-news-box3 ul li a {
	background-color: #F7F7F7 !important;
}

.page-news-box3 ul li a .page-img-box {
	height: 16.25rem;
	overflow: hidden;
}

.page-news-box3 ul li a .page-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-news-box3 ul li a:hover .page-img-box img {
	transform: scale(1.1);
	transition: .4s;
}

.page-news-box3 ul li a .page-title-box {
	padding: 1.5rem;
	background-color: #FFF;
}

.page-news-box3 ul li a .page-title-box h4 {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #424242;
}

.page-news-box3 ul li a .page-title-box .details-right-sher {
	text-align: right;
	margin-top: 3.75rem;
}

.page-news-box3>.page-bottom-box>ul {
	margin-top: 1.25rem;
}

.page-news-box3>.page-bottom-box>.page-paging-box {
	background-color: transparent;
}

/* 08详情页 */
.page-news-box4 {
	margin-left: 2.75rem;
	margin-top: 1.5rem;
}

.page-news-box4 .page-top-box {
	padding-bottom: 2rem;
	border-bottom: 1px dashed #D5D5D5;
}

.page-news-box4 .page-top-box h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height:1.5;
	text-align: center;
}

.page-news-box4 .page-top-box ul {
	margin-top: 3.125rem;
}

.page-news-box4 .page-top-box ul li img {
	margin-right: 7px;
}

.page-news-box4 .page-top-box ul li p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.page-news-box4 .page-top-box ul li span{
	font-size:1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.page-news-box4 .page-top-box ul li .font-max a {
	padding: 0 4px;
	font-size:1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.page-news-box4 .page-body {
	padding-top: 2rem;
	line-height: 2;
	text-align: center;
	padding-bottom: 2rem;
	font-size:18px;
	min-height:300px;
}

.page-news-box4 .page-body p {
	text-align: left;
	margin-bottom:5px;
}

.page-news-box4 .page-body table tbody tr td p,
.page-news-box4 .page-body table tbody tr td,
.page-news-box4 .page-body table tbody tr{
  text-align:center;
}

.page-news-box4 .page-body video{
  max-width:100%;
}

.page-news-box4 .page-body p:last-child{
  margin-bottom:0px;
}

.page-news-box4 .page-body img {
	max-width: 100%!important;
	height:auto!important;
}

.page-news-box4 .page-fanhui {
	border-top: 1px dashed #D5D5D5;
	padding-top: 2.25rem;
	padding-bottom: 6.25rem;
}

.page-news-box4 .page-fanhui .left {
	flex-direction: column;
}

.page-news-box4 .page-fanhui .left a {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	transition: .4s;
}

.page-news-box4 .page-fanhui .left a+a {
	margin-top: 1.25rem;
}

.page-news-box4 .page-fanhui .left a em {
	color: #999999;
	transition: .4s;
}

.page-news-box4 .page-fanhui .left a:hover {
	color: #e32519;
	transition: .4s;
}

.page-news-box4 .page-fanhui .left a:hover em {
	color: #e32519;
	transition: .4s;
}

.page-news-box4 .page-fanhui .right {
	width: 13.1875rem;
	height: 3.125rem;
	margin-left: 2rem;
}

.page-news-box4 .page-fanhui .right a {
	background-color: #e32519;
	justify-content: center;
}

.page-news-box4 .page-fanhui .right a p {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 1rem;
}

/* 09图片新闻 */
.page-box2 .right-box {
	width: 100%;
}

.page-box2 .right-box .bottom-box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-bottom: -1.25rem;
}

.page-box2 .right-box .bottom-box ul li {
	width: 25%;
	margin-bottom: 1.25rem;
}

.page-box2 .right-box .bottom-box ul li a {
	display: block;
	padding: 0 10px;
	background-color: #FFF;
}

.page-box2 .right-box .bottom-box ul li a .title-box {
	background-color: #f7f7f7;
}

.page-box2 .right-box .bottom-box ul li:last-child {
	margin-bottom: auto;
}

.page-shipin .right-box .bottom-box ul li .img-box {
	position: relative;
}

.page-shipin .right-box .bottom-box ul li .img-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.3) url(../img/video.png)center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 11网站地图 */
.page-box3 {
	margin-top: 12.5rem;
	background-color: #F7F7F7;
}

.content {
	width: 100%;
	display: flex;
	background-color: #FFF;
}

.content_c {
	width: 100%;
	min-height: 500px;
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #F7F7F7;
}

.content_l {
	width: 25%;
}

.content_r_1 {
	width: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-around;
}

.content_nei {
	width: 93%;
	margin: 2rem;
}

.dao {
	height: 3.4375rem;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dao_name {
	font-size: 1.25rem;
	font-weight: bold;
	color: #e32519;
}

.dao_name span {
	margin-right: 0.5rem;
}

.yemian {
	color: #888888;
	display: flex;
	align-items: center;
}

.yemian a {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 0.875rem;
}

.yemian>a,
.yemian>span {
	font-size: 1rem;
}

.loca {
	margin-right: 0.1rem;
}

.yemian a {
	color: #888888;
	margin-right: 0.5rem;
}

.yemian a:hover {
	color: #e32519;
}

.really {
	margin-top: 2rem;
}

.guide {
	height: 3.125rem;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
}

.guide_shu {
	width: 5px;
	height: 2.1875rem;
	background-color: #e32519;
	margin-right: 10px;
}

.guide_a a {
	font-size: 1.125rem;
	font-weight: bold;
	color: #e32519;
}

.guide_b {
	display: flex;
	margin-top: 2rem;
	margin-bottom: 1.875rem;
	flex-wrap:wrap;
}

.guide_b li {
  width:20%;
	font-size: 1.125rem;
}

.guide_b li::marker {
	display: none;
	content: '';
}

.guide_b li a {
	display: block;
	margin-bottom: 1.125rem;
	transition: .4s;
}

.guide_b li a:hover {
	color: #e32519;
	transition: .4s;
}

.guide_b li:last-child {
	margin-right: 0px;
}

.guide_b span {
	color: #e32519;
	padding-right: 5px;
}

.guide_c a {
	display: block;
	margin-bottom: 1.125rem;
}

.guide_c {
	font-size: 1rem;
	margin-left: 0.75rem;
}

/* 12意见反馈 */
.page-box3 .page-content-info-box {
	background-size: auto;
}

.page-box3 .page-content-info-box .container {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.page-box3 .page-content-info-box .box-wrap {
	min-height: 300px;
	background-color: #fff;
	padding: 3.125rem;
}

.page-box3 .page-form-box {
	margin-top: 2.5rem;
	padding: 0 4.25rem 2.5rem;
}

.page-box3 .page-form-box .img-box {
	width: 24.625rem;
	height: 43.625rem;
	margin-right: 1.25rem;
}

.page-box3 .page-form-box .img-box:hover i {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.page-box3 .page-form-box .right-form {
	border: 1px solid #ededed;
	padding: 1.875rem;
	position: relative;
}

.page-box3 .page-form-box .right-form::before {
	content: '';
	display: block;
	width: 12px;
	height: 24px;
	background: url(../img/ly-sjx-icon.png) center center no-repeat;
	position: absolute;
	left: -9px;
	top: 50px;
	z-index: 10;
}

.page-box3 .page-form-box .right-form>.title {
	font-size: 1.5rem;
	color: #222;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.page-box3 .page-form-box .right-form>.title img {
	width: 2.125rem;
	margin-right: 1.125rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu {
	width: 48%;
	height: 2.875rem;
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 1.375rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu label {
	height: 100%;
	line-height: 2.875rem;
	font-size: 14px;
	color: #888;
	margin-left: 0.875rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu input {
	padding-left: 10px;
	font-size: 14px;
	color: #888;
	line-height: 2.875rem;
	background-color: transparent;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box {
	padding-right: 1.125rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box label {
	font-size: 14px;
	color: #444;
	position: relative;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box label em {
	margin-left: 5px;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box label input {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	opacity: 0;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box label i {
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	background-size: 100% 100%;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu .radio-box label input:checked+i {
	background: url(../img/gou-icon.png) center center no-repeat;
	border-color: #236bcc;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.title-gropu {
	width: 100%;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.textarea-gropu {
	width: 100%;
	height: 9.75rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.textarea-gropu label {
	height: auto;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.textarea-gropu textarea {
	height: calc(100% - 2.875rem);
	font-size: 14px;
	color: #888;
	line-height: 1.5;
	resize: none;
	background-color: transparent;
	padding-left: 0.875rem;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.code-box .code {
	width: 4.75rem;
	height: 100%;
}

.page-box3 .page-form-box .right-form .gropu-box .form-gropu.code-box .btn {
	width: 30px;
	height: 100%;
	background: url(../img/ref-icon.png) center center no-repeat;
	background-size: 1.125rem 1.125rem;
	margin-right: 1.25rem;
	margin-left: 0.875rem;
}

.page-box3 .page-form-box .right-form .form-btn {
	line-height: 4rem;
	background-color: #e32519;
	border-radius: 4px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	margin-top: 2rem;
}




/* 13简介 */
.page-Overview .right-box .page-news-box5{
	margin-left: 2.75rem;
	margin-top: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
}

.page-Overview .right-box .page-news-box5 p{
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	text-align: left;
}

.page-Overview .right-box .page-news-box5 img{
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* 14新闻列表页 */
.page-server-box {
	margin-top: 3.75rem;
	background-color: #FFF;
}

.page-server-box li {
	border-bottom: 1px dashed #d2d2d2;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-server-box li a {
	padding: 1.75rem 1.125rem;
	width: 100%;
	height: 100%;
}

.page-server-box li .title {
	font-size: 1.125rem;
	color: #333;
	background: url(../img/diandian-icon2.png) left center no-repeat;
	padding-left: 0.875rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-server-box li .time {
	font-size: 14px;
	color: #a5a5a5;
	margin-left: 1.875rem;
}

.page-server-box li:hover {
	background-color: #F7F7F7;
}

.page-server-box li:hover .title {
	color: #e32519;
	background: url(../img/diandian-icon.png) left center no-repeat;
	-webkit-transition: .4s;
}

/* 15子网站 */
.page-zwz-nav {
	margin-top: 6rem;
}

.page-zwz-nav h1{
  text-align:center;
  margin: 12px 0;
	font-size: 2.25rem;
	font-weight: bold;
	color: #e32519;
	margin-bottom: 1.875rem;
}

.page-wz-box .right-box {
	width: 18.75rem;
	background-color: #F1F5F8;
	padding: 0 1.25rem;
	border-top: 2px solid #e32519;
	margin-left: 10px;
}

.page-wz-box .right-box .top-box h1 {
	margin: 12px 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #e32519;
	margin-bottom: 1.875rem;
}

.page-wz-box .right-box .bottom-box ul li {
	margin-bottom: 1.875rem;
}

.page-wz-box .right-box .bottom-box ul li h2 {
	background-color: #e32519;
	color: #FFF;
	font-size: 1.125rem;
	padding: 1rem 10px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.page-wz-box .right-box .bottom-box ul li span {
	line-height: 2.25rem;
	color: #333;
	font-size: 1rem;
	text-align: justify;
	letter-spacing: 1px;
}

.page-wz-box .right-box .bottom-box ul li span a {
	line-height: 2.25rem;
	color: #e32519;
	font-size: 1rem;
	text-align: justify;
	letter-spacing: 1px;
}

.page-wz-box .right-box .bottom-box ul li>a {
	line-height: 2.25rem;
	color: #333;
	font-size: 1rem;
	text-align: justify;
	letter-spacing: 1px;
	display: block;
	transition: .4s;
}

.page-wz-box .right-box .bottom-box ul li>a:hover {
	color: #e32519;
	transition: .4s;
}

.page-wz-box .left-box {
	width: 75.2%;
}

.page-wz-box .left-box .top {
	border-bottom: 1px solid #ccc;
}

.page-wz-box .left-box .top h1 {
	border-left: 0px;
	border-bottom: 3px solid #e32519;
	padding-bottom: 1rem;
	padding-left: 0px;
}

.page-wz-box .left-box .top .right a {
	font-size: 1rem;
	color: #999999;
	transition: .4s;
}

.page-wz-box .left-box .top .right a:hover {
	color: #e32519;
	transition: .4s;
}

.page-wz-box .left-box .wz-bottom .left-zwz,
.page-wz-box .left-box .wz-bottom .left-zwz {
	width: 49%;
}

.myZwx .swiper-wrapper .swiper-slide {
	height: 18.75rem;
}

.myZwx .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myZwx .swiper-wrapper .swiper-slide .bottom-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0)0%, rgba(0, 0, 0, 0.7));
}

.myZwx .swiper-wrapper .swiper-slide .bottom-box p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F7F7F7;
	position: absolute;
	bottom: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 80%;
}

.myZwx .btns {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.myZwx .pagination {
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8E8D8D;
	text-align: right;
	position: absolute;
	z-index: 2;
	bottom: 1.875rem;
	right: 1.875rem;
	padding-right: 10px;
}

.myZwx .pagination .swiper-pagination-bullet {
	color: #FFF;
}

.myZwx .pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
	color: #FFF;
}

.myZwx .prev {
	width: 2rem;
	height: 0.875rem;
	background: url(../img/icon5.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.myZwx .next {
	width: 2rem;
	height: 0.875rem;
	background: url(../img/icon6.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.myZwx {
	--swiper-navigation-color: #FFF;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 1.25rem;
	/* 设置按钮大小 */
}

.page-wz-box .left-box .wz-bottom {
	margin-top: 10px;
	margin-bottom: 3rem;
}

.page-wz-box .left-box .wz-bottom .right-zwz {
	width: 49%;
}

.page-wz-box .left-box .wz-bottom .right-zwz .articleImgBox {
	margin-top: 1.25rem;
}

.page-wz-box .left-box .wz-bottom .right-zwz .articleImgBox h5 {
	font-size: 1.125rem;
	color: #333;
	line-height: 24px;
	min-height: 3rem;
	overflow: hidden;
	text-align: justify;
	font-weight: bold;
}

.page-wz-box .left-box .wz-bottom .right-zwz .articleImgBox p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: justify;
	text-indent: 2em;
}

.page-wz-box .left-box .wz-bottom .right-zwz .articleImgBox a {
	color: #BE1011;
}

/* 通用列表 */
.articleList1 {}

.articleList1 ul {
	padding: 10px 0;
	height: 12.1875rem;
	overflow: hidden;
}

.articleList1 ul li {
	position: relative;
	padding-left: 15px;
}

.articleList1 ul li i {
	position: absolute;
	left: 0;
	top: 1.125rem;
	display: block;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
}

.articleList1 ul li a {
	width: 100%;
	height: 2.25rem;
	font-size: 1rem;
	color: #333333;
	display: block;
}

.articleList1 ul li a span {
	line-height: 2.25rem;
	font-size: 1rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	letter-spacing: 1.15px;
}

.articleList-box .articleList-box2 {
	width: 49%;
}

/*热点专题*/
.hotBox {
	margin-bottom: 30px;
}

.hotBox .head {
	background: #e32519;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	height: 16.25rem;
	line-height: 1.5;
	writing-mode: vertical-lr;
	width: 4.625rem;
	display: flex;
	align-items: center;
	padding-top: 2.5rem;
	justify-content:center;
}

.hotBox .hot-swiper {
	width: calc(100% - 4.625rem);
	height: 16.25rem;
	padding: 0 4.375rem;
	background-color: #F1F5F8;
}

.hotBox .hot-swiper .myHot .swiper-wrapper .swiper-slide a {
	<!--padding-top: 1.5rem;-->
}

.hotBox .hot-swiper .myHot .swiper-wrapper .swiper-slide a .silde-img {
	width: 100%;
	height: 9.375rem;
	margin-bottom: 1.25rem;
}

.hotBox .hot-swiper .myHot .swiper-wrapper .swiper-slide a .silde-img img {
	width: 100%;
	height: 100%;
}

.hotBox .hot-swiper .myHot .swiper-wrapper .swiper-slide a .bottom-box p {
	font-weight: 600;
	color: #333333;
	font-size: 1.0625rem;
	margin-bottom: 0.8125rem;
	line-height: 1.25rem;
	letter-spacing: .5px;
	width: 100%;
	max-height: 2.5rem;
}

.hotBox .hot-swiper .prev {
	width: 3.75rem;
	height: 3.75rem;
	background: url(../img/icon23.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.hotBox .hot-swiper .next {
	width: 3.75rem;
	height: 3.75rem;
	background: url(../img/icon24.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	cursor: pointer;
}

.page-hotBox{
  background-color:#F1F5F8;
}

.page-hotBox .hotBox .head{
  height:22rem;
}

.page-hotBox .hotBox .hot-swiper{
  height:auto;
}

.page-hotBox .hotBox .hot-swiper .myHot .swiper-wrapper .swiper-slide a .silde-img{
  height:15rem;
}

.page-News2{
  padding-top:0px!important;
}

.page-News2 .left-box{
	width: 50%;
}

.page-News2 .right-box{
	width: 50%;
	margin-left: 1.25rem;
	overflow: hidden;
	position: relative;
}

.page-News2 .right-box a{
	display: block;
	width: 100%;
	height: 100%;
}

.page-News2 .right-box a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-News2 .right-box a:hover img{
	transform: scale(1.1);
	transition: .4s;
}

.page-News2 .right-box a p{
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-size: 1rem;
	padding:10px;
	line-height: 1.5;
	width: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0)0%, rgba(0, 0, 0, 0.7));
}