﻿/* 首页-start */
.m-mzw-swiper-a1{
	overflow: hidden;
	position: relative;
}
.m-mzw-swiper-a1 .con{
	display: block;
	overflow: hidden;
}
.m-mzw-swiper-a1 .pic{
	height: 0;
	padding-top: 31.25%;
	overflow: hidden;
	position: relative;
}
.m-mzw-swiper-a1 .swiper-button-prev,
.m-mzw-swiper-a1 .swiper-button-next{
	width: 0.52rem;
	height: 0.9rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	cursor: pointer;
	margin-top: 0;
	transform: translateY(-50%);
}
.m-mzw-swiper-a1 .swiper-button-prev{
	background-image: url(../images/icon/icon-arrow-left-a1.png);
	left: 0.15rem;
}
.m-mzw-swiper-a1 .swiper-button-next{
	background-image: url(../images/icon/icon-arrow-right-a1.png);
	right: 0.15rem;
}
.m-mzw-swiper-a1 .swiper-button-prev::after,
.m-mzw-swiper-a1 .swiper-button-next::after{
	display: none;
}
.m-mzw-swiper-a1 .swiper-slide-active .pic{
	animation: myscale 5s linear .3s forwards;
}

.row-a2{
	padding-bottom: 0.44rem;
}
.row-a2 .row-a2-1{
	padding: 0.29rem 0 0.13rem;
}

.ul-mzw-pictxt-a1 .con{
	display: block;
	transition: .4s;
}
.ul-mzw-pictxt-a1 .pic{
	height: 0;
	padding-top: 67.616%;
	overflow: hidden;
	position: relative;
}
.ul-mzw-pictxt-a1 .txt{
	padding: 0.12rem 0.1rem 0.15rem;
	border: 1px solid rgb(184, 184, 184);
	background-color: #fff;
}
.ul-mzw-pictxt-a1 .date{
	font-size: 0.14rem;
	color: rgb(137, 18, 20);
	margin-bottom: 0.06rem;
}
.ul-mzw-pictxt-a1 .tit{
	height: 0.48rem;
	min-height: 0.36rem;
	overflow: hidden;
	font-size: 0.16rem;
	color: rgb(51, 51, 51);
	text-align: justify;
}
.ul-mzw-pictxt-a1 .con:hover{
	box-shadow: 0 0.05rem 6.0.65rem 0.0.35rem rgba(0, 0, 0, 0.3);
}

.ul-mzw-news-a1 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-column-gap: 0.4rem;
}
.ul-mzw-news-a1 li{
	margin-bottom: 8px;
}

    .ul-mzw-news-a1 li:nth-child(9),
    .ul-mzw-news-a1 li:nth-child(10) {
        margin-bottom: 0;
    }


.ul-mzw-news-a1 li:last-child{
	margin-bottom: 0;
}
.ul-mzw-news-a1 .con{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.ul-mzw-news-a1 .date{
	width: 55px;
	height: 51px;
	background-image: url(../images/icon/icon-a3-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 12px;
	color: rgb(51, 51, 51);
	text-align: center;
	padding-top: 24px;
	box-sizing: border-box;
	margin-right: 6px;
}
.ul-mzw-news-a1 .tit{
	padding: 4px 0px 1px 4px;
	font-weight: normal;
	overflow: hidden;
	border-bottom: 1px dotted rgb(181, 181, 181);
	flex: 1;
}
.ul-mzw-news-a1 .tit span{
	height: 56px;
	min-height: 42px;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.65;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ul-mzw-news-a1 .con:hover .date{
	background-image: url(../images/icon/icon-a3-2.png);
	animation: mzw-animate2 .4s linear;
}

@keyframes mzw-animate2{
	0%{background-image: url(../images/icon/icon-a3-1.png);}
	100%{background-image: url(../images/icon/icon-a3-2.png);}
}
.ul-mzw-news-a1 .con:hover .tit span{
	color: rgb(137, 18, 20);
        padding-left:0.05rem;
        font-weight:bold;
}

.ibanner{
	width: 490px;height: 340px;
	overflow: hidden;
	position: relative;
}
.ibanner .hd {
	height: 0.2rem;
	overflow: hidden;
	position: absolute;
	right: 2%;
	bottom: 0.13rem;
	z-index: 1;
}
.ibanner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.ibanner .hd ul li {
	float: left;
	margin: 0.05rem 0.06rem 0 0;
	width: 0.08rem;
	height: 0.08rem;
	line-height: 0.08rem;
	text-align: center;
	border:1px solid #fff;
    background:#fff;
    cursor: pointer;
    /*opacity: 0.5;*/
    border-radius: 0.5rem;
}
.ibanner .hd ul li.on {
	background: rgb(107, 8, 9);
	border:1px solid rgb(107, 8, 9);
	width: 0.15rem;
	height: 0.08rem;
    line-height: 0.08rem;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
	position: relative;
	z-index: 0;
}
.ibanner .bd li h1 {
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/litpic/tt_bg.png);
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	line-height: 46px;
	z-index: 999;
	padding: 0 60px 0 20px;
}
.ibanner .bd li h1 a {
	color: #ffffff;
	display: block;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ibanner .bd li h1 a:hover {
	font-size: 17px;
	color:rgb(137, 18, 20);
}
.ibanner .bd li .pic{
	/* height: calc(248px + 0.32rem); */
	height: 340px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.ibanner .bd img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.ibanner .bd li img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.row-a3{
	padding-bottom: 0.53rem;
}
.row-a3 .row-a3-1{
	margin-bottom: 0.12rem;
}
.row-a3 .row-a3-3{
	padding-top: 0.1rem;
}
.row-a3 .g-mzw-title-a1 .title-tit{
	padding-right: 0;
}

.ul-mzw-news-a2 .con{
	display: block;
	overflow: hidden;
	line-height: 42px;
}
.ul-mzw-news-a2 .tit{
	float: left;
	width: 85%;
	transition: .4s;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: normal;
}

.ul-mzw-news-a2 .tit:hover {
    padding-left: 10px;
    font-weight:bold;
}

.ul-mzw-news-a2 .tit::before{
	content: '';
	display: block;
	background-color: rgb(176, 176, 176);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}

/*新增部分*/
.ul-mzw-news-a2 .tit1{
	float: left;
	width: 100%;
	transition: .4s;
	/*position: relative;
	padding-left: 0.15rem;*/
	box-sizing: border-box;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: normal;
}
.ul-mzw-news-a2 .tit1:hover {
    padding-left: 5px;
	font-weight:bold;
	color:rgb(137, 18, 20);
}

.ul-mzw-news-a2 .tit1::before{
	content: '';
	display: none;
	background-color: rgb(176, 176, 176);
	width: 0.04rem;
	height: 0.04rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}
.ul-mzw-news-a2 .tit1 i{
	color:#fff;
	background:rgb(137, 18, 20);
	width: 25%;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: -webkit-linear-gradient(left,  #F39146,rgb(137, 18, 20)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #F39146,rgb(137, 18, 20)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,  #F39146,rgb(137, 18, 20)); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #F39146,rgb(137, 18, 20)); /* æ ‡å‡†çš„è¯­æ³• */margin-right: 10px;
	padding:0 10px;
	float: left;
	margin-top:10px;
	font-style: normal;
}


.ul-mzw-news-a2 .date{
	float: right;
	width: 15%;
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: right;
	transition: .4s;

}
.ul-mzw-news-a2 .con:hover .tit,
.ul-mzw-news-a2 .con:hover .date{
	color: rgb(137, 18, 20);
}
.ul-mzw-news-a2 .con:hover .tit::before{
	background-color: rgb(137, 18, 20);
}

.ul-mzw-litpic-a1{
	height: 234px;
	overflow: hidden;
}
.ul-mzw-litpic-a1 ul{
	display: flex;
	flex-direction: column;
}
.ul-mzw-litpic-a1 li{
	text-align:center; zoom:1;height:98px;
	margin-bottom: 13px;
}
.ul-mzw-litpic-a1 .pic{
	display: block;
	width: 100%;
	overflow: hidden;
}
.ul-mzw-litpic-a1 .con{
	display: block;
}

.ul-mzw-litpic-a1 .swiper-slide{
	height: auto;
}
.ul-mzw-litpic-a1 .swiper-wrapper{
	transition-timing-function: linear !important;
}

.picMarquee-top{ margin:0 auto;overflow:hidden; position:relative;height:234px;}
.picMarquee-top .hd{ overflow:hidden;}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{ text-align:center; zoom:1; margin-bottom:15px;}
.picMarquee-top .bd ul li .pic{ text-align:center; }
.picMarquee-top .bd ul li .pic a {height:83px; }
.picMarquee-top .bd ul li .pic img{ width:100%; height:83px; display:block;	transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;}
.picMarquee-top .bd ul li .pic a:hover img{	transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2); }


.ztimglist{overflow: hidden;}
.ztimglist ul{height:83px; }
.ztimglist li{float: left;width: 24.25%;margin-right:1%;height:83px; }
.ztimglist li:last-child {margin-right:0%;}
.ztimglist li img{height:83px;width: 100%;}







@keyframes animate1{
	0%{transform: translateY(0);}
	100%{transform: translateY(-339px);}
}

.row-a4{
	background: url(../images/litpic/bgpic-a1.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 0.45rem 0 0.93rem;
}
.row-a4 .row-a4-2{
	padding: 0.2rem 0 0.47rem;
}

.m-mzw-swiper-a2{
	overflow: hidden;
}
.m-mzw-swiper-a2 .swiper-con{
	overflow: hidden;
	position: relative;
}
.m-mzw-swiper-a2 .con{
	width: 7.93rem;
	transform: translateX(-30.5%);
	position: relative;
}
.m-mzw-swiper-a2 .pic{
	height: 0;
	padding-top: 58.764%;
	overflow: hidden;
	position: relative;
}
.m-mzw-swiper-a2 .txt,
.m-mzw-swiper-a2 .swiper-title{
	width: 100%;
	font-size: 0.24rem;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.m-mzw-swiper-a2 .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgb(137, 18, 20,0.4);
	padding: 0.1rem 0;
	opacity: 0;
	transition: 1s;
}
.m-mzw-swiper-a2 .swiper-title{
	padding-top: 0.1rem;
}
.m-mzw-swiper-a2 .tit{
	font-weight: normal;
}
.m-mzw-swiper-a2 .swiper-button-prev,
.m-mzw-swiper-a2 .swiper-button-next{
	width: 0.56rem;
	height: 0.56rem;
	overflow: hidden;
	background-repeat: no-repeat;
}
.m-mzw-swiper-a2 .swiper-button-prev{
	background-image: url(../images/icon/icon-arrow-left-a2.png);
	left: 20%;
}
.m-mzw-swiper-a2 .swiper-button-next{
	background-image: url(../images/icon/icon-arrow-right-a2.png);
	right: 20%;
}
.m-mzw-swiper-a2 .swiper-button-prev::after,
.m-mzw-swiper-a2 .swiper-button-next::after{
	display: none;
}
.m-mzw-swiper-a2 .swiper-slide{
	z-index: 3;
	transition-duration: 1s;
}
.m-mzw-swiper-a2 .swiper-slide-prev,
.m-mzw-swiper-a2 .swiper-slide-next{
	z-index: 4;
}
.m-mzw-swiper-a2 .swiper-slide-active{
	z-index: 5;
}
.m-mzw-swiper-a2 .swiper-slide-active .txt{
	opacity: 1;
}
.m-mzw-swiper-a2 .swiper-slide{
	transform: scale(0.74) !important;
}
.m-mzw-swiper-a2 .swiper-slide-prev,
.m-mzw-swiper-a2 .swiper-slide-next,
.m-mzw-swiper-a2 .swiper-slide-duplicate-prev,
.m-mzw-swiper-a2 .swiper-slide-duplicate-next{
	transform: scale(0.84) !important;
}
.m-mzw-swiper-a2 .swiper-slide-active,
.m-mzw-swiper-a2 .swiper-slide-duplicate-active{
	transform: scale(1) !important;
}

.row-a5{
	padding: 0.3rem 0 0.05rem;
}
.row-a7{
	padding: 0.3rem 0;
}
.ul-mzw-pictxt-a2{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.ul-mzw-pictxt-a2 li{
	margin-bottom: 0.2rem;
}
.ul-mzw-pictxt-a2 .con{
	display: block;
}
.ul-mzw-pictxt-a2 .litpic{
	width: calc(0.9rem + 6px);
	height: calc(0.9rem + 6px);
	/* padding: 2px; */
	border: 1px solid rgb(137, 18, 20);
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.18rem;
}
.ul-mzw-pictxt-a2 .pic{
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: rgb(137, 18, 20);
	transition: .4s;
}
.ul-mzw-pictxt-a2 .txt{
	text-align: center;
}
.ul-mzw-pictxt-a2 .tit{
	font-size: 16px;
	color: rgb(137, 18, 20);
	font-weight: normal;
}
.ul-mzw-pictxt-a2 .con:hover .pic{
	background-color: #F39146;
}


.row-a6{
	background-color: rgb(239, 238, 238);
	padding: 0.2rem 0 ;
}
.row-a6 .row-a6-1{
	padding-bottom: 0.09rem;
}
.row-a6 .row-a6-2{}

.m-mzw-links-a1 li{
	float: left;
	margin-right: 0.7rem;
	padding-right: 15px;
	background: url(../images/icon/icon-a5.png) no-repeat right center;
	background-size: 6px auto;
}
.m-mzw-links-a1 li:last-child{
	margin-right: 0;
}
.m-mzw-links-a1 .link{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: rgb(51, 51, 51);
	cursor: pointer;
	transition: .6s;
}
.m-mzw-links-a1 .link:hover{
	color: rgb(137, 18, 20);
	transform: translateX(-2px);
}

/*新增部分*/
.special {
    overflow: hidden;
}
.special ul{
    overflow: hidden;
}
.special ul li{
    float: left;
    width: 330px;
    margin: 0.3rem 0.3rem 0.2rem 0;
    position:relative;
}
.special ul li a{
    display: block;
    overflow: hidden;
    position: relative;
}

.special ul li a p {
	width: 100%;
	box-sizing: border-box;
    font-size: 16px;
    color:#fff;
    background:url(../images/litpic/tt_bg.png);
    position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.1rem 0.15rem;
	transition: 1s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.special ul li a img{
    width: 330px;
    height: 220px;
    transition: .4s;

}
.special ul li a:hover img{
    transform: scale(1.1);color: rgb(137, 18, 20);
    font-size: 17px;
}

/* 首页-end */

/* 组织机构-start */
.m-mzw-models-b1{
	padding-right: 0.22rem;
	overflow: hidden;
	padding-top: 0.95rem;
}
.m-mzw-models-b1 .models-item{
	overflow: hidden;
	display: grid;
	grid-template-columns: 0.5rem calc(100% - 0.5rem);
	margin-bottom: 1.05rem;
}
.m-mzw-models-b1 .models-tit{
	background-color: rgb(137, 18, 20);
	min-height: 3.16rem;
	/* width: 0.56rem;
	height: 3.74rem;
	float: left; */
	font-size: 0.24rem;
	color: rgb(255, 255, 255);
	line-height: 0.56rem;
	text-align: center;
	writing-mode:vertical-lr;
	letter-spacing: 0.06rem;
}
.m-mzw-models-b1 .models-list{
	/* width: calc(100% - 0.56rem);
	float: left; */
	background: url(../images/icon/bgpic-a3.jpg) no-repeat right bottom;
	background-size: cover;
	padding: 0.22rem 0.2rem;
	box-sizing: border-box;
}
.m-mzw-models-b1 ul{
	overflow: hidden;
}
.m-mzw-models-b1 li{
	float: left;
	width: 20%
}
.m-mzw-models-b1 .con{
	display: block;
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	padding: 0.22rem 0;
	margin: 0 0.04rem;
	transition: .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.m-mzw-models-b1 .con:hover{
	color: rgb(137, 18, 20);
}
/* 组织机构-end */

/* 图片列表-start */
/*校园剪影*/
.gallery ul{
    margin: 14px 0;
    overflow: hidden;
}
.gallery ul li{
    float: left;
    width: 33.333%;
    margin-bottom: 0.77rem;
    text-align: center;
}
.gallery ul li a{
    height: 0;
    padding-top: 62.424%;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 0.1rem;
    overflow: hidden;
}
.gallery ul li a img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
        vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .4s;
}
.gallery ul li a:hover img{
    transform: scale(1.10);
}
.gallery ul li p {
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;background: #efefef;margin:0 .1rem;border: 1px solid #e5e5e5;border-top: 2px solid rgb(137, 18, 20);text-align: center;font-size: 16px;
}


.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 99999;
}
.modal-img{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}
.modal-img img{
    max-width: 650px;
}
.modal ul{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.modal ul li{
    display: inline-block;
        font-size: 16px;
    color: #fff;
}
.modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat -108px -22px;
}
.modal .prev,
.modal .next{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    height: 65px;
    transform: translateY(-50%);
    background: url(../images/icons.png) no-repeat 0 0;
}
.modal .next{
    left: auto;
    right: 20px;
    background-position-x: -45px;
}
/* 图片列表-end */

/* 列表-start */
.ul-mzw-news-a3{
	padding-top: 0.5rem;
}
.ul-mzw-news-a3 li{
	margin: 0.1rem 0;
}
.ul-mzw-news-a3 .con{
	display: block;
	/* height: 0.65rem; */
	padding: 0.07rem 0;
	transition: .4s;
}
.ul-mzw-news-a3 .title{
	background-color: rgb(246, 246, 246);
	padding: 0.18rem 0.9rem 0.18rem 0.4rem;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	font-size: 0.16rem;
	line-height: 1.875;
	transition: .4s;
}
.ul-mzw-news-a3 .title::after{
	content: '';
	display: block;
	width: 0.26rem;
	height: 0.12rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-image: url(../images/icon/icon-a7-1.png);
	transition: .4s;
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.ul-mzw-news-a3 .date,
.ul-mzw-news-a3 .tit{
	display: inline;
	transition: .4s;
}
.ul-mzw-news-a3 .date{
	color: rgb(137, 18, 20);
}
.ul-mzw-news-a3 .date .line1{
	padding: 0 0.15rem;
}
.ul-mzw-news-a3 .tit{
	font-size: 0.16rem;
	color: rgb(51, 51, 51);
	font-weight: normal;
}
.ul-mzw-news-a3 .con:hover,
.ul-mzw-news-a3 .con:hover .title{
	background-color: rgb(137, 18, 20);
}
.ul-mzw-news-a3 .con:hover .title::after{
	background-image: url(../images/icon/icon-a7-2.png);
}
.ul-mzw-news-a3 .con:hover .date,
.ul-mzw-news-a3 .con:hover .tit{
	color: #fff;
}
/* 列表-end */

/* 内容-start */
.m-mzw-details-a1{
	padding-top: 0.46rem;
    margin-bottom:40px;
}
.m-mzw-details-a1 .row1{
	padding-bottom: 0.87rem;
}
.m-mzw-details-a1 .tit{
	font-size: 24px;
	color: rgb(137, 18, 20);
	line-height: 1.5;
	text-align: center;
}
.m-mzw-details-a1 .date{
    border-bottom: solid 1px #e1e1e1;
    margin: 0 auto 20px;
    color: #999;
    padding: 20px 0;
    text-align: center;
}
.m-mzw-details-a1 .txt{
	font-size: 16px;
	color: #000;
	line-height: 32px;    word-wrap: break-word;/*word-break: break-all;*/
}
.m-mzw-details-a1 .txt img{

    max-width:700px;
    height:auto;
}
.m-mzw-details-a1 .txt p{
	text-indent: 2em;
    margin-bottom:10px;
    text-align:justify;
    font-family:楷体;
    font-size:20px;
    line-height:32px;
    word-break: break-all;
}

.m-mzw-details-a1 .txt1 p{
    font-family:宋体;
    margin-bottom:10px;
    text-align:justify;
    font-size:16px;
    line-height:32px;
    word-break: break-all;
}



.luokuan {
     float:right;
     font-family: 楷体;
     font-size:18px;
     color:#000;    clear: both;
     /*font-weight:800;*/
}
.luokuan1 {float:right;margin-bottom:60px;color:#000;font-size:16px;font-family: 楷体;}
.luokuan li {line-height:40px;}
.luokuan li span{ text-align:justify;text-align-last:justify;text-justify:distribute-all-lines;width:75px;float:left;}


.m-mzw-details-a1 .row2{
	border-top: 1px solid #e7e4e4;
	padding-top: 0.2rem;
	padding-bottom: 0.6rem;margin-top: 0.6rem;
}
.m-mzw-details-a1 .share{
	padding: 0.3rem 0;
}
.m-mzw-details-a1 .page-next{
	display: block;
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 2;
	transition: .4s;
}
.m-mzw-details-a1 .page-next:hover{
	color: rgb(137, 18, 20);
}

.m-mzw-share-a1{
	display: flex;
	align-items: center;
}
.m-mzw-share-a1 .share-tit{
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	margin-right: 0.15rem;
}
.m-mzw-share-a1 .share-list{
	overflow: hidden;
}
.m-mzw-share-a1 .share-item{
	margin-left: 0.22rem;
	float: left;
}
.m-mzw-share-a1 .share-item:first-child{
	margin-left: 0;
}
.m-mzw-share-a1 .share-con{
	display: block;
}
.m-mzw-share-a1 .share-pic{
	width: 0.29rem;
	height: 0.29rem;
	overflow: hidden;
}




.zsjyc{width:1000px;height:600px;margin:10px auto;background:url(../images/zsjyc.jpg) no-repeat;}
.zsjycdiv {padding-top:400px;text-align: center;}
.zsjyc .btn{height:52px;margin:0 20px;    padding: 10px 20px; border:2px solid #fff;border-radius:52px;text-align:center;color:#fff;line-height:52px;font-size:28px;transition: .4s;    background: linear-gradient(to right, #F39146,rgb(137, 18, 20));}
.zsjyc .btn:hover {color:rgb(235, 172, 23);border:2px solid rgb(235, 172, 23);}

/* 内容-end */

@media only screen and (max-width:1700px) {
	
	/* 组织机构-start */
	.m-mzw-models-b1 .models-item{
		grid-template-columns: 40px calc(100% - 40px);
	}
	.m-mzw-models-b1 .models-tit{
		font-size: 20px;
		line-height: 40px;
		min-height: 275px;
	}
	/* 组织机构-end */
	
	/* 列表-start */
	.ul-mzw-news-a3 .title,
	.ul-mzw-news-a3 .tit{
		font-size: 16px;
	}
	/* 列表-end */
	
	/* 内容-start */
	.m-mzw-details-a1 .tit{
		font-size: 24px;
	}
	/* 内容-end */
}

@media only screen and (max-width:1600px) {
	/* 图片列表-start */
	.ul-mzw-litpic-a2 .tit{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.ul-mzw-litpic-a2 .txt::before{
		height: 40px;
	}
	/* 图片列表-end */
}


@media only screen and (max-width:1300px) {
	/* 组织机构-start */
	.m-mzw-models-b1 li{
		float: left;
		width: 25%
	}
	/* 组织机构-end */
	
	/* 图片列表-start */
	.ul-mzw-litpic-a2 li{
		width: 50%;
	}
	/* 图片列表-end */
}
@media only screen and (max-width:1260px) {
	/* .mzw-row2{
		grid-template-columns: 30% 38% 27%;
	} */
	.ul-mzw-news-a2 .tit{
		width: calc(100% - 40px);
	}
	.ul-mzw-news-a2 .date{
		width: 40px;
	}
}
@media only screen and (max-width:1200px) {
	
	/* 首页-start */
	/* .row-a2 .mzw-row1{
		grid-template-columns: 50% 50%;
	} */
	.ul-mzw-news-a1{
		display: block;
	}
	.ul-mzw-news-a1 li{
		display: none;
	}
	.ul-mzw-news-a1 li:nth-child(1),
	.ul-mzw-news-a1 li:nth-child(2),
	.ul-mzw-news-a1 li:nth-child(3),
	.ul-mzw-news-a1 li:nth-child(4),
    .ul-mzw-news-a1 li:nth-child(5){
		display: block;
	}
	/* 首页-end */
	
	/* 组织机构-start */
	.m-mzw-models-b1 li{
		float: left;
		width: 33.333%
	}
	/* 组织机构-end */
}

@media only screen and (max-width: 999px) {


    .picMarquee-top {width:100%;}
    .picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
    .picMarquee-top .bd ul li{ text-align:center; zoom:1; margin-bottom:15px;}
    .picMarquee-top .bd ul li .pic img{ width:100%; height:auto; display:block;}

.row-a7{padding:0 0 0.3rem 0;}
.ztimglist ul{height:60px;}
.ztimglist li{width:48%;margin-right: 1%;height:60px;}
.ztimglist li img{width:100%;height:60px;}
    .row-a3 .row-a3-3 {padding-top:0;
    }
    #fileExt {
            margin: 0!important;
            display: inline!important;    
            width: auto!important;
    }



	/* 首页-start */
	.row-a1{
		margin-bottom: 0px;
	}
	.row-a1 .wp1600{
		padding: 0;
	}
    .ul-mzw-news-a1 .con {
    
    }
	
	.m-mzw-swiper-a1 .swiper-button-prev,
	.m-mzw-swiper-a1 .swiper-button-next{
		width: 26px;
		height: 45px;
	}
	.m-mzw-swiper-a1 .swiper-button-prev{
		left: 10px;
	}
	.m-mzw-swiper-a1 .swiper-button-next{
		right: 10px;
	}
	
	.row-a2{
		padding-bottom: 0;
	}
	.row-a2 .row-a2-1{
		padding: 0 0 3px;
	}
	.row-a2 .mzw-row1{
		display: block;
	}
	.row-a2 .mzw-row1 .mzw-col{
		display: block;
		margin-bottom: 20px;
	}
	.ibanner{
		width: 100%;height:238px;
	}
	/* .ibanner .bd{
		height: auto;
	} */
	.ibanner .bd li .pic{
		width: 100%;
		height: 0;
		padding-top: 64%;
		overflow: hidden;
		position: relative;
	}
	.ibanner .bd img{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.ibanner .bd li img:hover{
		transform: translateX(-50%) scale(1.2);
		-webkit-transform: translateX(-50%) scale(1.2);
		-moz-transform: translateX(-50%) scale(1.2);
	}
	.ibanner .bd li h1{
		padding-right: 65px;
	}
	
	.ul-mzw-news-a1{
		display: block;
	}
	
	.row-a3{
		padding-bottom: 0;
	}
	.mzw-row2{
		display: block;
	}
	.mzw-row2 .mzw-col:nth-child(1){
		padding-bottom: 10px;
	}
	.mzw-row2 .mzw-col:nth-child(2),
	.mzw-row2 .mzw-col:nth-child(3){
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	
	.ul-mzw-litpic-a1{
		width: 100%;
	}
	
	.row-a4{
		padding: 10px 0;height:250px;
	}
	.row-a4 .row-a4-2{
		padding: 0 0 40px;
	}
	
	.row-a5{
		padding: 40px 0 20px;
	}
	.ul-mzw-pictxt-a2{
		flex-wrap: wrap;
	}
	.ul-mzw-pictxt-a2 li{
		width:33.33333%;
	}
	.row-a6{
		padding: 10px 0;
	}
	.m-mzw-links-a1 li{
		margin-right: 20px;
	}


.special ul li{
    float: left;
    width: 50%;
    margin: 1% 0.5%;
    position:relative;
}
.special ul li a{
    display: block;
    overflow: hidden;
    position: relative;
}

.special ul li a p {
	width: 100%;
	box-sizing: border-box;
    font-size: 16px;
    color:#fff;
    background:url(../images/litpic/tt_bg.png);
    position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.1rem 0.15rem;
	transition: 1s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.special ul li a img{
    width: 100%;
    height: 120px;
    transition: .4s;

}
.special ul li a:hover img{
    transform: scale(1.1);color: rgb(137, 18, 20);
    font-size: 17px;
}




















	/* 首页-end */
	
	/* 组织机构-start */
	.m-mzw-models-b1{
		padding-top: 0;
		padding-right: 0;
	}
	.m-mzw-models-b1 li{
		float: left;
		width: 50%
	}
	.m-mzw-models-b1 .models-item{
		display: block;
		margin-bottom: 40px;
	}
	.m-mzw-models-b1 .models-tit{
		min-height: unset;
		writing-mode: horizontal-tb;
	}
	.m-mzw-models-b1 .models-list{
		padding: 10px;
	}
	.m-mzw-models-b1 .con{
		padding: 10px;
	}
	/* 组织机构-end */
	
	/* 图片列表-start */
	.gallery ul li{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
        .gallery ul li a {    padding-top: 48.424%;
        }
	/* 图片列表-end */
	
	/* 列表-start */
	.ul-mzw-news-a3{
		padding-top: 0;
	}
	.ul-mzw-news-a3 .con{
		padding: 5px 0;
	}
	.ul-mzw-news-a3 .title{
		padding: 8px 10px;
		color: #fff;
	}
	.ul-mzw-news-a3 .con,
	.ul-mzw-news-a3 .con:hover{
		background-color: rgb(246, 246, 246);
	}
	.ul-mzw-news-a3 .title::after{
		display: none;
	}
	.ul-mzw-news-a3 .date .line1{
		padding: 0 5px;
	}
	/* 列表-end */
	
	/* 内容-start */
	.m-mzw-details-a1{
		padding-top: 0;
	}
	.m-mzw-details-a1 .row1{
		padding-bottom: 40px;
	}
	.m-mzw-details-a1 .txt{
		line-height: 1.875;
	}
	.m-mzw-details-a1 .txt img{
	width: 100%!important;   
        text-indent: 0em!important;
    margin: 0 auto!important;
    display: block!important;
    height: auto!important;
	}
	.m-mzw-details-a1 .row2{
		padding-bottom: 40px;
	}
	/* 内容-end */


.bt .l {
    float: none;
    width: 100%!important;
    max-width: 100%;
}
.bt .r {
    float: none;
    width: 100%!important;
    max-width: 100%!important;
    margin:20px auto;
}

    .subnav3 {
    margin-top:15px;}
        .subnav3 ul li {    margin: 0 5px!important;    font-size: 15px!important;
        }

    .m-mzw-details-a1 .tit {
    margin-top:20px;}

}


.Annex {
    margin-top: 30px;
    color: #1f6784;
}
.Annex ul li {
    height: 32px;
    line-height: 32px;
}
.bt .l {
    float: left;
    width: 70%;
}
.bt .r {
    float: right;
    max-width: 30%;
}
.gpCmsImg {
    text-align: center!important;
    text-indent: 0em;
}

.subnav3{margin-bottom: 15px;}
.subnav3 ul{overflow-y:hidden;overflow-x: auto;white-space: nowrap;text-align: center; padding-bottom: 10px}
.subnav3 ul li{font-size: 18px;margin: 0 12px;position: relative;padding-bottom: 15px;display: inline-block;}
.subnav3 ul li a{color: rgb(51, 51, 51);letter-spacing:1px;}
.subnav3 ul li.on a{color: rgb(137, 18, 20)}
.subnav3 ul li.on{background: url(../images/sub3line.png) no-repeat bottom center;} 
.subnav3 ul::-webkit-scrollbar{height:4px}
.subnav3 ul::-webkit-scrollbar-track{border-radius:5px;background: #eee}
.subnav3 ul::-webkit-scrollbar-thumb{border-radius:5px;background:rgb(137, 18, 20);}



.gpCmsVideo {text-indent:0em!important;}






.nav .models{
	top: 100%;
}

.mzw-row1{
	display: block;
	overflow: hidden;
}
.row-a2-2.mzw-row1 .mzw-col,
.row-a2-2.mzw-row1 .ul-mzw-news-a1{
	float: left;
}
.row-a2-2.mzw-row1 .mzw-col{
	width: 490px;
	margin-right: 0.4rem;
}
.row-a2-2.mzw-row1 .ul-mzw-news-a1{
	width: calc(100% - 490px - 0.4rem);
}

.ul-mzw-news-a1{
	display: block;
	overflow: hidden;
}
.ul-mzw-news-a1 li{
	width: 50%;
	float: left;
}
.ul-mzw-news-a1 li:nth-child(2n+1) .con{
	margin-right: 0.2rem;
}
.ul-mzw-news-a1 li:nth-child(2n) .con{
	margin-left: 0.2rem;
}
.ul-mzw-news-a1 .tit span{
	display: block;
	display: -webkit-box;
}

.mzw-row2{
	display: block;
	overflow: hidden;
}
.mzw-row2 .mzw-col{
	float: left;
	width: 32%;
	margin-right: 0.4rem;
}
.mzw-row2 .mzw-col:nth-child(3){
	width: calc(36% - 0.8rem);
	margin-right: 0;
}

@media only screen and (max-width: 1200px) {
	.ul-mzw-news-a1 li{
		float: none;
		width: 100%;
	}
	.ul-mzw-news-a1 li:nth-child(2n+1) .con{
		margin-right: 0;
	}
	.ul-mzw-news-a1 li:nth-child(2n) .con{
		margin-left: 0;
	}
}

@media only screen and (max-width: 999px) {
	.row-a2-2.mzw-row1 .mzw-col,
	.row-a2-2.mzw-row1 .ul-mzw-news-a1{
		float: none;
	}
	.row-a2-2.mzw-row1 .mzw-col,
	.row-a2-2.mzw-row1 .ul-mzw-news-a1{
		width: 100%;
		margin-right: 0;
	}
	
	.mzw-row2 .mzw-col,
	.mzw-row2 .mzw-col:nth-child(3){
		float: none;
		width: 100%;
		margin-right: 0;
	}

    video {
            width: 100%;
            height:auto;
    }
}






