.gonggao-item:hover{
   background: linear-gradient( 86deg, #004FA3 0%, #157CC5 100%);
}
.gonggao-item:hover .title{
    color: #fff;
}
.gonggao-item:hover .gonggao-mess{
    background: transparent;
}

.gg-pdfbox{
    margin-top: 0.45rem;
}
.gg-pdf-list{
    width: 14.96rem;
    height: 0.64rem;
    background: #FAFAFA;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #CBCBCB;
    display: flex;
    align-items: center;
}
.gg-pdf-right{
    display: flex;
    align-items: center;
}
.gg-pdf-list{
    width: 100%;
    display: flex;
    justify-content:space-between;
    padding: 0 0.57rem 0 0.3rem;
    
}
.gg-pdf-title label{
    font-weight: bold;
    margin-left: 0.2rem;
}
.gg-pdf-size{
    color: #333333;
    font-size: 0.14rem;
    margin-right: 1.5rem;
    font-weight: bold;
}
.gg-pdf-title{
    display: flex;
    align-items: center;
}
.gg-pdf-downBox{
    display: flex;
    align-items: center;
}
.gg-pdf-downBox a{
    width: 0.78rem;
    height: 0.28rem;
    background: linear-gradient( 86deg, #004FA3 0%, #157CC5 100%);
    border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.12rem;
}
.yulan{
    margin-right: 0.4rem;
}
.gg-pdf-all{
    padding: 0 0.57rem 0 0.3rem;
    margin-top: 0.45rem;
    display: flex;
    align-items: center;
}
.all-box{
    display: flex;
    align-items: center;
    margin-right: 0.39rem;
}
.all-box label{
    font-size: 0.14rem;
    color: #333;
    margin-left: 0.07rem;
}
.load_btn{
    font-size: 0.14rem;
    color: #004FA3;
    display: flex;
    align-items: center;
}
.load_btn img{
    width: 0.24rem;
    height: 0.19rem;
    margin-right: 0.02rem;
}




.video-content{
    /*padding: 0.88rem 0 0.68rem 0;*/
}
.video-content .mySwiper{
    padding-top: 0.95rem;
}

.video-content .swiper-slide{
    /*height: 2.65rem;*/
}
.video-content .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-fit: fill;*/
}
.video-content .swiper-pagination-bullet{
    width: 0.72rem;
    height: 0.04rem;
    background: #004FA3;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 0.5;
    transition: linear .15s;
}
.video-content .swiper-pagination-bullet-active{
    width: 1rem;
    opacity: 1 !important;
    
}
.gg-list{
    padding-top: 0.95rem;
    padding-bottom: 0.85rem;
}

.gg-item{
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid #E2E2E2;
    display: flex;
    justify-content: space-between;
    transition: linear .25s;
}
.gg-item:hover {
  opacity: 0.85;
}
.gg-title{
    font-size: 0.2rem;
    color: #333;
    width: 8.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gg-time{
    font-size: 0.16rem;
    color: #999;
}




.new-wrap {
	padding: 0.88rem 0 0.68rem 0;
}

.new-item {
	display: flex;
	margin-bottom: 0.32rem;
}

.new-imgbox {
	width: 3.18rem;
	height: 1.96rem;
	overflow: hidden;
}

.new-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: linear .25s;
}

.new-imgbox:hover>img {
	transform: scale(1.05);
}

.new-right {
	flex: 1;
	margin-left: 0.45rem;
	border-bottom: 0.01rem solid #D5D8DE;
	padding-bottom: 0.23rem;
}

.new-right {
	display: flex;

}

.new-right-date {
    position: relative;
	padding-right: 0.48rem;

}
.new-right-date::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 60%;
    background: #D5D8DE;
}

.new-right-msg {
	margin-left: 0.72rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new-right-tit {
	color: #333333;
	font-size: 0.2rem;
	margin-bottom: 0.29rem;
}

.new-right-desc {
	line-height: 2;
	font-size: 0.14rem;
	color: #999999;
}

.new-list {
	margin: 0.95rem 0;
}

.new-right-weight {
	font-size: 0.44rem;
	color: #0059AB;
	font-family: bold;
	margin-bottom: 0.15rem;
}

.new-right-time {
	color: #B1B1B1;
	font-size: 0.18rem;
}

.new-right-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.detail-title {
	text-align: center;
	font-size: 0.28rem;
	color: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}

.detail-content {
	padding-top: 0.88rem;
	padding-bottom: 0.3rem;
}

.detail-msg {
	display: flex;
	justify-content: center;
	padding-bottom: 0.22rem;
}

.detail-1 {
	margin-right: 0.5rem;
	color: #333333;
	font-size: 0.12rem;
}

.detail-1:last-child {
	margin-right: 0;
}

.detail-html {
	padding: 0.45rem 0;
	border-top: 0.01rem solid #C9C9C9;
	border-bottom: 0.01rem solid #c9c9c9;
	margin-bottom: 0.5rem;
}


.detail-html strong,
.detail-html span {
    font-size: 16px;
}


.yingpian-content {
	padding: 0.88rem 0 0.6rem 0;
}

.yingpian-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.86rem;
	justify-content: space-between;
}

.yingpian-item {
	width: 7.26rem;
	height: 4.09rem;
	position: relative;
	margin-bottom: 0.15rem;
	overflow: hidden;
}

.yingpian-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.96rem;
	height: 0.96rem;
	z-index: 3;
}

.yingpian-item video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.gonggao-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.9rem;
}

.gonggao-item {
	width: 4.7rem;
	height: 1rem;
	padding-bottom: 0.15rem;
	padding-left: 0.4rem;
	border-left: 0.04rem solid #F4F4F4;
	margin-right: 0.44rem;
}
.gonggao-item:nth-child(3n){
	margin-right: 0;
}

.gonggao-mess {
	height: 100%;
	background-color: #F8F8F8;
	padding: 0.2rem;
	position: relative;
	display: flex;
	align-items: center;
}

.gonggao-mess .title {
	color: #333333;
	font-size: 0.16rem;
	
}

.gonggao-mess::after {
	content: '';
	position: absolute;
	left: -0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.08rem;
	height: 0.08rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.07rem 0.26rem 0.01rem rgba(207, 207, 207, 0.5);
	border: 0.05rem solid #004FA3;
	border-radius: 50%;
}
.gonggao-mess::before{
	content: '';
	left: -0.4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.41rem;
	border-top: 0.01rem dashed #004FA3;
	position: absolute;
}
@media only screen and (max-width: 1024px) {
.video-content .mySwiper,.gonggao-list{
        padding-top: 0.3rem;
    }
    .gonggao-item{
        width: 100%;
        margin-right: 0;
    }
    .gonggao-list{
        margin-top: 0;
    }
    .gonggao-mess .title{
        font-size: 12px;
    }
    .new-wrap{
        padding: 0.6rem 0 0.68rem 0;
    }
    .new-list{
        margin: 0.7rem 0 0;
    }
    .new-item{
        display: block;
    }
    .new-imgbox{
        width: 100%;
        height: 100%;
        max-height: 210px;
    }
    .new-right{
        margin-left: 0;
        margin-top: 10px;
    }
    .new-right-date{
        padding-right: 0.2rem;
    }
    .new-right-msg{
        margin-left: 0.3rem;
    }
    .new-right-time,.new-right-tit,.new-right-desc{
        font-size: 12px;
    }
    .new-right-desc{
        line-height: 1.6;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .new-right-tit{
        margin-bottom: 0.2rem;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    .video-content,.gonggao-content{
        padding: 0.6rem 0 0.68rem 0 !important;
    }
    .video-content .swiper-wrapper{
        /*padding-bottom: 1.8rem !important;*/
    }
    .gg-list{
        padding-top: 0.5rem;
        padding-bottom: 0;
        font-size: 12px;
    }
    .gg-time{
        font-size: 12px;
        align-items: center;
    }
    .gg-title{
        width:100%;
        font-size: 12px;
        flex: 0 0 74%;
    }
    .detail-1,.detail-btnbox a{
        font-size: 12px;
    }
    .detail-btnbox a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}