﻿body{
    margin: 0;
    padding: 0px;
    background-color: white;
}
.list-container{
    width: 1200px;
    margin: 0px auto;
}
.header{
    width: 1200px;
    height: 68px;
    margin-top: 64px;
    display: flex;
    justify-content:space-between;
}
.logo img{
    width: 264px;
    height: 68px;
}
.header-info{
    color:rgb(129, 158, 187);
    width: 400px;
    height: 21px;
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
}
.nav{
    width: 1200px;
    margin-top: 32px;
    display: flex;
}
.nav-item{
    box-sizing: border-box;
    flex: 1;
    height: 48px;
    line-height: 50px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border-bottom: 6px solid #006BAB;
    cursor: pointer;
}
.nav-item-active{
    color: white;
    background-color: #006BAB;
}
.nav-item:hover{
    color: white;
    background-color: #006BAB;
}
.main{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.main-left{
    width: 794px;
    min-height: 200px;
}
.m-l-item{
    width: 794px;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 2px solid #d9e2eb;
}
.m-l-item-title{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    padding-right: 24px;
}
.m-l-item-time{
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 24px;
    padding-top: 24px;
}
.main-right{
    width: 388px;
    min-height: 200px;
}
.image-advert{
    width: 388px;
}
.i-a-item{
    width: 388px;
    margin-top: 20px;
}
.i-a-item img{
    width: 388px;
    height: auto;
}
.review{
    width: 388px;
}
.review-top{
    width: 388px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #1c7bb5;
}
.review-title{
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #131313;
    line-height: 28px;
    text-align: center;
}
.r-c-item{
    width: 348px;
    height: 50px;
    display: flex;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 2px solid #d9e2eb;
}
.r-c-item-no{
    width: 25px;
    height: 50px;
}
.number1{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: red;
    color: white;
    text-align: center;
}
.number2{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: orangered;
    color: white;
    text-align: center;
}
.number3{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: orange;
    color: white;
    text-align: center;
}
.number{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
}
.r-c-item-title{
    margin-left: 10px;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 24px;
}
.list-pagination{
    width: 1200px;
    margin: 70px 0px;
    color: #bababa;
    font-size: 15px;
    display: flex;
    justify-content: center;
}
.list-pagination a{
    color: #bababa;
}
.l-p-main a{
    padding: 0px 10px;
    display: inline-block;
}
.l-p-m-active{
    color: #0c71ae !important;
}
.jump-input{
    margin: 0px 5px;
    width: 40px;
}
.footer{
    width: 100%;
    height: 60px;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ECF2FE;
    color: #6F6F6F;
}
.footer span{
    width: 1200px;
    text-align: center;
}
