/*二级页面*/
body{
    overflow-y: auto;
}
.content {

}

.content>div{
    background: #eae8df url(../../img/main/bg2.jpg) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width:100%;
}

.content>div>div.title{
    height: 66px;
    width:100%;
    background: #fff;
}

.content>div>div.title p{
    background: #eae8df;
    height: 66px;
    line-height: 100px;
    margin-left: 542px;
    padding-left: 80px;
    border-radius: 0 0 0 60px;
}

.content>div>div.title p a{
    font-size: 18px;
    color: #89412e;
    text-decoration: none;
}

.content>div>div.column{
    min-width: 1040px;
    width: 1040px;
    margin: 0 auto;
    background: #fff;
    min-height: 570px;
    border-radius: 0 60px 0 0;
}

.content>div>div.column>div.column_left{
    width: 140px;
    background: #b5b5b5 url(../../img/main/column_c.jpg) no-repeat top center;
    float: left;
    padding-top: 60px;
    background-size: 100% auto;
    border-radius: 0 60px 0  0;
}

.select{
    background: #b14f36 url(../../img/main/select_bg.png) no-repeat right;
    background-position: 90%;
}

.content>div>div.column>div.column_left ul{
    width: 100%;
    padding-top: 110px;
}

.content>div>div.column>div.column_left ul>li{
    list-style-type: none;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    text-indent: 12px;
}
.content>div>div.column>div.column_left ul>li>a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.content>div>div.column>div.column_right{
    position: relative;
    float: right;
    background: #fff;
    padding: 40px 0px 0 0px;
    min-height: 590px;
    border-radius: 0 60px 0 0;
}

.content>div>div.column>div.column_right .articleList p{
    width: 90%;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #e5e5e5;
    color: #555;
    margin: 0 5%;
    text-indent: 30px;
}

.content>div>div.column>div.column_right .articleList p>b{
    color:#999 ;
}
.content>div>div.column>div.column_right .articleList p:last-child{
    border-bottom: 1px solid #e5e5e5;
}

.content>div>div.column>div.column_right .articleList p:hover{
    background:#f5f5f5 ;
}

.content>div>div.column>div.column_right .articleList a.img{
    width: 225px;
    float: left;
    height: 262px;
    border-top: 0;
    position: relative;
    text-align: center;
    background: url(../../img/main/article_bg.png);
    margin: 0;
}
.content>div>div.column>div.column_right .articleList a.img>img{
    width: 178px;
    height: 180px;
    position: absolute;
    top: 26px;
    left: 25px;
}
.content>div>div.column>div.column_right .articleList a.img>span{
    position: absolute;
    bottom: 18px;
    left: 34px;
    width: 163px;
    text-align: left;
    color: #89412e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.content>div>div.column>div.column_right .articleList p.img{
    width: 225px;
    float: left;
    height: 262px;
    border-top: 0;
    position: relative;
    text-align: center;
    background: url(../../img/main/article_bg.png);
    margin: 0;
}
.content>div>div.column>div.column_right .articleList p.img>img{
    width: 178px;
    height: 180px;
    position: absolute;
    top: 26px;
    left: 25px;
}
.content>div>div.column>div.column_right .articleList p.img>span{
    position: absolute;
    bottom: 18px;
    left: 34px;
    width: 163px;
    text-align: left;
    color: #89412e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content>div>div.column>div.column_right .articleList p.img:last-child{
    border-bottom: 0 !important;
}

.content>div>div.column>div.column_right .page{
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: none;
}

.content>div>div.column>div.column_right .page b{
    /*color:red;*/
    font-size: 14px;
    font-weight: inherit;
}
.content>div>div.column>div.column_right .page a{
    text-decoration: none;
    color: #555;
    font-size: 14px;
    /* border: 1px solid #e5e5e5; */
    padding: 4px 10px;
}

.content>div>div.column>div.column_right>.article{
    margin: 0 40px;
    position: relative;
}

.content>div>div.column>div.column_right .page p:FIRST-CHILD{
    width: 50%;
    float: left;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}

.content>div>div.column>div.column_right .page p:LAST-CHILD{
    width: 90%;
    float: right;
    text-align: right;
    height: 16px;
    line-height: 16px;
    margin: 0 5%;
}

/*.content>div>div.column>div.column_right .articleList p span:LAST-CHILD{*/
/*float: right;*/
/*}*/

.content>div>div.column>div.column_right .swiper-container {
    width: 100%;
    height: 100%;
}
.content>div>div.column>div.column_right .swiper-slide {
    height:auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.content .content_left,.content .content_right{
    position: absolute;
    bottom: 0;
    display: none;
}
