.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #ff4d1b !important;
}
body{
    background-color: white !important;
}
.newsmk1new{
    margin-top: 100px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.newsmk1new .title{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
     font-family: 'Regular' !important;
    font-size: 48px;
    font-weight: 700;
}
.newsmk1new .content{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 50%);
    display: flex;
}
.newsmk1new .content .btn{
    width: 234px;
    height: 48px;
    border-radius: 48px 0px 0px 0px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
     font-family: 'Regular' !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
    background: #dadada;
    color: black;
}
.newsmk1new .content .btn.active{
    background: #0060b1;
    color: white;
}
.layout1440pxnewsgs{
    width: 1440px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 70px;
}
.tagsboxmk{
    width: 100%;
    display: flex;
    height: 45px;
    margin-bottom: 25px;
    align-items: center;
}
.tagsboxmk .title{
    width: 5.5%;
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 700;
    color: black;
}
.tagsboxmk .content{
    width: 92.5%;
    display: flex;
    flex-wrap: wrap;
}
.tagsboxmk .content .btn{
    padding: 10px 15px;
    border: 1px solid #D9D9D9;
    color: #575757;
    border-radius: 50px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.tagsboxmk .content .btn.active{
    border: 1px solid #ff4d1b;
    color: #ff4d1b;
}
.searchbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
    margin-top: 10px;
}
.searchbox .inputbox{
    width: 240px;
    height: 32px;
    background: white;
    border: 1px solid #D9D9D9;
    border-radius: 50px 0px 0px 50px;
    padding-left: 15px;
	float:left;
}
.searchbox .inputbox input{
    border: none;
    height: 100%;
    width: 100%;
}
.searchbox button{
    width: 32px;
    height: 32px;
    border-radius: 0px 50px 50px 0px;
    background: #2285d9;
    border: none;
	float:right;
}
.listmk3box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.listmk3box .listbox{
    width: 31%;
    margin: 16px;
    display: block;
    background-color: #F4F4F4;
}
.listmk3box .listbox .imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    background: white;
}
.listmk3box .listbox .imgbox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: contain;
}
.listmk3box .listbox .contentbox{
    width: 100%;
    background-color: #F4F4F4;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.listmk3box .listbox .contentbox .time{
     font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.listmk3box .listbox .contentbox .title{
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nctnecontent table{
    width: 100% !important;
    margin-top: 15px;
}
.nctnecontent table tr{
    background: #F5F5F5;
}
.nctnecontent table tr td{
    padding: 5px 5px;
    border: 1px solid black;
    text-align: center;
    color: black;
}
.listmk3box .listbox .contentbox .content{
     font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #575757;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.listmk3box .listbox .contentbox .tags{
    display: flex;
    flex-wrap: wrap;
}
.listmk3box .listbox .contentbox .tags .tag{
    border: 1px solid #D9D9D9;
    background: white;
    padding: 10px 15px;
    color: #575757;
     font-family: 'Regular' !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
}
.listbox:hover .imgbox img{
    transform: scale(1.2);
}
.listbox:hover .contentbox .title{
    color: #0060b1;
}
.pagebox{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}


/* 以上是列表部分*/
/* 以下是详情部分*/
.layout1280px{
    width: 1280px;
    margin: 150px auto;
}
.crumbbox{
    color: #797979;
    line-height: 25px;
}
.crumbbox a{
    color: #0060b1;
     font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px;
}
.crumbbox span{
    color: #797979;
     font-family: 'Regular' !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px;
}
.nctnetitle{
     font-family: 'Regular' !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 25px;
}
.nctnetags span{
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
}
.nctneline{
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 20px;
    margin-bottom: 35px;
}
.nctnecontent{
    color: #333333;
}
.nctnecontent p {
     font-family: 'Regular' !important;
}
.nctnecontent p span{
     font-family: 'Regular' !important;
}
.nextperobox{
    width: 100%;
    height: 98px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:50px;
}
.nextperobox .fenybox{
    margin-left: 3%;
    color: #333333;
}
.nextperobox .fenybox .feny{
    margin-top: 10px;
    margin-bottom: 10px;
}
.nextperobox .fenybox .feny span{
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 700;
    margin-right: 3px;
}
.nextperobox .fenybox .feny a{
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    transition: all 0.5s;
}
.nextperobox .fenybox .feny a:hover{
    color: #ff4d1b;
}
.nextperobox .btn{
     font-family: 'Regular' !important;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #005aaa;
    border-radius: 50px;
    padding: 10px 25px;
    margin-right: 3%;
    transition: all 0.5s;
}
.nextperobox .btn:hover{
    border: 1px solid #ff4d1b;
    background-color: white;
}
.nextperobox .btn:hover a{
    color: #ff4d1b;
}
.nctnecontent p{
    font-size: 18px;
}
@media screen and (max-width: 1460px) {
    .layout1440pxnewsgs{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .listmk3box .listbox{
        margin: 12px;
    }
    .listmk3box .listbox .imgbox img{
        object-fit: cover;
        object-position: top;
    }
}
@media screen and (max-width: 960px) {
    .listmk3box .listbox .contentbox .title{
        line-height: 30px;
    }
    .tagsboxmk{
        align-items: flex-start;
        height: fit-content;
    }
    .tagsboxmk .title{
        margin-top: 7px;
    }
    .listmk3box .listbox .contentbox .content{
        height: 57px;
    }
    .nctnecontent span{
        font-size: 15px !important;
    }
    .nctnecontent p{
        font-size: 15px;
    }
    .nctnetitle{
        font-size: 27px;
    }
    .nctnetags span{
        font-size: 12px;
    }
    .searchbox{
        justify-content: center;
    }
    .newsmk1new .title{
        font-size: 38px;
    }
    /*详情页*/
    .layout1280px{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .tagsboxmk .title{
        width: 100px;
        font-size: 12px !important;
    }
    .nextperobox{
        height: fit-content;
        padding-top: 25px;
        padding-bottom: 25px;
        display:inline;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: column;
    }
    .nextperobox .fenybox .feny{
        display: flex;
    }
    /*列表页*/
    .newsmk1new{
        margin-top: 60px;
        background-position: bottom;
    }
    .newsmk1new .content{
        width: 100%;
        justify-content: center;
    }
    .newsmk1new .content .btn{
        width: 20%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
    }
    .listmk3box{
        flex-direction: column;
        align-items: center;
    }
    .listmk3box .listbox{
        width: 100%;
        margin: 0px;
        margin-bottom: 35px;
    }
    .listmk3box .listbox .imgbox{
        aspect-ratio: 49 / 33;
        height: auto;

    }
    
    .layout1280px {
    width: 100%;
    margin: 100px auto;
   }
}