.mains{
    background-color: rgb(242, 242, 242);
}
.container{
    width: 1200px;
    background-color: white;
    position: relative;
}
.category{
    width: 1200px;
    height: 1580px;
    margin: 0 auto;
    font-size: 16px;
}
.carousel{
    width: 820px;
    height: 365px;
    margin: 20px 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.recom{
    position: absolute;
    width: 300px;
    height: 365px;
    top: 71px;
    right: 20px;
}
.recom>p{
   border-bottom: 3px solid #f5f5f5;
   padding-bottom: 7px;
}
.recom>p>span{
    border-bottom: 3px solid #ef2129;
    font-size: 18px;
    padding-bottom: 7px;
}
.recom ul{
    padding: 20px 0;
    font-size: 14px;
}
.recom li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.state{
    width: 1160px;
    height:50px;
    margin: 0 auto;
}
.burn{
    width: 1158px;
    height: 48px;
    border: 1px solid #ddd;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.burn>p{
    float: left;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
}
.burn>p>img{
    vertical-align: middle;
}
.burn>ul{
    padding-left: 140px;
    position: absolute;
    top: 0;
}
.burn>ul>li{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    position: relative;
}
.burn>ul>li i{
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    top: 20px;
    left: -20px;
    border-radius: 4px;
}
.burn .issue img{
    margin-left: 5px;
}
.burn .issue span{
    padding-left: 5px;
    font-size: 16px;
    color: white;
}
ul.banner-img{
    height: 100%;
    position: absolute;
}
ul.banner-img>li{
    float: left;
    cursor: pointer;
}
ul.indicators{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -34px;
}
ul.indicators li{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    transition: all .2s linear;
}
ul.indicators li:hover, ul.indicators li.hover{
    cursor: pointer;
    background-color: #0AA1ED;
}
.wine{
    width: 565px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    float: left;
}
.wine > p{
    width: 565px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid red;
}
.wine ul li {
    position: relative;
    padding: 10px;
    height: 120px;
    border-bottom: 1px solid #ddd;
}
.text_img{
    float: left;
    width: 100px;
    height: 100px;
}
.text_img img{
    width: 100px;
    height: 100px;
}
.wine ul li a{
    padding-left: 30px;
}
.wine ul>li>p{
    padding-left: 130px;
    color: #626262;
    font-size: 12px;
}
.wine ul>li>p.chushou{
    height: 50px;
    font-size: 14px;
    margin-top: 10px;
}

/*press_detail*/
.content{
    width: 1200px;
    margin: 10px auto;
}
.nav_header {
    height: 70px;
    background-color: rgba(0, 0, 0, .1);
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.nav_header h2{
    padding: 10px;
}
.list{
    padding: 26px;
    border: solid 1px #DFDFDF;
}
.list p {
    font-size: 16px;
    line-height: 28px;
}
.list p:last-child{
    font-size: 20px;
    color: red;
}
.list h3{
    font-size: 20px;
    margin: 20px 0;
}
.list span{
    font-size: 14px;
}
