.art-banner{
    width: 100%;
    min-width: 1200px;
}

.quick-link{
    width: 1200px;
    margin: 40px auto;
}
.quick-link a{
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 270px;
    height: 100px;
    box-sizing: border-box;
    padding: 20px 0;
    float: left;
    border-radius: 6px;
    background-color: #fff;
    margin-right: 40px;
    transition: all .3s;
}
.quick-link a:last-child{
    margin-right: 0;
}
.quick-link a:hover{
    bottom: 3px;
    box-shadow: 0 6px 15px rgba(0,0,0,.1);
}
.quick-link-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    border-right: 1px solid #ddd;
}
.quick-link-txt{
    flex: 1;
    padding-left: 30px;
}
.quick-link-txt p{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.quick-link-txt span{
    display: block;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
    color: #999;
}


.container>.fl{
    width: 840px;
}
.fl-content1,
.fl-content2{
    box-sizing: border-box;
    padding: 24px 20px 15px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 20px;
}
.fl-content1:first-child{
    margin-top: 0;
}
.fl-content-tit{
    display: flex;
    align-items: center;
    width: 100%;
}
.fl-content-tit>p{
    width: 6px;
    height: 20px;
    background-color: #00b361;
    border-radius: 3px;
    margin-right: 10px;
}
.fl-content2>.fl-content-tit>p{
    background-color: #90a5f4;
}
.fl-content-tit>div{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.fl-content-tit>span{
    display: block;
    flex: 1;
    margin: 0 10px;
    height: 1px;
    background-color: #ddd;
}
.fl-content-tit>a{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #2abf69;
}
.content1-div,
.content2-div{
    width: 100%;
    margin-top: 20px;
}
.content1-div>.fl,
.content2-fl{
    width: 220px;
}
.content1-div-tit{
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.content1-div-tit span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
.content1-div-tit img{
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
}
.content1-div-hot{
    margin-top: 15px;
}
.content1-div-hot a{
    display: block;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.content1-div-hot a:hover{
    color: #2abf69;
}
.content1-div-hot a span,
.content2-hot-list>a:nth-child(n+4)>span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background-color: #bbb;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
}
.content1-div-hot a:nth-child(-n+3) span{
    background-color: #ff0000;
}
.content1-div>.fr,
.content2-fr{
    width: 540px;
}
.content1-fr1{
    overflow: hidden;
    padding: 20px 0 24px;
    border-bottom: 1px dashed #ddd;
}
.content1-fr1 a{
    display: block;
    float: left;
    width: 240px;
}
.content1-fr1 a:last-child{
    margin-left: 60px;
}
.content1-fr1 a>div{
    width: 100%;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
}
.content1-fr1 a>div img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.content1-fr1 a>div:hover img{
    transform: scale(1.06);
}
.content1-fr1 a>p{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-top: 15px;
}
.content1-fr1 a:hover>p{
    color: #2abf69;
}
.content1-fr2{
    margin-top: 12px;
    overflow: hidden;
}
.content1-fr2 a,
.content2-news2 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    float: left;
    width: 240px;
}
.content1-fr2 a:nth-child(2n),
.content2-news2 a:nth-child(2n){
    margin-left: 60px;
}
.content1-fr2 a p,
.content2-news2 a p{
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    transition: all .3s;
}
.content1-fr2 a:hover p,
.content2-news2 a:hover p{
    padding-left: 3px;
    color: #333;
}
.content1-fr2 a span,
.content2-news2 a span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}


.fl-content2{
    padding-bottom: 30px;
}
.content2-hot-tit{
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    padding: 0 20px;
    background-image: linear-gradient(to right, #ff9091, #ec7cfd);
    overflow: hidden;
}
.content2-hot-tit span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}
.content2-hot-tit img{
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    filter: grayscale(100%) brightness(200%);
    opacity: .24;
}
.content2-hot-list{
    width: 100%;
    box-sizing: border-box;
    padding: 13px 12px 15px;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    border-top: none;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #ff9091, #ec7cfd);
}
.content2-hot-list a{
    display: block;
    padding: 13px 0;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.content2-hot-list a:hover{
    color: #2abf69;
}
.content2-hot-list a span:nth-child(-n+3){
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 6px;
    vertical-align: bottom;
}
.content2-hot-list a span img{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -40px;
}
.content2-hot-list a:first-child span img{
    filter: drop-shadow(40px 0 0 #ff0000);
    -webkit-filter: drop-shadow(40px 0 0 #ff0000);
}
.content2-hot-list a:nth-child(2) span img{
    filter: drop-shadow(40px 0 0 #ff7200);
    -webkit-filter: drop-shadow(40px 0 0 #ff7200);
}
.content2-hot-list a:nth-child(3) span img{
    filter: drop-shadow(40px 0 0 #ffc600);
    -webkit-filter: drop-shadow(40px 0 0 #ffc600);
}


.content2-news-tit{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
.content2-news-tit img{
    display: inline-block;
    margin-right: 10px;
}
.content2-news-div{
    margin-top: 20px;
}
.content2-news1{
    display: flex;
    align-items: center;
}
.content2-news1-img{
    width: 200px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}
.content2-news1-img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.content2-news1-img:hover img{
    transform: scale(1.06);
}
.content2-news1-txt{
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
}
.content2-news1-txt h2{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.content2-news1-txt p{
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin: 18px 0 -6px;
}
.content2-news1:hover .content2-news1-txt h2{
    color: #2abf69;
}
.content2-news2{
    overflow: hidden;
    margin-top: 24px;
    border-top: 1px dashed #ddd;
    padding-top: 12px;
}


.container>.fr{
    width: 340px;
}

.fr-hotZt{
    width: 100%;
    box-sizing: border-box;
    padding: 24px 20px 10px;
    border-radius: 10px;
    background-color: #fff;
}
.fr-hotZt-list a{
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px dashed #ddd;
}
.fr-hotZt-list a:hover{
    background-image: linear-gradient(to bottom, #f5f5f5, #fff);
}
.fr-hotZt-list a:last-child{
    border-bottom: none;
}
.fr-hotZt-list a>img{
    display: block;
    padding: 0 15px 0 5px;
}
.hotZt-list-txt{
    border-left: 1px solid #efefef;
    padding-left: 15px;
    flex: 1;
}
.hotZt-list-txt p{
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.fr-hotZt-list a:hover .hotZt-list-txt p{
    font-weight: bold;
}
.hotZt-list-txt div{
    margin-top: 15px;
    overflow: hidden;
}
.hotZt-list-txt div span:first-child{
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #2abf69;
}
.hotZt-list-txt div span:last-child{
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    line-height: 1;
    color: #999;
}