.wrap{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: Roboto,"Helvetica Neue",Helvetica,"Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
}
.main{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner_bg{
    position: relative;
    width: 100%;
    height: 50%;
    background: url("../img/news-20180831.jpg");
    text-align: center;
    vertical-align: middle;
    /*background-position-x: center;*/
    background-position: center center;
    background-size: cover;
}
.banner_wrap{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.content_warp{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.content{
    position: relative;
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
}
@media screen and (max-width:1280px) {
    .content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}
.banner{
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    /*background-color: rgba(223,181,94,0.8);*/
    background-image: url(../img/news-20180831.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: #c3c3c3 1px 1px 30px 5px inset;
}
@media screen and (max-width: 1269px){
    .banner{
        height: 263px;
    }
}
@media screen and (max-width: 860px) {
    .banner {
        height: 114px;
    }
}
.content_list{
}
.content_list:after{
    display: block;
    content: '';
    clear: both;
}
.content_item{
    /*float: left;*/
    cursor: pointer;
    width: 80%;
    /*height: 360px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    /*background: #FFFFFF;*/
    border-bottom: 1px dotted #ddd;
    -webkit-transition: all 0s cubic-bezier(0.23,1,0.32,1);
    -moz-transition: all 0s cubic-bezier(0.23,1,0.32,1);
    -ms-transition: all 0s cubic-bezier(0.23,1,0.32,1);
    -o-transition: all 0s cubic-bezier(0.23,1,0.32,1);
    transition: all 0s cubic-bezier(0.23,1,0.32,1);
}
/*.content_item:nth-child(3n+1){*/
    /*margin-left: 0;*/
/*}*/
.content_item:hover{
    transform: translateY(-8px);
    box-shadow: 1px 4px 10px 2px #ccc;
    transition: all .3s linear;
}
.content_item_image{
    float: left;
    width: 30%;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    /*background-image: url(../img/Logo1.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content_item_text{
    float: left;
    width: 69%;
    padding-top: 2px;
    font-size: 14px;
    line-height: 25px;
}
.content_item_text h3{
    height: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.content_item_text p{
    /*height: 42px;*/
    color: #999;
    overflow: hidden;
    font-size: 14px;
    padding-left: 20px;
}
.content_item_text span{
    /*height: 42px;*/
    float: right;
    color: #999;
    overflow: hidden;
    font-size: 14px;
    margin: auto;
}

.content_more_wrap{
    width: 100%;
    height: 40px;
    margin: 45px auto;
    text-align: center;
}
.content_more_btn{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #dfb55e;
    background-color: transparent;
    border: 1px solid #dfb55e;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -ms-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -o-transition: all .2s cubic-bezier(.47,0,.745,.715);
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.content_more_btn:hover{
    color: #FFFFFF;
    background-color: #dfb55e;
}
.content_more_btn_text{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
}