body {
    background-color: #f5f6f8;
}


.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    /*
    padding-top: 50px;
    background-image: url(../images/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
}

/*---------*/
.choose-tab{
    width: 100%;
    /*padding: 4px 0;*/
    background: #ffffff;
}
.choose-tab li{
    font-size: 16px;
    color: #2F343B;
    padding: 6px 14px;
    margin-left: 22px;
    cursor: pointer;
}
.choose-tab .active{
    background: #A32C2C;
    color: #ffffff;
}
.name{
    color: #A32C2C;
    font-size: 16px;
    margin-right: 14px;
    line-height: 28px;
}
.type-tab{
    width: 1078px;
}
.type-tab>div{
    width: 996px;
}
.type{
    padding: 13px 30px 8px;
}




/* **************列表**************** */
.list{
    margin-top: 36px;
}
.list li {
    width: 280px;
    /*height: 441px;*/
    margin-bottom: 12px;
    float: left;
    margin-right: 12px;
}

/*.list li:nth-child(4n) {*/
    /*margin-right: 0;*/
/*}*/

.list li:hover {
    box-shadow: 0px 10px 20px -7px #535f6f;
}

.list li .image {
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.list li a {
    text-decoration: none;
}

.list li .text {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.list li h3 {
    /*width: 355px;*/
    height: 18px;
    margin: 18px 20px 12px;
    color: #313131;
    font-size: 16px;
    /*line-height: 18px;*/
    /*overflow: hidden;*/
}

.list li p {
    width: 252px;
    /*height: 38px;*/
    margin: 0 20px 14px;
    color: #A0A4AA;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
}


.list .source {
    padding: 0 19px 10px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
}

.list .source img {
    width: 14px;
    height: 12px;
    margin-right: 7px;
    margin-top: 3px;
}

.list .source span:nth-child(2) {
    width: 180px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #909090;
    line-height: 20px;
}

.layui-btn {
    width: 110px;
    height: 28px;
    line-height: 28px;
    border-radius: 19px;
    padding: 0;
    margin: 20px 91px 29px;
    font-size: 16px
}

.main-content{
    margin-top: 40px;
}
.main-list.main-diandan{
    width: 890px;
    float: left;
}

.diandan-record{
    width: 310px;
    height: 780px;
    overflow: hidden;
    background: #fff;
}

.diandan-record h3{
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #313131;
    line-height: 58px;
    text-align: center;
    position: relative;
    margin-bottom: 29px;
}
.diandan-record h3:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0px -12px 10px #f1f1f1;
    -webkit-box-shadow: 0px -12px 10px #f1f1f1;
    -moz-box-shadow: 0px -12px 10px #f1f1f1;
}
.diandan-record ul{
    height: 720px;
    overflow-y:auto;
}
.diandan-record ul li{
    margin-bottom: 40px;
}
.diandan-record ul li a{
    display: block;
}
.diandan-record ul li .title {
    width: 248px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    margin-left: 11px;
}
.diandan-record ul li .title:before{
    content: '';
    position: absolute;
    left: 0 ;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #3D3A2F;
    opacity: 0.8;
    border-radius: 50%;
    display: inline-block;
}

.diandan-record ul li .title span{
    color: #AC4D47;
}
.diandan-record ul li .time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #313131;
    margin-top: 9px;
    margin-left: 27px;
}

.diandan-record ul li .time img{
    margin-right:10px;
}

