
.footer .link {
    background-color: #7d7d7d;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #FFF;
}

.footer .link .tit {
    font-size: 22px;
}

.footer .link a {
    color: #FFF;
    margin-right: 20px;
}

.footer .link a:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .footer .link a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1600px) {
    .footer .link .tit {
        font-size: 20px;
    }
    .footer .link a {
        margin-right: 15px;
    }
}

@media (max-width:1400px) {
    .footer .link .tit {
        font-size: 18px;
    }
    .footer .link a {
        margin-right: 10px;
        font-size: 15px;
    }
}

@media (max-width:1300px) {
    .footer .link .tit {
        font-size: 16px;
    }
    .footer .link a {
        font-size: 14px;
    }
}

@media (max-width:1199px) {
    .footer .link {
        height: auto;
        line-height: 2;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .footer .link .container {
        display: flex;
    }
    .footer .link .tit {
        font-size: .26rem;
    }
    .footer .link .con {
        flex: 1;
        padding-top: .03rem;
    }
    .footer .link a {
        font-size: .24rem;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    bottom: 20px;
    z-index: 2;
    display: none !important;
}

.banner .slick-dots li button {
    display: block !important;
}

.banner .slick-dots li.slick-active button:before {
    color: #ba2d35;
    opacity: 1;
}

@media (max-width:1199px) {
    .banner img {
        width: auto;
        height: 5.4rem;
    }
}

.public-title .cn {
    font-size: 30px;
    font-weight: 500;
}

.public-title .en {
    color: #b10913;
    background: url(../images/p1.png)no-repeat left center;
    text-transform: uppercase;
    width: 130px;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: 10px;
}

.more {
    background: url(../images/more.png)no-repeat right top;
    padding-right: 25px;
    padding-top: 10px;
    color: #999;
}

@media (min-width:1025px) {
    .more:hover {
        text-decoration: underline;
    }
}

.home-news {
    margin-top: 25px;
}

.home-news .public-title .title {
    background: url(../images/p2.png)no-repeat right 10px;
    padding-right: 90px;
}

.home-news .content {
    margin-top: 20px;
}

.home-news .focus {
    width: 568px;
    overflow: hidden;
	background-color: rgb(186, 45, 53);
}

.home-news .focus .item{
	overflow: hidden;
	position: relative;
}

.home-news .focus .pic {
    height: 362px;
    overflow: hidden;
}

.home-news .focus .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.home-news .focus .text-content {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	box-sizing: border-box;
    color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.home-news .focus .text-content .tit {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}

.home-news .focus .slick-dots {
    z-index: 1;
    bottom: 45px;
    left: 50%;
    width: 330px;
	transform: translateX(-50%);
}

.home-news .focus .slick-dots li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    font-size: 0;
	top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
	margin: -3.5px 0 0 -3.5px;
}

.home-news .focus .slick-dots li {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	margin: 0 10px;
}

.home-news .focus .slick-dots li.slick-active {
    border: 1px #FFF solid;
}

.slick-dots li button {
    display: none;
}

.home-news .text-list {
    width: calc(100% - 568px);
}
.home-news .text-list-li{
	width: 50%;
}
.home-news .text-list-con{
	margin-left: 30px;
}

.home-news .text-list .item {
    padding: 20px 30px;
    border-bottom: 1px dotted #d9d9d9;
}

.home-news .text-list .time {
    color: #525b56;
    padding-right: 10px;
    margin-right: 10px;
}

.home-news .text-list .time::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #e5d9cb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .text-list .time span {
    color: #b10913;
    font-size: 30px;
    font-family: 'Georgia';
}

.home-news .text-list .tit {
    height: 60px;
    overflow: hidden;
}

@media (min-width:1025px) {
    .home-news .focus .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .text-list .item:hover {
        background-image: linear-gradient(#d23a43, #ba2d35);
        color: #FFF;
        border-bottom: 0;
        box-shadow: 0 5px 30px rgba(189, 47, 55, .7);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .home-news .text-list .item:hover .time,
    .home-news .text-list .item:hover .time span {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .public-title .cn {
        font-size: .42rem;
    }
    .public-title .en {
        margin-top: .1rem;
        width: 2rem;
        height: .32rem;
        line-height: .32rem;
        padding-left: .1rem;
        background-size: cover;
        font-size: .22rem;
    }
    .more {
        padding-right: .3rem;
        padding-top: .2rem;
        background-size: .6rem;
    }
    .home-news .focus {
        height: 5.8rem;
    }
    .home-news .content {
        margin-top: .3rem;
    }
    .home-news .focus,
    .home-news .text-list {
        width: 100%;
    }
    .home-news .focus .text-content .tit,
    .home-news .focus .text-content .txt {
        height: auto;
    }
    .home-news .focus .text-content .tit,
    .home-news .focus .text-content .time {
        font-size: .3rem;
    }
    .home-news .focus .text-content {
        padding: .5rem .3rem;
    }
    .home-news .focus .text-content .time {
        margin-top: .2rem;
        padding-bottom: .2rem;
    }
    .home-news .focus .text-content .txt {
        font-size: .22rem;
        text-indent: .4rem;
        margin-top: .2rem;
    }
    .home-news .text-list .time span {
        font-size: .42rem;
    }
    .home-news .text-list .tit {
        height: auto;
    }
}

@media (max-width:950px) {
    .home-news .focus {
        height: auto;
        padding-bottom: .6rem;
    }
    .home-news .focus .pic,
    .home-news .focus .text-content {
        width: 100%;
    }
    .home-news .focus .slick-dots {
        width: 100%;
        bottom: .3rem;
    }
}

@media (max-width:767px) {
    .home-news .public-title .title {
        background: none;
        padding-right: 0;
    }
}

.notice {
    margin-top: 25px;
}

.notice .tab-nav .more {
    position: absolute;
    right: 0;
    display: none;
    top: 10px;
}

.notice .tab-nav .on .more {
    display: block;
}

.notice .tab-nav .title {
    color: #999;
    cursor: pointer;
}

.notice .tab-nav .title .cn {
    margin-right: 30px;
    padding-right: 30px;
}

.notice .tab-nav .title .cn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 70%;
    background-color: #cfcfcf;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.notice .tab-nav .title:nth-child(4) {

    background: url(../images/p3.png)no-repeat right center;
}



.notice .tab-nav .title.on {
    color: #000;
}

.notice .content {
    margin-top: 20px;
}


.notice .tab-nav .title:nth-child(4) {
    padding-right: 80px;
    background: url(../images/p3.png)no-repeat right center;
}

.notice .tab-nav .title:nth-child(4) .cn::after {
    display: none;
}

.notice .tab-nav .title .en{
	opacity: 0;
}
.notice .tab-nav .title.on {
    color: #000;
}
.notice .tab-nav .title.on .en{
	opacity: 1;
}

.notice .content {
    margin-top: 20px;
}

.notice .content .cslide1 .slick-track{
	padding-bottom: 26px;
}

.notice .content .cslide1 .slick-prev,
.notice .content .cslide1 .slick-next{
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	outline: none;
	z-index: 5;
}
.notice .content .cslide1 .slick-prev::before,
.notice .content .cslide1 .slick-next::before{
	display: none;
}
.notice .content .cslide1 .slick-prev{
	background-image: url(../images/icon/icon-arrow-left-a1.png);
	left: 17px;
}
.notice .content .cslide1 .slick-next{
	background-image: url(../images/icon/icon-arrow-right-a1.png);
	right: 17px;
}


.notice .content .cslide2 .slick-track{
	padding-bottom: 26px;
}

.notice .content .cslide2 .slick-prev,
.notice .content .cslide2 .slick-next{
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	outline: none;
	z-index: 5;
}
.notice .content .cslide2 .slick-prev::before,
.notice .content .cslide2 .slick-next::before{
	display: none;
}
.notice .content .cslide2 .slick-prev{
	background-image: url(../images/icon/icon-arrow-left-a1.png);
	left: 17px;
}
.notice .content .cslide2 .slick-next{
	background-image: url(../images/icon/icon-arrow-right-a1.png);
	right: 17px;
}

.notice .content .item {
    width: 32%;
    border: 1px #e6e5e5 solid;
    padding: 20px 25px 18px;
    height: 240px;
    /* margin-right: 2%; */
    margin: 0 0.46%;
}

.notice .content .item .tit {
    font-size: 18px;
    font-weight: 550;
    line-height: 1.6;
    height: 56px;
    overflow: hidden;
}

.notice .content .item .txt {
    line-height: 1.8;
    overflow: hidden;
    height: 50px;
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    text-indent: 28px;
}

.notice .content .item .time {
    height: 48px;
    line-height: 48px;
    background-color: #d2c99f;
    color: #FFF;
    margin-top: 20px;
    padding-left: 30px;
}

.notice .content .item .time span {
    font-size: 24px;
    padding-right: 20px;
    margin-right: 20px;
}

.notice .content .item .time span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FFF;
    transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
}

.dp-none {
    width: 100%;
    display: none;
    z-index: -9;
    opacity: 0;
    position: absolute;
}
.dp-none.on{
    opacity: 1;
    z-index: 99;
    position: static;
}
.line{
    display: none;
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 32%;
    height: 1px;
    background-color: #d2c99f;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.line .on{
    transition: all .2s;
    position: absolute;
    left: 0%;
    bottom: 0px;
    /* width: 20%; */
    height: 2px;
    background-color: #b10913;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
}
.line.cur{
 display: block;
}
/* .notice .content::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 32%;
    height: 1px;
    background-color: #d2c99f;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

/* .notice .content::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 10%;
    height: 2px;
    background-color: #b10913;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

@media (min-width:1025px) {
    .notice .content .item:hover {
        box-shadow: 0 20px 25px rgba(189, 47, 55, .5);
        border-color: #b10913;
    }
    .notice .content .item:hover .time {
        background-color: #b10913;
    }
}

@media (max-width:1199px) {
    .notice {
        margin-top: .6rem;
        padding-bottom: 1.3rem;
    }
    .notice .content .item {
        padding: .3rem;
        height: 3.2rem;
    }
    .notice .content .item .tit {
        font-size: .26rem;
        height: auto;
    }
    .notice .content .item .txt {
        font-size: .22rem;
        height: auto;
        margin-top: .2rem;
    }
    .notice .content .item .time {
        height: .6rem;
        line-height: .6rem;
        padding-left: .3rem;
        margin-top: .2rem;
    }
    .notice .content .item .time span {
        font-size: .32rem;
    }
    .notice .content::before,
    .notice .content::after {
        display: none;
    }
    .notice .tab-nav .on .more {
        top: 0rem;
    }
}

@media (max-width:767px) {
    .notice .content .item {
        width: 100%;
        height: 3.2rem;
        margin-right: 0;
        margin-top: .2rem;
    }
    .notice .tab-nav .title:nth-child(2) {
        background: none;
        padding-right: 0;
    }
}

.academic {
    width: 100%;
}

.academic .container {
    background-color: rgba(255, 255, 255, .64);
    padding: 28px 40px 22px;
	width: 1400px;
}

.academic .public-title .title {
    padding-right: 120px;
    background: url(../images/p4.png)no-repeat right top;
}

.academic .content {
    width: 100%;
    margin-top: 20px;
}

.academic .content .pic {
    width: 60%;
    overflow: hidden;
}

.academic .content .pic img {
    width: 100%;
}

.academic .slider-nav {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 665px;
    height: 90px;
    z-index: 999;
}

.academic .slider-nav .pic {
    overflow: hidden;
    background-color: #000;
    width: 160px;
    height: 90px;
    margin: 0 1px;
}

.academic .slider-nav .pic img {
    width: 100%;
    opacity: .5;
}

.academic .slider-nav .slick-current img {
    opacity: 1;
}

.academic .slider-nav .slick-list {
    padding: 0 !important;
    overflow: hidden;
}

.academic .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 95%;
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    background-color: #b10913;
    z-index: 1;
}

.academic .item .text-content {
    position: absolute;
    right: 15px;
    bottom: 102px;
    width: 42%;
    height: 80%;
    z-index: 2;
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
    background: #FFF url(../images/d.png)no-repeat 90% 15%;
    padding: 10% 40px 0px 40px;
}

.academic .item .tit {
    font-size: 20px;
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
}

.academic .item .txt {
    color: #999;
    line-height: 34px;
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.academic .item .time {
    background-image: url(../images/icon1.png);
}

.academic .item .id {
    background-image: url(../images/icon2.png);
}

.academic .item .name {
    background-image: url(../images/icon3.png);
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 10px;
}

.academic .slick-prev,
.academic .slick-next {
    left: auto;
    background: url(../images/arrow.png)no-repeat center;
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 128px;
    margin: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 4;
}

.academic .slick-prev:before,
.academic .slick-next:before {
    display: none;
}

.academic .slick-prev {
    right: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.academic .slick-next {
    right: 25%;
}

.academic .slick-dots {
    bottom: 125px;
    z-index: 2;
    left: auto;
    right: 0;
    width: 77%;
}

.academic .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #c4cdc8;
}

.academic .slick-dots .slick-active {
    background-color: #b10913;
}

@media (max-width:1600px) {
    .academic .item .text-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .academic .item .tit {
        font-size: 18px;
    }
    .academic .item .txt {
        font-size: 14px;
    }
}

@media (max-width:1300px) {
    .academic .item .text-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .academic .item .tit {
        margin-bottom: 10px;
    }
    .academic .slick-prev,
    .academic .slick-next {
        bottom: 120px;
    }
    .academic .slick-next {
        right: 20%;
    }
    .academic .slick-prev {
        right: 43%;
    }
    .academic .slick-dots {
        width: 65%;
        bottom: 117px;
    }
}

@media (max-width:1199px) {
    .academic .public-title .title {
        background: none;
    }
    .academic .container {
        padding: .6rem .4rem;
    }
    .academic .slider-nav {
        width: 6.65rem;
        height: .9rem;
    }
    .academic .slider-nav .pic {
        width: 1.6rem;
        height: .9rem;
    }
    .academic .item .tit {
        font-size: .28rem;
    }
    .academic .item .text-content {
        padding-left: .4rem;
        padding-right: .4rem;
        padding-top: 8%;
        width: 45%;
    }
    .academic .item .text-content {
        right: .2rem;
        bottom: 1rem;
    }
    .academic .item .txt {
        font-size: .2rem;
        line-height: .6rem;
    }
    .academic .slick-dots {
        bottom: 1.1rem;
    }
    .academic .slick-prev,
    .academic .slick-next {
        bottom: 1.2rem;
    }
    .academic .item .name {
        padding-bottom: .1rem;
    }
}

@media (max-width:950px) {
    .academic .slider-nav {
        position: initial;
        width: 100%;
        height: 1.2rem;
        margin-top: .3rem;
    }
    .academic .slider-nav .pic {
        width: 1.6rem;
        height: 1.2rem;
    }
    .academic .item .text-content {
        bottom: .2rem;
        height: 95%;
    }
    .academic .slick-dots {
        width: 100%;
    }
    .academic .slick-prev {
        right: auto;
        left: 5%;
    }
}

@media (max-width:767px) {
    .academic .item .text-content {
        width: 100%;
        -webkit-clip-path: none;
        clip-path: none;
        position: initial;
        padding-bottom: .8rem;
    }
    .academic .item::after {
        display: none;
    }
    .academic .content .pic {
        width: 100%;
    }
    .academic .slick-dots {
        bottom: 1.6rem;
    }
    .academic .slick-prev,
    .academic .slick-next {
        bottom: 1.65rem;
    }
}

.activity {
	padding: 40px 40px 40px;
	background-color: rgba(255, 255, 255, .64);
	width: 1400px;
}

.activity .public-title .title {
    padding-right: 120px;
    background: url(../images/p5.png)no-repeat right top;
}

.activity .content {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.activity .content .item {
    border: 1px #e6e6e6 solid;
    margin: 0 14px;
    width: 24%;
    height: 335px;
    overflow: hidden;
	background-color: #fff;
}

.activity .content .item .con {
    padding: 24px;
    margin-right: 2%;
}

.activity .content .item .con .tit {
    font-size: 16px;
    overflow: hidden;
    line-height: 1.5;
    height: 54px;
    overflow: hidden;
	color: #000;
}

.activity .content .item .con .pic {
    height: 155px;
	margin-top: 7px;
    overflow: hidden;
	position: relative;
}

.activity .content .item .con .pic img {
    width: 100%;
    position: absolute;
}

.activity .content .item .con .txt {
    font-size: 14px;
    color: #999;
    font-weight: 550;
    line-height: 1.5;
    margin-top: 13px;
    overflow: hidden;
    height: 63px;
    text-indent: 28px;
}

.activity .content .item span {
    background-color: #b10913;
    color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 10px;
	position: absolute;
	left: 8px;
	top: 13px;
	line-height: 1.5;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.activity .content .item .block {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.activity .content .item .block span {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

.activity .content .item .block .pic {
    height: 230px;
    overflow: hidden;
}

.activity .content .item .block .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.activity .content .item .block .tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    color: #FFF;
    background-image: linear-gradient(rgba(168, 27, 35, 0), rgba(168, 27, 35, .8), #b10913);
    padding: 100px 30px 0 30px;
    line-height: 1.5;
}

.activity .content .item .block .txt {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    overflow: hidden;
    height: 63px;
    padding-left: 30px;
    padding-right: 30px;
    text-indent: 28px;
    color: rgb(229, 181, 181);
    font-weight: normal;
}

@media (min-width:1025px) {
    .activity .content .item:hover {
        background-color: #b10913;
        box-shadow: 0 20px 25px rgba(189, 47, 55, .5);
    }
    .activity .content .item:hover .con {
        opacity: 0;
    }
    .activity .content .item:hover .block {
        opacity: 1;
    }
    .activity .content .item:hover .block .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .activity .slick-list {
        padding-bottom: 50px;
    }
}

@media (max-width:1199px) {
    .activity {
        margin-top: .5rem;
    }
    .activity .public-title .title {
        background: none;
    }
    .activity .content {
        margin-top: .4rem;
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .activity .content .item .block {
        display: none;
    }
    .activity .content .item .con {
        padding: .25rem;
    }
    .activity .content .item {
        margin: 0 .1rem;
        height: 4.8rem;
    }
    .activity .content .item span {
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        -o-border-radius: .1rem;
        padding: 0 .1rem;
    }
    .activity .content .item .con .tit {
        height: auto;
        font-size: .26rem;
        margin-top: .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .activity .content .item .con .pic {
        height: 1;
        margin-top: .2rem;
        padding-bottom: 60%;
        height: auto;
    }
    .activity .content .item .con .txt {
        height: auto;
        margin-top: .2rem;
        font-size: 14px;
        font-weight: normal;
    }
}

@media (max-width:767px) {
    .activity .content .item {
        height: auto;
    }
}

.media-us {
    background: url(../images/bg3.jpg)no-repeat center top;
    background-size: 100%;
    margin-top: -50px;
    background-size: cover;
    padding-bottom: 30px;
}

.media {
    margin-top: 35px;
    width: 55%;
}

.media .public-title .title {
    padding-right: 140px;
    background: url(../images/p6.png)no-repeat right 10px;
}

.media .content {
    margin-bottom: 25px;
}
.media .ul-mzw-news-a2.style2{
	margin-top: 20px;
}
.media .con {
    width: 47%;
}

.media .con .pic {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.media .con .pic img {
    width: 100%;
}

.media .con .text-con {
    border: 1px #e5d9cb solid;
    margin: 8px;
    padding: 20px 30px 30px;
    height: 205px;
    background: #FFF url(../images/icon4.png) no-repeat 90% 85%;
}

.media .con .picture .text-con {
    margin-top: -20px;
    z-index: 2;
}

.media .con .lo {
    padding-bottom: 15px;
}

.media .con .lo img {
    height: 42px;
}

.media .con .lo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #b10913;
    z-index: 1;
}

.media .con .tit {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
    height: 56px;
    overflow: hidden;
}

.media .con .time {
    font-size: 20px;
    margin-top: 10px;
}

.media .item {
    margin-top: 40px;
}

.follow {
    margin-top: 35px;
    width: 40%;
}

.follow .public-title .title {
    padding-right: 100px;
    background: url(../images/p7.png)no-repeat right 0;
}

.follow .content {
    margin-bottom: 40px;
    padding: 20px 15px;
}

.follow .item {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
}

.follow .item .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}

.follow .item .icon.wx {
    background-image: url(../images/wx.svg);
    background-color: #48b537;
}

.follow .item .icon.wb {
    background-image: url(../images/wb.svg);
    background-color: #ce0b0b;
}

.follow .item .text-content {
    padding-left: 40px;
}

.follow .item .tit {
    height: 25px;
    overflow: hidden;
    font-size: 16px;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.follow .item .info {
    color: #999;
    margin-top: 10px;
	display: none;
}

.follow .item .click {
    padding-left: 25px;
    background: url(../images/click.svg)no-repeat left center;
    background-size: 20px
}

.follow .item .pic {
    display: none;
    width: 140px;
    height: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    overflow: hidden;
}

.follow .item .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.follow .item.active .icon,
.follow .item:hover .icon{
	width: 35px;
	height: 35px;
	background-size: 22px auto;
}
.follow .item.active .text-content,
.follow .item:hover .text-content{
	padding-left: 50px;
}
.follow .item.active .tit,
.follow .item:hover .tit{
	height: 54px;
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}
.follow .item.active .info,
.follow .item:hover .info{
	display: block;
}

@media (min-width:1025px) {
    .media .item:hover .text-con {
        box-shadow: 0 20px 25px rgba(189, 47, 55, .5);
    }
	.follow .item.active,
    .follow .item:hover {
        box-shadow: 0 20px 25px rgba(189, 47, 55, .5);
        border: 1px #b10913 solid;
        transform: scale(1.12);
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
        -o-transform: scale(1.12);
        margin-top: 10px;
        z-index: 2;
        padding-left: 10px;
        padding-right: 10px;
    }
	.follow .item.active .text-content ,
    .follow .item:hover .text-content {
        padding-right: 170px;
    }
	.follow .item.active .pic,
    .follow .item:hover .pic {
        display: block;
    }
	.follow .item.active .pic img,
    .follow .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .media-us {
        margin-top: -.5rem;
        padding-bottom: 1rem;
    }
    .follow .public-title .title,
    .media .public-title .title {
        background: none;
    }
    .media {
        margin-top: .9rem;
    }
    .media .con {
        width: 48.5%;
    }
    .media .con .lo {
        padding-bottom: .15rem;
    }
    .media .con .lo img {
        height: .42rem;
    }
    .media .con .tit {
        font-size: .26rem;
        margin-top: .15rem;
        height: auto;
    }
    .media .con .time {
        font-size: .26rem;
        margin-top: .1rem;
    }
    .media .item,
    .follow .content {
        margin-top: .4rem;
    }
    .media .con .text-con {
        height: 2.7rem;
        padding: .2rem;
    }
    .media .con .pic {
        height: 2.25rem;
    }
    .media .content {
        margin-bottom: .4rem;
    }
    .follow {
        width: 40%;
        margin-top: .9rem;
    }
    .follow .item {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .follow .item .icon {
        width: .4rem;
        height: .4rem;
        background-size: .24rem;
    }
    .follow .item .text-content {
        padding-left: .5rem;
    }
    .follow .item .tit {
        font-size: .26rem;
        height: auto;
        line-height: 1.6;
    }
    .follow .item .info {
        margin-top: .1rem;
    }
    .follow .content {
        height: auto;
        padding: .15rem;
        margin-bottom: .4rem;
    }
}

@media (max-width:767px) {
    .media,
    .follow {
        width: 100%;
    }
}

.campus {}

.campus .public-title {
	margin-bottom: 25px;
}

.campus .pic {
    overflow: hidden;
}

.campus .pic img {
    width: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    min-height: 212px;
}

.campus .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4) url(../images/icon5.png)no-repeat center;
    z-index: 2;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.campus .pic::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border: 2px #fff dashed;
    z-index: 3;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.campus .pic2 {
    width: 74.5%;
}

.campus .content{
	margin: 0 -4px;
}
.campus .mzw-row{
	width: 50%;
}
.campus .mzw-row2,
.campus .mzw-row3{
	overflow: hidden;
}
.campus .mzw-item{
	margin-bottom: 8px;
}
.campus .mzw-row2 .mzw-item{
	width: 50%;
	float: left;
}
.campus .mzw-con{
	margin: 0 4px;
}
.campus .con1,
.campus .con2 {
    width: 50%;
	box-sizing: border-box;
}
.campus .mzw-item.row2{
	grid-column: 3/5;
}
.campus .mzw-item.row3{
	grid-column: 1/3;
}

.campus .con3 {
    width: 29.5%;
}

.campus .more {}

@media (min-width:1025px) {
    .campus .pic:hover::after,
    .campus .pic:hover::before {
        opacity: 1;
    }
    .campus .pic:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:767px) {
    .campus .public-title {
        position: initial;
    }
    .campus .con1 {
        width: 100%;
        margin-right: 0;
    }
    .campus .pic2,
    .campus .con2,
    .campus .con3 {
        width: 100%;
    }
    .campus .con2 {
        margin-top: 0;
    }
}


.fontv{
    font-size: 5.22223vw;
}

.pagenum{
    position: absolute;
    right: 1.80em;
    bottom: .30em;
}
.pagenum .cur{
    position: relative;
       width: 78px;
       height: 78px;
       border-radius: 50%;
       border: 2px dashed white; 
}
.pagenum .cur .red{
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
   background-color: #ba2d35;
   padding: 10px;
   color: #ffffff;
}
.pagenum .cur .red::after{
  content: '';
  width: 35px;
  height: 2px;
  background-color: white;
    display: block;
    position: absolute;
    left: 60%;
    bottom: 18px;
    transform:translateX(-50%) rotate(-30deg);

}
.pagenum .cur .yellow{
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
   background-color: #b29d39;
   color: #ffffff;
   text-align: center;
   line-height: 30px;
}