.news_notice{
    width:100%;
    height:500px;
    box-sizing:border-box;
    background:url("http://222.73.11.169/user/k037/user087/03100015/php/images/bg.jpg") repeat scroll 0 0 #FFF;
}
.news{
    width:70%;
    height:500px;
    float:left;
    position:relative;
}
.notice{
    width:30%;
    float:right;
    background:#eee;
}
.title{
    width:100%;
    height:90px;
}
.title_left{
    float:left;
}
.title_right{
    float:right;    
    padding-right:5%;
}
.title_right span{
    cursor:pointer;
}
.title_left .title_left_cn{
    font-size:18px;
    font-family: '微软雅黑';
    font-weight:700;
    line-height:90px;
}
.title_left .title_left_en{
    margin-left:-4px;
    font-size:16px;
    font-family: 'Arial';
    color:#6AA412;
}
.title_right span{
    line-height:90px;
    font-size:12px;
    color:#828282;
    font-family: '微软雅黑';
}
.news_info{
    /*width:30%;*/
    padding-right:14.4%
}
.news_info .news_pic_box{
    width:100%;
}
.news_pic_box img{
    width: 95%;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #ccc;
}
.news_info_title{
    font-size:16px;
    font-family: '微软雅黑';
    line-height:42px;
}
.news_info_txt{
    font-size:12px;
    color: #666;
    text-align:justify;
    line-height:16px;
    min-height:48px;
}
.news_info_msg{
    padding-top:20px;
}
.notice_info{
    
}
.notice_info li{
    font-size:14px;
    padding:20px 0;
    cursor:pointer;
    border-bottom:1px dashed #ccc;
    line-height:20px;
}
.notice_info li:hover{
    color:#B71C22;
}
.notice_info li span{
color: #FF6712;
    font-size: 12px;
}
.noticebox{
    background:#f6f6f6;
    padding:0 14px;

    border-radius:0 0 0px 10px;
    position:relative;
    z-index:999;
}
#index .nopadding{
    padding:0;
}
.swiper-container2{                
    width:100%;
}
.news_btn_box{
    width:100px;
    height:30px;
    position:absolute;
    z-index:999;
    bottom:10px;
    left:50%;
    margin-left:-40px;
}
.news_btn_box div{
    width:26px;
    height:26px;
    float:left;
    cursor:pointer;
}
.news_btn_box .right{
    float:right;
}