.img-top-box{
    display: flex;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}
.img-top-box .img-top-left,.img-top-box .img-top-right{
    display: flex;
    /* width: 50%; */
}
.img-top-box .wyxx,.img-top-box .xjcx,.img-top-box .bszx{
    display: flex;
    align-items: center;
    height: 100%;
    /* width: 50%; */
    justify-content: center;
    border-radius: 6px;
}
.img-top-box .wyxx img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.img-top-box .xjcx{
    margin: 0 14px;
}
.img-top-box .xjcx img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.img-top-box .bszx{
    /* width: 23%; */
    margin-right: 14px;
}
.img-top-box .bszx img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.img-top-box .wxzlsjh{
    width: 77%;
}
.img-top-box .wxzlsjh img{
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.img-top-box .img-text-title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 12px;
}
.img-top-box .img-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
}
.list-tab{
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFF1F4;
}
.list-tab .tab{
    flex: 1;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3767E7;
    margin-left: 10px;
}
.list-tab img{
    width: 20px;
    height: 23px;
}
.collect-box {
    background: #f2f8ff;
    border-radius: 4px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    background: url('/template/xinlong/image/daiocha_bg.png') no-repeat;
    background-size: cover;
}
.collect-box .collect-state {
    flex-shrink: 0;
    margin-right: 30px;
    width: 75px;
    height: 27px;
    line-height: 27px;
    align-self: flex-start;
    background:url('/template/xinlong/image/dcxq/diaochaActive.png') no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.collect-box .collect-state-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #010101;
}
.collect-box .collect-state-top-name {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    font-family: PingFang SC;
    color: #000000;
    max-width: 850px;
    flex-grow: 0;
}
.collect-box:hover .collect-state-top-name{
    color: #2E7BED;
}
.collect-box:hover .collect-state-bottom-content{
    color:#638CD7;
}
.collect-box .collect-state-bottom {
    display: flex;
    align-items: center;
}
.collect-box .collect-state-bottom-content {
    max-height: 60px;
    flex: 1;
    margin-right: 70px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6f849a;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-width: 850px
}
.el-button{
    background: url('/template/xinlong/image/dcxq/submit.png') no-repeat;
    background-size: cover;
    width: 132px;
    height: 44px;
    border-radius: 6px;
}
.end-box{
    margin-top: 28px;
}
.end-box-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
    line-height: 18px;
    margin-bottom: 26px;
}
.end-box .no-box-state {
    width: 75px;
    height: 26px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    background: url('/template/xinlong/image/dcxq/diaocha.png') no-repeat;
    background-size: cover;
}
.end-box .end-box-title {
    flex: 1;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}
.end-box-title:hover {
    color: #3767E7;
    transform: translateX(10px);
}
.end-box .end-box-time {
    font-size: 16px;
    color: #666;
}
.end-box-feedback {
    cursor: pointer;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FF7400;
    margin-left: 24px;
}
.img-mid-box{
    display: flex;
    justify-content: space-between;
}
.img-mid-box img{
    width: 386px;
    height: 91px;
}
@media screen and (max-width: 768px){
    .collect-box, .collect-state-top, .collect-state-bottom, .end-box-item, .top-box {
        display: block;
    }
    .end-box .end-box-time {
        margin-left: 0;
    }
    .end-box-item{
        padding-left: 0;
        font-size: 16px;
    }
    .end-box-feed{
        margin-top: 10px;
    }
    .end-box-feedback{
        font-size: 16px;
        margin-left: 0;
    }
    .end-box .end-box-title{
        line-height: 46px;
    }
    .img-top-box{
        display: block;
        height: auto;
    }
    .img-top-box .img-top-left, .img-top-box .img-top-right{
        display: block;
        width: 100%;
    }
    .img-top-box .wyxx, .img-top-box .xjcx, .img-top-box .bszx,.img-top-box .wxzlsjh{
        height: 100px;
        /* display: block; */
        width: 100%;
        margin: 10px 0;
    }
    .list-tab img{
        width: 18px;
        height: 18px;
    }
    .list-tab .tab{
        font-size: 18px;
    }
    .img-mid-box img{
        margin-bottom: 10px;
    }
    .img-mid-box a:last-child img{
        margin-bottom: 0;
    }
    .img-top-box .wyxx img{
        height: 92%;
    }
    .img-top-box .xjcx img{
        height: 92%;
    }
    .img-top-box .bszx img{
        height: 92%;
    }
}
.btn {
    width: 132px;
    height: 44px;
    background: #266FF5;
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FAFCFF;
    line-height: 44px;
    text-align: center;
    margin-top: 8px;
    position: relative;
    cursor: pointer;
}

.chanyuimg {
    width: 38px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-container{
    padding-top:54px;
}
.news-container .news-content {
    width: 800px;
}
.news-container .news-content ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px;
}
.news-container .news-content ul li p{
    transition: all .2s;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content ul li span{
    float: right;
}
.news-container .news-content ul li::before{
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(38,111,245,.4);
    transform: rotate(45deg);
    transition: all .2s;
    margin-bottom: 2px;
}
.news-container .news-content ul li:hover::before{
    content:"";;
    background: #266ff5;
}
.news-container .news-content ul li:hover{
    color: #3767E7;
}

.news-container .news-content ul li:hover p{
    transform: translateX(10px);
}
.news-container .news-content-right {
    width: 353px;
}
.news-container .news-content-right ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px;
}
.news-container .news-content-right ul li p{
    transition: all .2s;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content-right ul li span{
    float: right;
}
.news-container .news-content-right ul li::before{
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(38,111,245,.4);
    transform: rotate(45deg);
    transition: all .2s;
    margin-bottom: 2px;
}
.news-container .news-content-right ul li:hover::before{
    content:"";;
    background: #266ff5;
}
.news-container .news-content-right ul li:hover{
    color: #3767E7;
}

.news-container .news-content-right ul li:hover p{
    transform: translateX(10px);
}
@media screen and (max-width: 1130px) {
    .news-container .news-content-right {
        margin-top: 20px;
    }
}
@media screen and (max-width: 850px) {
    .news-container .news-content {
        width: calc(100% - 10px);
        height: auto;
        padding: 5px;
    }
    .news-container .news-content ul li{
        font-size: 14px;
        margin-top: 20px;
    }
    .news-container .news-content-right {
        width: calc(100% - 10px);
        height: auto;
        padding: 5px;
    }
    .news-container .news-content-right ul li{
        font-size: 14px;
        margin-top: 20px;
    }
.news-container .news-content ul li p{
        width:67%;
    }
}
.tite-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #f2f8ff;
    border-radius: 4px;
    line-height: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6f849a;
    padding: 0 17px 0 30px;
    margin: 10px 0;
}
.statistics-box {
    display: flex;
    align-items: center;
    width: 353px;
    height: 130px;
    background: #f2f8ff;
    border: 1px solid #e1efff;
    border-radius: 4px;
}
        .statistics-box-title {
    width: 46px;
    height: 100%;
    background: #ffffff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2b65a5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    box-sizing: border-box;
}

        .statistics-box-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

        .statistics-box-right-item {
    text-align: center;
    width: 33.3%;
    margin-bottom: 12px;
}

        .statistics-count {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

        .statistics-name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6f849a;
}
@media screen and (max-width: 850px) {
    .statistics-box {
        width:100%;
    }
}