.news_notice{
    width:100%;
    height:360px;
    box-sizing:border-box;
    background:#eeeeee;
}
.news{
    width:100%;
    height:360px;
    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:#670001;
}
.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:100%;
    height:auto;
}
.news_info_title{
    font-size:17px;
    font-family: '微软雅黑';
    line-height:42px;
}
.news_info_txt{
    font-size:12px;
    font-family: '宋体';
    text-align:justify;
    line-height:16px;
    min-height:48px;
}
.news_info_msg{
    padding-top:20px;
}
.notice_info{
    
}
.notice_info li{
    font-size:17px;
    padding:20px 0;
    cursor:pointer;
    border-bottom:1px dashed #ccc;
    line-height:20px;
}
.notice_info li:hover{
    color:#883c92;
}
.notice_info li span{
    color:#670001;
}
.noticebox{
    background:#f6f6f6;
    padding:0 14px;
    padding-bottom:28px;
    border-radius:0 0 10px 10px;
    position:relative;
    z-index:999;
}
#index .nopadding{
    padding:0;
}
.swiper-container2{                
    width:100%;
}
.news_btn_box{
    width:80px;
    height:30px;
    position:absolute;
    z-index:999;
    bottom:5px;
    left:50%;
    margin-left:-40px;
}
.news_btn_box div{
    width:30px;
    height:30px;
    float:left;
    cursor:pointer;
}
.news_btn_box .right{
    float:right;
}


/* 手机版 */
@media screen and (max-width: 600px) {
	.news {
		height: auto;
	}
	.news_info {
		padding-right:0;
		/* padding-left:5%; */
		padding-bottom: 5%;
	}
	.news_btn_box {
		display:none;
	}
	.news_info_title {
		font-size: 1.3rem;
	}
	.news_info_txt {
		font-size: 1.1rem;
	}
	.news_info_msg {
		font-size: 0.9rem;
	}
	.swiper-container2 {
		width: 300%;
	}
}