
ul {
    margin: 0;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.bg_list{
    height: 294px;
    background-image: url(../image/list_bg.png);
}
.list-page .tab {
    margin-top: -55px;
}
.list-page .tab li {
    /* width: 270px; */
    width: 22.9%;
    height: 110px;
    line-height: 110px;
    display: inline-block;
    text-align: center;
    color: #1d2025;
    font-size: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 9.2px 0.8px rgba(69, 91, 229, 0.15);
    cursor: pointer;
}
.list-page .tab li + li {
    margin-left: 2.4%;
}
.list-page .tab li i {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}
.list-page .tab li .i1 {
    background: url(../image/icon01.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li .i2 {
    background: url(../image/icon02.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li .i3 {
    background: url(../image/icon03.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li .i4 {
    background: url(../image/icon04.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active .i1 {
    background: url(../image/icon01.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active .i1 {
    background: url(../image/icon01_active.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active .i2 {
    background: url(../image/icon02_active.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active .i3 {
    background: url(../image/icon03_active.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active .i4 {
    background: url(../image/icon04_active.png) center center no-repeat;
    background-size: contain;
}
.list-page .tab li.active {
    color: #fff;
    background: #2e65f5;
}
.tabBox {
    display: none;
    margin: 50px 0;
}
.tabCon .tabBox:nth-child(1) {
    display: block;
}
/* 图文列表 */
.tuList li {
    width: 380px;
    height: 335px;
    display: inline-block;
    margin: 0 25px 30px 0;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9.2px 0.8px rgba(69 ,91, 229, 0.15);
    overflow: hidden;
}
.tuList li:nth-child(3n) {
    margin-right: 0;
}
.tuList li .imgBox {
    height: 210px;
}
.tuList li .imgBox img{
    width: 100%;
    height: 100%;
}
.wenList ul {
    display: inline-block;
    width: 380px;
    margin: 0 25px 30px 0;
}
.wenList ul:nth-child(3n) {
    margin-right: 0;
}
.wenList li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #252525;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wenList li a {
    color: #252525;
}
.wenList li::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 3px 0;
    width: 10px;
    height: 10px;
    background-color: #2e65f5;
    border-radius: 50%;
}
.pagination {
    text-align: center;
    /* width: 480px; */
    margin: 80px auto 30px;
}
.pagination a:first-child,
.pagination a:last-child{
    border:none;
}
.pagination li {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    color: rgb(91, 91, 91);
    border: 1px solid rgb(229, 229, 229);
    margin: 0 5px;
    border-radius: 4px;
    background-color: rgb(245, 245, 245);
}
.pagination li a {
    color: rgb(91, 91, 91);
}
.pagination li.on,
.pagination li:hover {
    background-color: rgb(46, 101, 245);
    color: #fff;
}
.pagination li.on a,
.pagination li:hover a {
    color: #fff;
}
/* 设计 */
/* .sjList li:first-child {
    margin-left: 0;
} */

.sjList li:nth-child(3n) {
    margin-left: 0;
}
.sjList li {
    position: relative;
    display: inline-block;
    width: 381px;
    height: 508px;
    margin: 20px 16px 20px 0;
    border-radius: 4px;
    background-color: rgb(213, 213, 213);
    overflow: hidden;
}
.sjList li img {
    width: 100%;
    height: 100%;
}
.sjList li p {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    padding: 0 13px;
    box-sizing: border-box;
    text-align: justify;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.65);
}
/* 视频 */
.vdoList { 
    width: 100%;
    height: 232px;
    position: relative;
}
.vdoList img{
    width: 100%;
    height: 100%;
}
.vdoList video{
    width: 100%;
    height: 100%;
}
.blackBg{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
}
img.play { 
    width: 48px; 
    height: 48px; 
    position: absolute;
    left: 43%;
    top: 39.8%;
    z-index:9; 
    border-radius:100%; 
}
img.play:hover{cursor: pointer;}
.videos{ 
    display:none; 
    position:fixed; 
    left:50%; 
    top:50%; 
    transform: translate(-50%,-50%);
    z-index:9; 
}
.vclose { 
    position:absolute;
    width: 20px;
    height: 20px;
    right:15px; 
    top:10px; 
    border-radius:100%; 
    cursor: pointer; 
    z-index: 10;
}
.vclose:hover { 
    opacity: 0.8;
}
.txt {
    padding: 20px 20px 10px;
    box-sizing: border-box;
}
.txt .p1{
    margin-bottom: 10px;
    text-align: justify;
    font-size: 18px;
    color: rgb(37, 37, 37);
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txt .p2 {
    font-size: 14px;
    color: rgb(126, 126, 126);
}
.txt .p2 span:last-child {
    float: right;
}

.vdoGroup h2 {
    margin: 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #515151;
}
.vdoGroup li {
    width: 380px;
    height: 335px;
    display: inline-block;
    margin: 0 25px 30px 0;
    vertical-align: top;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9.2px 0.8px rgba(69, 91, 229, 0.15);
    overflow: hidden;
}
.vdoGroup li:nth-child(3n){
    margin-right: 0;
}
.vdoGroup .vdoList { 
    height: 210px;
}
.vdoGroup li .p1 i {
    background: url(../image/i_video.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}
/* H5 */
.H5List .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 381px;
    height: 705px;
    margin: 0 24px 0 0;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9.2px 0.8px rgba(69 ,91, 229, 0.15);
    overflow: hidden;
}
.H5List .left:last-child {
    margin-right: 0;
}
.H5List .left img {
    height: 583px;
    width: 100%;
    margin: 0 auto;
}
.H5List .right {
    display: inline-block;
    vertical-align: top;
    width: 790px;
}
.H5List .right .tuList li:nth-child(2n) {
    margin-right: 0;
}
.H5List .right .tuList li:nth-child(3n) {
    margin-right: 25px;
}
/* 内容页 */
.detail_page .cTitle h2 {
    font-size: 24px;
    color: rgb(91, 91, 91);
    font-weight: bold;
    text-align: justify;
}
.detail_page .cTitle p {
    font-size: 24px;
    color: rgb(91, 91, 91);
    font-weight: bold;
    text-align: justify;
}
.detail_page .tuList {
    margin-top: 20px;
    width: 280px;
}
.detail_page .tuList 
.detail_page .tuList ul li {
    width: 100%;
    height: 278px;
    margin: 15px 0;
}
.detail_page .tuList ul li .imgBox {
    height: 156px;
}
.detail_page .tuList ul li .txt {
    padding: 10px;
}
.detail_page .tuList ul li:before {
    display: none;
}
.detail_page .tuList .tTitle {
    font-size: 20px;
    color: #2464f5;
    margin-bottom: 10px;
}

@media all and (max-width:1180px) {
    .list-page .twoFloor > p{
        padding: 70px 0 0 50px;
        box-sizing: border-box;
    }
    .w1200 {
        width: 100%;
    }
    .list-page .tab {
        width: 90%;
        margin: -55px auto 0;
    }
    .list-page .tab li {
        width: 23%;
    }
    .list-page .tab li + li {
        margin-left: 2.1%;
    }
    .list-page .tab li i {
        width: 35px;
        height: 35px;
    }
    .tabCon {
        width: 90%;
    }
    .tuList li {
        width: 31%;
        height: auto;
        margin: 0 2.9% 30px 0;
    }
    .tuList li .imgBox {
        height: 15.7vw;
    }
    .wenList ul {
        width: 31%;
        margin: 0 2.9% 30px 0;
    }
    .sjList li:nth-child(3n) {
        margin-left: 0;
        margin-right: 0;
    }
    .sjList li {
        width: 31%;
        height: auto;
        margin: 20px 2.9% 20px 0;
    }
    .vdoGroup li {
        width: 31%;
        height: auto;
        margin: 0 2.9% 30px 0;
    }
    .vdoGroup .vdoList {
        height: 185px;
    }
    .H5List .left {
        width: 31%;
        height: auto;
        margin: 0 2.9% 0 0;
    }
    .H5List .left img {
        height: 500px;
    }
    .H5List .right {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }
    .H5List .right .tuList li {
        width: 48%;
        height: auto;
        margin: 0 3% 30px 0;
    }
    .H5List .right .tuList li:nth-child(3n) {
        margin-right: 3%;
    }
    .H5List .right .tuList li .txt {
        padding: 10px 15px 10px;
    }
}
@media all and (max-width:768px) {
    .bg_list {
        height: 28vw;
        background: url(../image/list_bg.png) center center;
        background-size: cover;
        width: 100%;
    }
    
    .list-page .twoFloor > p{
        font-size: 20px;
        padding-top: 23px;
    }
    .list-page .tab {
        width: 100%;
        margin-top: -5vw;
    }
    .w1200 {
        width: 100%;
    }
    .list-page .tab ul {
        text-align: center;
    }
    .list-page .tab li {
        width: 20%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        border-radius: 3px;
    }
    .list-page .tab li i {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }
    .tabBox {
        width: 92%;
        margin: 30px auto;
    }
    .tuList li {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .tuList li .imgBox {
        height: auto;
    }
    .wenList ul {
        width: 100%;
    }
    .txt {
        padding: 10px;
    }
    .txt .p1 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.5em;
    }
    .txt .p2 {
        font-size: 12px;
    }
    .pagination li {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: rgb(91, 91, 91);
        border: 1px solid rgb(229, 229, 229);
        margin: 0 2px;
    }
    .wenList li {
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .pagination {
        margin: 30px auto;
    }
    .sjList li {
        width: 100%;
        height: auto;
        margin: 20px 0 0;
    }
    .sjList li p {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .vdoGroup li {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 0 0 30px 0;
    }
    .vdoGroup .vdoList {
        max-height: 210px;
        height: auto;
    }
    .H5List .left {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .H5List .left img {
        height: auto;
    }
    .H5List .right {
        width: 100%;
        margin: 30px 0;
    }
    .H5List .right .tuList li {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }
    .vdoGroup li .p1 i {
        background: url(../image/i_video.png) center center no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 3px 0;
    }
}

/* add */
[v-cloak] {
	display:none;
}