
/********************** 新闻页banner Start **********************/
.news_banner{
    width: 1200px;
    height: 416px;
    background-color: #ffffff;
    margin-top: 20px;
}

/* 左边轮播图 */
/* 轮播 */
.news_rotation {
    position: relative;
    width: 652px;
    height: 416px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

/* 图片 */
.news_rotation .rotation_pic img {
    width: 652px;
    height: 416px;
    display: block;
}

/* 标题背景 */
.news_rotation .rotation_txt_bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

/* 标题 */
.news_rotation .rotation_txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.news_rotation .rotation_txt li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    /* background-color: #f00; */
}

.news_rotation .rotation_txt li a {
    display: block;
    color: #ffffff;
    padding: 0 0 0 16px;
    font-size: 16px;
    /* background-color: #f60; */
}

/* 数字切换 */
.news_rotation .rotation_num {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 14px;
}

.news_rotation .rotation_num li {
    float: left;
    position: relative;
    width: 22px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.news_rotation .rotation_num li a,
.news_rotation .rotation_num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.news_rotation .rotation_num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.news_rotation .rotation_num li.on a,
.news_rotation .rotation_num a:hover {
    background: #F85959;
}

/* 右边列表 */
.news_rotation_list{
    width: 548px;
    height: 416px;
    background-color: #ffffff;
}

.news_rotation_list_top{
    padding: 30px 20px 0 20px;
}
.news_rotation_list_top a h2{
    color: #F85959;
    font-size: 22px;
    font-weight:bold;
    text-align: center;
}
.news_rotation_list_top a h2:hover{
    color: #333333;
}
.news_rotation_list_top p{
    width: 508px;
    height: 60px;
    background-color: #f5f5f5;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 14px;
}

.news_rotation_list_bottom{
    padding: 0 30px 0 30px;
    /* background-color: #F85959; */
}
.news_rotation_list_bottom ul{
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_rotation_list_bottom ul li{
    margin-top: 16px;
}

.news_rotation_list_bottom ul li a span{
    font-size: 15px;
    color: #333333;
}

.news_rotation_list_bottom ul li a>span:first-of-type{
    color: #999999;
}
.news_rotation_list_bottom ul li a>span:nth-child(2){
    color: #eeeeee;
    margin: 0 2px;
}
.news_rotation_list_bottom ul li a>span:nth-child(3):hover{
    color: #F85959;
}
.news_rotation_list_bottom ul li a>span:nth-child(4){
    float: right;
    color: #999999;
    font-size: 14px;
}

/********************** 新闻页banner end **********************/



/********************** 新闻主要内容 start **********************/
.news_content{
    width: 1200px;
    height: auto;
    background-color: #ffffff;
    margin-top: 10px;
}

/* 新闻标题切换栏 */
.news_content_tab{
    width: 1200px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    /* background-color: blue; */
}

.news_content_tab  li{
    height: 60px;
    line-height: 60px;
    float: left;
    margin: 0 30px 0 20px;
} 

.news_content_tab  li a{
    display: inline-block;
    height: 56px;
    font-size:16px;
}

.news_content_tab  li a:hover{
    color: #F85959;
}

.news_content_tab_active a{
    color: #F85959;
    font-weight: bold;
    border-bottom: 4px solid #F85959;
}

/* 新闻内容列表 */
.news_content_list{
    width: 1200px;
    height: auto;
}

.news_content_list .hide{
	display:none;
}

/* 有图排列 */
.news_content_list ul .ispic{
    height: 190px;
    padding: 30px;
    border-bottom: 1px solid #eeeeee;
    /* background-color: #F85959; */
}

.news_content_list ul .ispic:hover{
    background-color: #f9f9f9;
} 

.news_content_list ul .ispic:hover h3 a{
    color: #F85959;
} 

.ispic .news_content_list_img a img{
    width:220px;
    height:150px;
    border-radius: 6px;
}

.ispic .news_content_list_words{
    width: 900px; 
    margin-left: 20px;
}

.ispic .news_content_list_words h3{
    margin-bottom: 20px;
}
.ispic .news_content_list_words h3 a{
    color: #333333;
    font-size: 20px;
}

.ispic .news_content_list_words p{
    margin-bottom: 20px;
	height: 55px;
}
.ispic .news_content_list_words p a{
    color: #666666;
    font-size: 14px;
}

.ispic .news_content_list_words div span{
    color: #999999;
    font-size: 14px;
    float: left;
}

.ispic .news_content_list_words div a img{
    width: 24px;
    height: 24px;
}

/* 无图排列 */
.news_content_list ul .nopic{
    height: 170px;
    border-bottom: 1px solid #eeeeee;
    padding: 30px;
}
.news_content_list ul .nopic:hover{
    background-color: #f9f9f9;
} 
.news_content_list ul .nopic:hover h3 a{
    color: #F85959;
} 

.nopic .news_content_list_words{
    width: 1150px; 
}

.nopic .news_content_list_words h3{
    margin-bottom: 20px;
}
.nopic .news_content_list_words h3 a{
    color: #333333;
    font-size: 18px;
}


.nopic .news_content_list_words p{
    margin-bottom: 20px;
	height: 40px;
}
.nopic .news_content_list_words p a{
    color: #666666;
    font-size: 14px;
}

.nopic .news_content_list_words div span{
    color: #999999;
    font-size: 14px;
    float: left;
}

.nopic .news_content_list_words div a img{
    width: 24px;
    height: 24px;
}

/********************** 新闻主要内容 end **********************/
.more{
	width:100%;
	height: 110px;
	padding-top: 30px;
	background-color: #f5f5f5;
	/*margin-bottom: 20px;*/
}

.more a{
	display:block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	color:#333333;
	text-align:center;
	border:1px solid #bbbbbb;
	border-radius: 25px;
	margin:0 auto;
}

.more a:hover{
	color: #ffffff;
    background-color: #F85959;
    border: none;
}