.section-title{
    margin-bottom: 75px;
    padding-top: 80px;    
}
.section-title h4{
    font-size: 40px;
    font-weight: bold;
    color: rgb(29, 29, 31);
}
.list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-item{
    width: 25%;
    margin-bottom: 0.44rem;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgb(192 192 192 / 10%);
    cursor: pointer;
}
.list-item-date{
    font-size: 14px;
    color: #484848;
    line-height: 20px;
}
.list-item-title{
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    height: 60px;
    margin-top: 0.15rem;
    margin-bottom: 0.5rem;
    transition: all .5s ease;
}
.btn-download{
    display: block;
    box-shadow: 0px 14px 60px 0px rgb(126 134 148 / 32%);
    height: 0.5rem;
    background: linear-gradient(270deg, #bbd800 0%, #0e59d1 100%);
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;

}
.btn-download:focus, .btn-download:hover {
    color: #fff;
    text-decoration: underline;
}

.table-container {
    margin-bottom: 80px;
}

.table {
    border-bottom: 2px solid #f5f5f5;
    background-color: #fff;
    margin: 0;
}
.table:nth-child(1) {
    background-image: -moz-linear-gradient(0deg, #0e59d1 0%, #0e59d1 100%);
    background-image: -webkit-linear-gradient(0deg, #0e59d1 0%, #0e59d1 100%);
    background-image: -ms-linear-gradient(0deg, #0e59d1 0%, #0e59d1 100%);
    border: none;
}

.left {
    width: 17.083333%;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    padding: 18px 45px;
}
.table:nth-child(1) .left {
    font-size: 18px;
    color: #fff;
}
.right {
    width: calc(100% - 17.083333%);
}
.right-item {
    width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    padding: 18px 70px;
    border-left: 2px solid #f5f5f5;
}

.table:nth-child(1) .right-item {
    font-size: 18px;
    color: #fff;
    border: none;
}


.clearfix::after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.fl {
    float: left;
}
.fr
{
    float: right;
}
@media (max-width: 780px){
    .section-title{
        margin-bottom: 30px;
        padding-top: 30px;
        
    }
    .section-title h4{
        font-size: 24px;
    }
    
    .list-item{
        width: 100%;
    }
    .btn-download{
        height: 0.8rem;
        line-height: 0.8rem;
    }
}
@media screen and (max-width: 768px) {
    .table-container{
        width: 100%;
        overflow-x: auto;
    }

}
@media screen and (max-width: 480px){
  #bgVideo1{
  	padding-top: 60px;
  }
  .table-container {
    overflow-x: hidden;
}
    .table-section{
        width: 100%;
    }
    .table:nth-child(1) .left {
        font-size: 16px;
    }
    .table:nth-child(1) .right-item{
        font-size: 16px;
    }
    .left,.right-item{
        font-size: 14px;
        padding: 10px 15px;
    }
    .left{
   		width:40%;   
  	}
  	.right {
    	width: calc(100% - 40%);
	}
  .right-item{
    width:100%;
  }
}

.c-contain-3 { position: relative; margin-top:5.48rem; min-height: 1.2rem; }

.c-contain-3:before { content: ''; position: absolute; left: 0; right: 0; z-index: 2; background: #fff; border-top-right-radius: .6rem; height: 100%; }

.c-contain-3:after { content: ''; position: absolute; left: 0; right: 0; top: 1.2rem; bottom: 0; z-index: 1; background: #f5f7f9; }

.c-contain-3 .c-content { position: relative; z-index: 3; }

@media (max-width: 1600px) { .c-contain-3:before { right: 1%; } }

@media (max-width: 500px) { .c-contain-3 { margin-top: 6rem; }
  .c-contain-3:after { top: 6rem; } }


.layout { margin-left: auto; margin-right: auto; }

@media (min-width: 1921px) { .layout { width: 13.44rem; } }

@media (max-width: 1920px) { .layout { width: 90%; max-width: 1200px; } }

.md-bread-wrap { padding-top: 1.2rem; padding-bottom: .8rem; }

.md-bread-wrap .row1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 900px) { .md-bread-wrap .row1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.md-bread-wrap .text { margin-top: .4rem; }

@media (max-width: 900px) { .md-bread-wrap { padding-top: .5rem; }
  .md-bread-wrap .breadThumb, .md-bread-wrap .c-search { margin-top: .6rem; }
  .md-bread-wrap .row1 { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }


.breadThumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1921px) { .breadThumb .icon { width: .16rem; } }

@media (max-width: 900px) { .breadThumb .icon { width: 10px; } }

.breadThumb a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(51, 51, 51, 0.5); }

.breadThumb a:hover { color: #0e59d1; }

.breadThumb a .icon { margin-right: .11rem; }

.breadThumb a:after { content: '-'; margin: 0 .11rem; }

.breadThumb a:last-of-type:after { display: none; }

/* 分页 */
.pagination { text-align: center; font-size: 0; }

.pagination .pagination-cnt { display: inline-block; vertical-align: top; }

.pagination a { float: left; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: .46rem; line-height: .46rem; padding: 0 .18rem; margin: 0 .05rem; text-align: center; border: solid 1px #eeeeee; }

.pagination a:hover, .pagination a.on { background: #0e59d1; border-color: #0e59d1; }

@media (max-width: 1000px) { .pagination a { line-height: 30px; padding: 0 10px; min-width: 30px; } }


.color-6 {
    color: #666;
}

.md-service-3 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-bottom: 1.2rem; }

.md-service-3 .side { width: calc(320 / 1344 * 100%); margin-right: .24rem; border-radius: .2rem; overflow: hidden; background: #f8fafb; }

.md-service-3 .side .search { height: .64rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e5e8e9; }

.md-service-3 .side .search .icon { display: inline-block;width: 17px; margin-right: .13rem; margin-left: .22rem; }

.md-service-3 .side .search input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #333; border: none; background: transparent; height: 100%; }

.md-service-3 .side .search input::-webkit-input-placeholder { color: #666; }

.md-service-3 .side .search input:-ms-input-placeholder { color: #666; }

.md-service-3 .side .search input::-ms-input-placeholder { color: #666; }

.md-service-3 .side .search input::placeholder { color: #666; }

.md-service-3 .side .list { padding-top: .2rem; padding-bottom: .3rem;display:block; }

.md-service-3 .side .list a { display: block; line-height: 2; margin-bottom: .1rem; padding-left: .4rem; }

.md-service-3 .side .list a:hover { color: #0e59d1; }

.md-service-3 .side .list a.on { background: url(../images/103.png) no-repeat right 0.6rem center/0.09rem; color: #0e59d1; }

.md-service-3 .side .code { padding: .4rem .6rem; border-top: 1px solid #e5e8e9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.md-service-3 .side .code .cnt { background-color: #ffffff; border-radius: .2rem; padding: .27rem .38rem .2rem; text-align: center; width: 200px; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media (min-width: 1921px) { .md-service-3 .side .code .cnt { width: 2rem; } }

.md-service-3 .side .code .cnt img { width: 100%; }

.md-service-3 .side .code .cnt p { line-height: 1.1875; margin-top: .15rem; }

.md-service-3 .main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-radius: .2rem; overflow: hidden; background: #f8fafb; padding: .52rem .6rem 0; }

.md-service-3 .main .cate-name { font-weight: bold; line-height: 1.5; border-bottom: 1px solid #e5e8e9; padding-bottom: .33rem; }

@media (max-width: 900px) { .md-service-3 .side { width: 100%; margin-right: 0; }
  .md-service-3 .side .search { height: 50px; }
  .md-service-3 .main { margin-top: .3rem; padding: 0.4rem .4rem 0; } }

.md-download-2 { padding-bottom: .58rem; }

.md-download-2 .list .thead, .md-download-2 .list .tr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;text-align:center; border-bottom: 1px solid #e8e8e8; }

.md-download-2 .list .thead { font-weight: bold; line-height: 1.5; padding-bottom: .17rem; padding-top: .44rem; }

.md-download-2 .list .tr { padding: .25rem 0; }

.md-download-2 .list .col-1 { width: 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.md-download-2 .list .col-1 .icon { border: 1px solid #eeeeee; border-radius: 6px; margin-right: .15rem; }

@media (min-width: 1401px) { .md-download-2 .list .col-1 .icon { width: 0.3rem; height: 0.3rem; } }

@media (max-width: 1400px) { .md-download-2 .list .col-1 .icon { width: 20px; height: 20px; } }

.md-download-2 .list .col-2 { width: 7em; }

.md-download-2 .list .col-3 { width: 7em; }

.md-download-2 .list .col-4 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.md-download-2 .list .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 1rem; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 2.25; background-color: #ffffff; border-radius: .36rem; border: solid 1px #f4f4f4; color: #666; }

.md-download-2 .list .btn .icon { width: 14px; height: 14px; background: url(../images/129.png) no-repeat center/contain; margin-right: .05rem; }

.md-download-2 .list .btn:hover { color: #fff; background: #0e59d1; }

.md-download-2 .list .btn:hover .icon { background-image: url(../images/130.png); }

.md-download-2 .list .btn + .btn { margin-left: 3px; }

@media (max-width: 1100px) { .md-download-2 .list .col-1 { width: calc(400 / 880 * 100%); } }

@media (max-width: 900px) { .md-download-2 .list .tr { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .md-download-2 .list .col-4 { width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: .2rem; }
  .md-download-2 .list .btn { padding: 0 .5rem; }
  .md-download-2 .list .col-1 { width: 50%;text-align: left; }
  .md-download-2 .list .col-2 { width: 40%;padding-left:10px; display: none;}

   .md-download-2 .list .header-title{
   		padding-left: 1rem;
   	 	width: 160px;  
  	}

}


.md-download-2 .pagination2 { margin-top: .5rem; }
