.list_con_right{
    float: right;
    width: 360px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ecebf6;
    overflow: hidden;
    margin-top: 40px;
}
.list_con_right_tit{
    height: 56px;
    background-color: #f7f8fc;
    padding-left: 20px;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
}
.list_con_right_tit img{
    vertical-align: middle;
    margin-right: 16px;
}
.list_con_right_lis{
    padding: 20px;
}
.list_con_right_lis li{
    /*padding-bottom: 20px;*/
}
.list_con_right_lis li a{
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #374567;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_con_right_lis li p{
    font-size: 14px;
    color: #b3b9c7;
}
.list_con_right_more{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #3861f4;
    font-size: 14px;
}
.news_left{
    float: left;
    width: calc(100% - 400px);
}
.news_left_d1{
    margin: 40px 0 30px 0;
    font-size: 14px;
}
.news_left_d1 a{
    color: #374567;
}
.news_left_d1 a:hover{
    color: #3f68f5;
}
.news_left_d1 span{
    color: rgba(55, 69, 103, 0.6);
}
.news_left_d2{
    margin-bottom: 20px;
    font-size: 30px;
    color: #374567;
    font-weight: bold;
}
.news_left_d3{
    font-size: 14px;
    color: rgba(55, 69, 103, 0.6);
    margin-bottom: 40px;
}
.news_left_d3>span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #f4f7ff;
    border: solid 1px #a3b6ff;
    padding: 0 5px;
    color: #3c64f4;
    margin-left: 10px;
}
.news_left_d4{
    line-height: 30px;
    margin-bottom: 20px;
}
.news_left_d5 li{
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    height: 56px;
    background-color: #ffffff;
}
.news_left_d5 li:last-child{
    margin-right: 0;
}
.news_left_d5 li a{
    display: block;
    line-height: 56px;
    color: rgba(55, 69, 103, 0.6);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
    border: solid 1px #e6e8f3;
    padding: 0 20px;
}
.news_left_d5 li img{
    float: right;
    margin-top: 18px;
}
.news_left_d5 li a:hover{
    border-color: #3860f4;
    color: #3860f4;
}
.news_left_d6 {
    background-color: #f7f8fc;
    padding: 10px 20px;
}
.news_left_d6 .news_left_d6_tit {
    margin-bottom: 10px;
    color: #374567;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
}
.news_left_d6 ul{
    display: flex;
    flex-wrap: wrap;
}
.news_left_d6 ul li{
    flex: 1 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px;
}
.hot_tit{
    font-size: 32px;
    font-weight: bold;
    margin: 80px 0 30px 0;
}
.help_section2 li{
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    height: 200px;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #ebeffc 100%),
    linear-gradient(90deg,
            #5f87f8 0%,
            #3860f4 100%);
    background-blend-mode: normal,
    normal;
    box-shadow: 2px 4px 10px 0px #ebeffc;
    border-radius: 4px;
    padding: 30px 20px 0 20px;
}
.help_section2 li:nth-child(4n){
    margin-right: 0;
}
.help_section2 li b{
    display: block;
    margin-bottom: 20px;
}
.help_section2 li p{
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.help_section2 li a{
    float: right;
    color: #3c64f4;
    margin-top: 10px;
}

.help-container {
    line-height: 50px;
    padding-top: 10px;
    vertical-align: top;
}

.help-container-text {
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
}

.help-container-button {
    display: inline-block;
}

.btn-help {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.btn-help .icon {
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../img/help_content_icon.png) no-repeat;
}

.btn-cry {
    background-color: #2468f2;
    margin-left: 5px;
}

.btn-smile {
    background-color: #ff6600;
}

.btn-smile .icon {
    background-position: 0 0;
}

.btn-cry .icon {
    background-position: 0 -40px;
}
.submit-success {
    padding-left: 20px;
    background-image: url(../img/help_content_icon.png);
    background-repeat: no-repeat;
    background-position: 0 -4px;
    font-size: 14px;
    color: #ff6600;
}
.hide{
    display: none;
}
.news-tip p {
    line-height: 20px;
    font-size: 12px;
    background: #f2f2f2;
    color: #999;
    padding: 10px 20px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .help-container {
        padding: 0 10px;
    }

    .list_con_right_lis li {
        padding-bottom: 10px;
    }
}