* {
 margin: 0;
 padding: 0;
}
body{
 background: #F6F7FB;
}
/* 轮播 */
.slide1 {
 /* width: 1920px; */
 height: 200px;
 overflow-x: hidden;
 position: relative;
}

.slide1 .swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;

 /* Center slide text vertically */
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
}

.slide1 .swiper-slide img {
 display: block;
 /* width: 1920px; */
 height: 200px;
 object-fit: cover;
}

.slide1 .swiper-button-next:after,
.swiper-button-prev:after {
 font-size: 16px !important;
}

.slide1 .swiper-pagination-bullet {
 width: 29px !important;
 height: 3px !important;
 border-radius: 30px !important;
 /* opacity: 0.1 !important; */
}

.slide1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom: 20px !important;
}

.slide1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
 background: #fff !important;

}

.slide1 .swiper-button-prev::after,
.swiper-button-next::after {
 background: rgb(204, 204, 204) !important;
 width: 33px;
 height: 33px;
 border-radius: 50%;
 position: absolute;
 font-family: swiper-icons;
 letter-spacing: 0px;
 line-height: 1;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 color: rgb(255, 255, 255);
}

.slide1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
 left: 50px !important;
 top: 50% !important;
}

.slide1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 right: 50px !important;
 top: 50% !important;
}

.slide1 .swiper-button-prev:hover:after {
 width: 33px;
 height: 33px;
 border-radius: 50%;
 background: #063190 !important;
}

.slide1 .swiper-button-next:hover:after {
 width: 33px;
 height: 33px;
 border-radius: 50%;
 background: #063190 !important;
}
.article {
 width: 100%;
 background: #F6F7FB;
 /* margin-top: -55px; */
}

.content {
 margin: 0 auto;
 background: #fff;
}

.title1 {
 width: 343px;
 margin: 0 auto;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
 overflow: hidden;
text-overflow: ellipsis;
 color: #333;
 /*font-size: 16px;*/
  font-size: 20px;
 /*font-weight: 350;*/
 font-weight:700;
 line-height: 24px;
 margin-top: 60px;
 background: #fff;
 padding: 24px 16px 0;
 margin-bottom: 8px;
}
/*a[href$=".doc"]{*/
/*	display: none;*/
/*}*/

.time {
 width: 343px;
 margin: 0 auto;
 color: #999;
 font-size: 14px;
 font-weight: 350;
 line-height: 24px;
 margin-bottom: 16px;
 padding: 0 16px;
}

.line {
 width: 343px;
 margin: 0 auto;
 height: 1px;
 background: #ccc;
}

.detail {
 width: 343px;
 margin: 0 auto;
 margin-top: 24px;
 min-height: 300px;
 padding-bottom: 32px;
 border-bottom: 1px dashed #ccc;
 overflow-x: hidden;
}
.detail img{
   width: 343px;
}

/* .line1 {
 width: 343px;
 height: 1px;
 background: #ccc;
 margin: 0 auto;
 margin-top: 32px;
} */

.pre_article {
 margin-top: 16px;
}

.next_article {
 padding-bottom: 24px;
}

.pre_article,
.next_article {
 text-align: justify;
 font-size: 14px;
 font-weight: 350;
 line-height: 48px;
 color: #666;
 cursor: pointer;
 margin-left: 16px;
 width: 343px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pre_article:hover,
.next_article:hover {
 color: #0D5E94;
}

.title2 {
 width: 343px;
 margin: 0 auto;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #333;
 /*font-size: 16px;*/
 /*font-weight: 350;*/
 font-size: 20px;
 font-weight: bold;
 line-height: 24px;
 padding-top: 57px;
}

.person {
 width: 343px;
 margin: 0 auto;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-start;
 margin-top: 16px;
 margin-bottom: 16px;
}

.person img {
 width: 16px;
 height: 16px;
}

.name {
 color: #999;
 overflow: hidden;
 text-overflow: ellipsis;
 font-size: 14px;
 font-weight: 400;
 /* line-height: 24px; */
 margin-left: 5px;
}

.title3 {
 width: 343px;
 margin: 0 auto;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 24px;
 padding-top: 24px;
}
.line5{
 width: 375px;
 height: 10px;
 background: #F8F8F8;
 margin-top: 50px;
}
.super {
 width: 343px;
 margin: 0 auto;
 color: #333;
 font-size: 16px;
 font-weight: 350;
 line-height: 24px;
 margin-top: 16px;
 margin-bottom: 16px;

}
.download{
 color: #063190;
 font-size: 24px;
 font-weight: 700;
 line-height: 24px;
}
.download_url{
 width: 343px;
    margin: 0 auto;
 color: #333;
 font-size: 14px;
 font-weight: 350;
 line-height: 24px;
 cursor: pointer;
 margin-top: 13px;
}

/* 卷首语 */
.first{
 width: 343px;
 margin: 0 auto;
 color:  #333;
font-size: 18px;
font-weight: 500;
line-height: 24px;
padding-top: 24px;
}
.title4 {
 width: 343px;
 margin: 0 auto;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #333;
 font-size: 16px;
 font-weight: 350;
 line-height: 24px;
 padding-top: 16px;
}

.person1,.person2{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-start;
}
.person2{
 margin-left: 16px;
}
.school{
 color: #999;
 overflow: hidden;
 text-overflow: ellipsis;
 font-size: 14px;
 font-weight: 400;
 margin-left: 5px;
 /* line-height: 24px; */
}

.detail p img{
   /* width: 343px; */
   width: auto;
}

.pre_title{
   width: 300px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.pre_article:hover, .pre_title:hover, .next_article:hover, .next_title:hover
{
color: #063190;
}