body,html{
    text-size-adjust:none;
    -webkit-text-size-adjust: none;
}
.alllisticon{
    color:#252d8d;
    padding:4px 10px 5px 0;
    font-weight: 900;
}
.all_listlink{
    text-align: left;
    padding-right: 0px;
    padding-top: 10px;
}
.all_listlink small{
    font-size: 14px;
    line-height: 22px;
}
.all_listlink .alllist_Subhead{
    font-size:16px;
    font-weight:600;
    line-height: 30px;
    color:#666666;
}
.listcover{

}
.artical_headpc{

}
.artical_headicon{
    display: block;
    /* width: 120px; */
    margin: 10px auto;
}
.listnameline{
    width:100%;
    display:block;
    height:5px;
}
.listuser{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
}
.username{
    display: inline-block;
    font-size: 12px;
    background: rgba(255, 255, 255, 1);
    flex-shrink: 0;
    padding-right:10px;
    max-width: 90%;
}
.listtitle{
    font-size: 17px;
    font-weight: bold;
    min-height: 33px;
}
.listtxt{
    font-size: 12px;
    line-height: 18px;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.alllistname{
    margin-bottom:50px;
}
.alllistname ul{
    margin-bottom: 0;
}
.alllistname li{
    /* margin-bottom: 15px; */
    color: #595757;
    display: flex;
    min-height: 47px;
    line-height: 24px;
    padding:8px;
    min-height: 290px;
    /* max-height: 360px; */

}
.leftul{
    margin:0 -8px !important;
}
.rightul{
    margin: 0 -8px 0 0 !important;
}
.minhei{
    min-height: 20px !important;
}
.rowhassub{
    height:auto;
}
.alllistname ul li a {
    font-size: 18px;
    /* font-weight: 600; */
}
.alllistname ul li a:hover{
    color:#252d8d;	
}
.alllistname ul li a.active{
    color:#999999;	
}
.en_title{
    letter-spacing:0;
}
.removepadding{
    padding-left:0;
    padding-right:0;
   
}
.authorflex{
     /* display: flex;
    flex-direction: row;
    align-items: center; */
}
.title_new{
    width:150px;
    text-align: center;
}
.addtitle53{
    font-size: 22px;
    line-height: 45px;
    height: 42px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #eb4143;
    width:calc(100% - 30px);
    background: url(../images/titlebg.jpg) no-repeat ;
    background-size:150px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 5px;

}
.collectiontitle{
    font-size: 20px;
    line-height: 64px;
    height: 70px;
    color: #e14656;
    font-weight: bold;
    border-bottom: 1px solid #eb4143;
    width:100%;
    background: url(../images/titlebg.jpg) no-repeat;
    background-size: 85px !important;
    border-radius: 5px 5px 0 0;
    margin:25px 0;
}
.title_txt{
    text-align: left;
    padding-left: 100px;
}
h2{
    font-size:22px !important ;
}
h3{
    font-size:20px !important ;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
    .authorflex{
        display: flex;
       flex-direction: row;
       align-items: center;
   }
    .container {
        width: 850px !important;
    }
    .rowhassub{
        height:120px;
    }
    .listtxt{
        font-size: 14px;
        -webkit-line-clamp: 5;
    }
    .alllistname li{
        padding:18px;
        min-height: 420px;
        /* max-height: 450px; */
    }
    .leftul{
        margin: 0 -18px !important;
    }
    .rightul{
        margin: 0 -18px 0 0 !important;
    }
}
@media screen and (min-width: 990px){
    .rowhassub {
        height: 96px;
    }
}
@media screen and (min-width: 1200px){
    .rowhassub {
        height: 72px;
    }
}

@media screen and (max-width: 768px) {
    .mobileslide{
        padding:0;
    }

    .addtitle53 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        color: #000000;
        font-weight: bold;
        border-bottom: 1px solid #eb4143;
        width:100%;
        background: url(../images/titlebg.jpg) no-repeat;
        background-size: 130px;
        border-radius: 5px 5px 0 0;
        letter-spacing: 3px;
    }
    .title_new{
        width:130px;
    }
    .collectiontitle{
        font-size: 16px;
        line-height: 23px;
        height: 49px;
        color: #e14656;
        font-weight: bold;
        border-bottom: 1px solid #eb4143;
        width:100%;
        background: url(../images/titlebg.jpg) no-repeat;
        background-size: 60px !important;
        border-radius: 5px 5px 0 0;
        margin:25px 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-bottom: 5px;
    }
    .title_txt{
        text-align: left;
        padding-left: 70px;
    }
}

