.cb{padding:126px 10px 0px 10px;}
.news-list-bg { max-width: 1300px;  height: 540px; display: flex; flex-direction: row; justify-content: space-between; padding: 10px 0px;padding:193px 10px 0px 10px;}
.news-list { float:left;width:31%; margin-right:2%;width: calc((100% / 3) - 30px); min-height:400px;}

.news-list .title { width:90%; width: calc(100% - 25px); margin: 0 10px; height: 60px; display: flex; flex-direction: row; align-items: center; font-size: 16px; color: black; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.news-list .title img { width: 25px; height: 25px; margin-right: 10px; }
.news-list .line { width: 100%; height: 1px; background-color: rgb(241, 241, 241);}


.news-list .list-banner{ min-height: 150px ;margin-bottom: 10px; }
.news-list .list-banner .swiper-container { width: 100%; min-height: 150px; height:150px;}
.news-list .list-banner .list-slide { display: flex; flex-direction: row;}
.news-list .list-banner .list-slide img {float:left; width: 44%; min-height: 110px; max-height: 110px; margin-right: 2%; display: block; object-fit:cover;}
.news-list .list-banner .list-slide .title-bg { width: 54%;float:left;}
.news-list .list-banner .list-slide .title-bg .slide-title {height: 50px; font-size: 16px; line-height: 25px; overflow: hidden;  display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.news-list .list-banner .list-slide .title-bg .slide-sub-title { display: inline-block; height: 40px; color: gray; font-size: 12px; line-height: 20px;overflow: hidden;  display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; }
.news-list .list-banner .list-slide .title-bg .date { display: inline-block; width: 100%; height: 20px; color: gray; font-size: 12px; line-height: 20px; text-align: right;}
.news-list .list-banner .swiper-button-next::after, .news-list .list-banner .swiper-button-prev::after { color: #fff;}
.swiper-pagination-bullet{ background: gray; opacity: 1;}
.swiper-pagination-bullet-active{ background: #304b8e;} 
.news-list .list-banner .swiper-pagination-bullets, .news-list .list-banner.swiper-pagination-custom, .news-list .list-banner .swiper-pagination-fraction{ bottom: 0px;}

.news-list .list { margin: 10px 0 20px 0; min-height:400px;}
.news-list .list ul li { padding: 0 96px 0 0px; height: 30px;  line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  display: block; position: relative;    border-bottom: 1px solid rgb(241, 241, 241);}
.news-list .list ul li span{ position: absolute; right: 0; font-size: 12px; color: gray;}

.news-list .first-item { width: calc(100% - 30px);height: 90px; margin: 20px 0 20px 0; padding: 0 15px; background-color:rgb(0, 32, 135); color: white;}
.news-list .first-item a .item-title { display: inline-block; width: 100%; line-height: 40px; font-size: 16px;  color: white; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-list .first-item a .item-sub-title { width: 100%; line-height: 20px; font-size: 14px; color: white;  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.news-list .dashed-line { width: 100%; height: 0px; border:dashed  1px #ccc;border: 1px dashed rgba(237, 237, 237,1);}

.news-list .second-item { width: 100%; height: 97px; margin: 22px 0; display: flex; flex-direction: row;}
.news-list .second-item .item-date {float:left; width: 29%; height: 100%; background-color: rgb(227, 230, 236);}
.news-list .second-item .item-date span {width: 100%; display: inline-block; line-height: 40px; font-size: 22px; color: rgb(0, 32, 135); text-align: center;}

.news-list .second-item .item-content {float:left; margin-left: 1%; width: 70%; height: 100%; }
.news-list .second-item .item-content .item-title { display: inline-block;  width: 100%; line-height: 20px; font-size: 14px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-list .second-item .item-content .item-sub-title { width: 100%; line-height: 20px; font-size: 14px;  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3;}
.news-list .second-item .item-content .item-sub-title  a { color: gray;}
.news-list .more {font-size: 12px; color: black; line-height: 40px;}


.images { width: 100%; height: 480px; min-height: 320px; max-height: 480px; display: flex; flex-direction: row;}
.images .images-item { display: flex; flex-direction: row; width: 50%; height: 100%;}
.images .images-item .left-image { position: relative;  width: 50%; height: 100%; position: relative;}
.images .images-item .left-image img {display: block; width: 100%; height: 100%; object-fit:cover;}
.images .images-item .right-image { position: relative;  width: 50%; height: 100%; }
.images .images-item .right-image img {display: block; width: 100%; height: 50%; object-fit:cover;}

.images .images-item .left-image .left-title-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; background-color: rgba(0, 0, 0, 0.2); }
.images .images-item .right-image .right-title-bg {position: absolute; padding: 0 10px; top: 0; left: 0; width: calc(100% - 20px); height: 50%; display: flex; flex-direction: column-reverse; background-color: rgba(0, 0, 0, 0.2); }
.images .images-item .right-image .top50 { top: 50%;}

.images .images-item .left-image  .left-title-bg .image-title {width: 100%; display: inline-block; color: rgba(255, 255, 255, 0.7); text-align: center; line-height:30px;  }
.images .images-item .left-image  .left-title-bg .image-subTitle { width: 100%; display: inline-block; font-size: 18px; color: white; text-align: center; line-height: 30px;  }

.images .images-item .right-image .right-title-bg .image-title { width: 100%; display: inline-block; color: rgba(255, 255, 255, 0.7); text-align: left; line-height: 30px;  }
.images .images-item .right-image .right-title-bg .image-subTitle { width: 100%; display: inline-block; font-size: 18px; color: white; text-align: left; line-height: 30px;  }



.column-bg { position: relative; width: 100%; height: 640px; background-color: rgba(104, 126, 159, 0.5); }
.column-bg .bg-img { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; opacity: 0.1; object-fit:cover;}

.column-bg .column .column-title-bg { margin-bottom: 50px; display: flex; flex-direction: row;  height: 20px;  font-size: 16px; line-height: 20px; color: white;}
.column-bg .column .column-title-bg img { width:20px; height:20px;margin-right: 10px; }
.column-bg .column .column-title-bg .title-img {display: flex; flex-direction: row;}

.column-bg .column  { display: flex; padding: 50px 0; flex-direction: row; width: 100%; }
.column-bg .column  .column-list {width: 69%; height: 100%; margin-right: 1%; }
.column-bg .column  .column-list ul li {width: 100%; margin-bottom: 10px; display: flex; flex-direction: row; }
.column-bg .column  .column-list ul li img { width: 130px; height: 140px; margin-right: 15px; display: block; object-fit:cover;}
.column-bg .column  .column-list ul li .column-item {width: calc(100% - 145px); height: 140px; color: white;}
.column-bg .column  .column-list ul li .column-item a .column-item-title {color: white; display: inline-block; width: 100%; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.column-bg .column  .column-list ul li .column-item a .column-item-subTitle {color: white; display: inline-block; width: 100%; line-height: 25px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3;}

.borderTop {border-top: 1px solid rgb(139, 134, 156);}
.borderBottom {border-bottom: 1px solid rgb(139, 134, 156);}

.column-bg .column .column-right { width: 30%; height: 100%; }
.column-bg .column .column-right .right-title { width: 100%; height: 20px; margin-bottom: 50px;   text-align: right; font-size: 16px; line-height: 20px; color: rgb(254, 228, 22);}
.column-bg .column .column-right .column-right-content {width: 100%; height: 443px; background-color: white; border-radius: 3px;}
.column-bg .column .column-right .column-right-content  img { display: block; object-fit:cover; width: 100%; height: 335px;}
.column-bg .column .column-right .column-right-content .right-title {  display: inline-block;  width: calc(100% - 30px); height: 40px; margin: 0 15px; line-height: 40px; font-size: 16px; color: black;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.column-bg .column .column-right .column-right-content .right-subTitle { display: inline-block;  width: calc(100% - 30px); height: 50px; margin: 0 15px; line-height: 25px; font-size: 14px; color: gray; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}


.video-other-bg {display: flex; flex-direction: row; padding: 50px 0;}
.video-other-bg .video-item { position: relative; width: 50%;}
.video-other-bg .video-item .title {width: calc(100% - 25px); margin: 0 10px; height: 25px; display: flex; flex-direction: row; align-items: center; font-size: 16px; color: black; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.video-other-bg .video-item .title img { width: 25px; height: 25px; margin-right: 10px; }

.video-other-bg .video-item .video-info { display: flex; flex-direction: column-reverse; margin-top: 60px; margin-left: 30px; width: calc(100% - 30px); height: 425px; background-color: rgb(0, 32, 135);}
.video-other-bg .video-item video { position: absolute; top: 0px; left: 0; width: calc(100% - 90px); height: 375px;}

.video-other-bg .video-item .video-info .info-bg {width: 100%; height: 100px;  display: flex; flex-direction: row;}
.video-other-bg .video-item .video-info .info-bg .info-item { width: calc(100% / 3);height: 100%; padding: 10px 20px 0 20px; }
.video-other-bg .video-item .video-info .info-bg .info-item .info-title { display: inline-block; height: 60px; line-height: 30px; font-size: 14px; color: white; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.video-other-bg .video-item .video-info .info-bg .info-item .info-date { display: inline-block; width: calc(100% - 20px); height: 30px; line-height: 30px; font-size: 12px; text-align: right; color: white; overflow: hidden;white-space: nowrap; text-overflow: ellipsis;}
.info-bg .line { margin: 20px 0; border-right: 2px dashed white;}

.video-other-bg .other-item { margin-left: 4%; width: 46%;}
.video-other-bg .other-item .title {width: calc(100% - 25px); margin: 0 10px; height: 25px; display: flex; flex-direction: row; align-items: center; font-size: 16px; color: black; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.video-other-bg .other-item .other-list-bg { margin-top: 30px; padding: 20px  0 0 0; width: 100%; height: 434px; border: 2px solid rgb(218, 228, 245); border-radius: 5px;}
.video-other-bg .other-item .other-list-bg .list-item {width: calc(100% - 100px); height: 140px; margin: 0 50px; display: flex; flex-direction: row;}
.video-other-bg .other-item .other-list-bg .list-item img {width: 80px; height: 80px;}
.video-other-bg .other-item .other-list-bg .list-item .list-content {width: calc(100% - 95px); height: 120px; margin-left: 15px;}
.video-other-bg .other-item .other-list-bg .list-item .list-content .name { height: 30px; line-height: 30px; font-size: 14px; color: black; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.video-other-bg .other-item .other-list-bg .list-item .list-content .address { height: 20px; line-height: 20px; font-size: 12px; color: gray; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.video-other-bg .other-item .other-list-bg .list-item .list-content .number { margin-top: 10px; display: flex; flex-direction: row;  justify-content: space-between; height: 20px; line-height: 20px; font-size: 12px; color: gray;}
.foot-link {width: 100%; height: 100px; margin: 20px 0; }
.foot-link li { float: left; width: 24%; margin-right: 1%; height: 100%;}
.foot-link li:nth-child(1) { margin-left: 1%;}
.foot-link li:nth-last-child(1) { margin-right: 0;}
.foot-link li a img {width: 100%;height: 100%;display: block;}
.search input[type="button"]{
background: url(../images/bg_sousuo.png) #3a5197 no-repeat center;
    width: 36px;
    height: 36px;
    padding: 0 15px;
    float: right;
    color: #fff;
    background-size: 60%;
}
