@media screen and (max-width:6000px) and (min-width:2400px) {
    /*.hotArticles {*/
    /*    position: relative;*/
    /*    width: 230px;*/
    /*    margin-top: 0;*/
    /*    margin-left: -240px;*/
    /*    float: left;*/
    /*    background-color: #fff;*/
    /*}*/
}
@media screen and (max-width:2400px) and (min-width:1600px) {
    /*.hotArticles {*/
    /*    position: relative;*/
    /*    width: 230px;*/
    /*    margin-top: 0;*/
    /*    margin-left: -240px;*/
    /*    float: left;*/
    /*    background-color: #fff;*/
    /*}*/
}
@media screen and (max-width:1600px) and (min-width:1200px) {
    /*.hotArticles {*/
    /*    position: relative;*/
    /*    width: 230px;*/
    /*    margin-top: 0;*/
    /*    margin-left: -240px;*/
    /*    float: left;*/
    /*    background-color: #fff;*/
    /*}*/
    #details {
        width: 700px;
    }
}
@media screen and (max-width:1200px) and (min-width:768px) {
    /*.hotArticles {*/
    /*    position: relative;*/
    /*    width: 200px;*/
    /*    margin-top: 0;*/
    /*    margin-left: -210px;*/
    /*    float: left;*/
    /*    background-color: #fff;*/
    /*}*/
    #details {
        width: 380px;
    }
}

@media screen and (max-width:768px) {
    .hotArticlesBottom{
        display: block!important;
    }
    .hotArticles{
        display: none;
    }
    .articles-content-box {
        width: 100% !important;
    }
}
.articles-content {
    display: flex;
    width: 100%;
    padding-bottom: 24px;
    align-items: flex-start;
}
.articles-content-introduction {
    padding: 24px 16px;
    background: #F3F3F3;
    border-radius: 8px;
}
.articles-content-container {
    padding: 24px 16px;
}
.hotArticles {
    width: 287px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}
.hotArticles ul {
    padding: 0 16px;
}
.hotArticles li {
    color: rgba(22,24,26,0.7);
    list-style-type: disc;
    margin-top: 24px;
}
.hotArticles li a {
    color: rgba(22,24,26,0.7);
    line-height: 20px;
}
.hotArticles li:hover, .hotArticles li a:hover{
    color: #FF6F0A;
}
.articles-content-box {
    width: calc(100% - 237px);
    border-radius: 8px;
    margin: 0 16px 32px 0;
    padding: 16px;
}
.container .pc {
    padding: 24px 0;
}
.container .pc a {
    font-size: 14px;
    color: rgba(22,24,26,0.7);
}
.container .pc a:last-child {
    color: #16181A;
}
.container .pc a:hover {
    color: #FF6F0A;
}
.articles-content-title {
    color: rgba(0,0,0,0.9);
    text-align: left;
    margin: 0 0 16px 0;
    padding: 16px;
}
.articles-content-title h2 {
    margin-bottom: 16px;
    text-align: left;
}
.articles-content-title .c2 {
    color: rgba(0,0,0,0.4);
}
.articles-content-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 16px;
}
.articles-content-pre {
    font-weight: 500;
    font-size: 14px;
    color: #16181A;
}
.articles-content-pre-title {
    font-weight: 400;
    font-size: 14px;
    color: rgba(22,24,26,0.7);
}
.articles-content-pre-title:hover {
    color: #FF6F0A;
}
.recommend{
    border-radius: 10px;
    padding-bottom: 30px;
    margin: 20px 0;
}
.recommend h3{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.recommend .recommendContent{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.recommend .recommendContent .recommendItem{
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 24px;
    width: 33.33%;
    text-align: center;
}
.recommend .recommendContent .recommendItem img{
    width: 100%;
    height: 100px;
}

.recommend .recommendContent .recommendItem .recommendItemTitle{
    font-size: 20px;
    margin: 10px 0;
}
.recommend .recommendContent .recommendItem .recommendItemDesc{
    font-size: 14px;
    color: #a6a6a6;
}
.hotArticlesBottom{
    display: none;
}
.bg1 img {
    max-width: 100%;
}
.bg1 * {
    white-space: normal !important;
}