﻿

.zxlylist-container {
    width: 1200px;
    min-height: 1326px;
    /* background: #ffffff; */
    margin: 20px auto;
}

.zxlylist-left {
    width: 287px;
    float: left;
}

.zxlylist-leftTop {
    /* width: 287px; */
    /* height: 562px; */
    background: #ffffff;
    padding: 25px 16px;
    margin-bottom: 16px;
}

.zxlylist-leftTitle {
    width: 254px;
    height: 47px;
    background: url("../img/leftBGI.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.zxlylist-leftTitle .zxlylist-leftTitleFont {
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    text-align: justify;
    color: #3888fe;
    line-height: 47px;
    display: block;
    text-align: center;
    border: 2px solid #3888fe;
    border-radius: 8px;
}

.zxlylist-leftContent {
    width: 218px;
    height: 424px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #3e464c;
    line-height: 20px;
    background: #fafcff;
    border: 2px solid #3888fe;
    border-radius: 8px;
    padding: 20px 16px;
    margin: 0 auto;
    margin-top: 2px;
}

.zxlylist-leftBottom {
    width: 288px;
    height: 64px;
    background: #3888fe;
}

.zxlylist-leftBottom span {
     font-size: 18px;
     font-weight: 500;
     text-align: center;
     color: #ffffff;
     line-height: 64px;
     display: block;
     /*cursor: pointer;*/
 }
.zxlylist-leftBottom a {
    color: #ffffff!important;
}
.zxlylist-leftBottom i{
    font-size: 35px;
    vertical-align: sub;
    color: #fff;
}
.zxlylist-right {
    width: 850px;
    background: #ffffff;
    float: right;
    padding: 25px 24px;

}

.zxlylist-rightSearchInput {
    width: 554px !important;
    height: 40px !important;
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px 0px 0px 4px !important;
    display: inline-block !important;
}

.zxlylist-rightSearchBtn {
    width: 112px;
    height: 40px !important;
    background: #3888fe;
    border: 1px solid #3888fe !important;
    border-radius: 0px 4px 4px 0px !important;
    margin-left: -4px;
    margin-top: -3px;

}
.zxlylist-greyRow{
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    color: #3e464c;
}
.textA-right{
    text-align: right;
}
.zxlylist-rightProblem{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #3e464c;
    line-height: 38px;
}
}
.zxlylist-rightAnswer{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #3e464c;
    line-height: 16px;
}
.zxlylist-rightAnswer span{
    width: 824px;
    height: 40px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zxlylist-rightBottom{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8591a6;
    height: 40px;
    line-height: 40px;
}
.zxlylist-rightBottom span {
    margin-right: 32px;
}
.zxlylist-rightlist{
    margin-top: 24px;
}
.zxlylist-rightListRow{
    margin-top: 10px;
}
.redIcon{
    color: #eb414d;
}
.blueIcon{
    color: #3888FE;
}
.zxlylist-floatL{
    float: left;
}
.zxlylist-leftContent p{
    margin-bottom: 8px;
}
.zxlylist-text-overflow{
 width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.zxlylist-rightTtextOverflow{
    width: 820px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}