.banner{
	height: 475px;
	background: url("../img/5.jpg") no-repeat center center;
}
.banner_tit{
	color: #fff;
	z-index: 1;
}
.banner_tit h3{
	font-size: 36px;
    margin: 335px 0 20px 0;
}
.banner_tit h5{
    max-width: 620px;
    font-size: 24px;
}
.floor1{
	margin: 50px 0;
}


.news_list {
    padding: 2% 0;
    overflow: hidden;
    margin: 0 auto;
    min-height: 300px;
    cursor: pointer;
}
.news_list:nth-child(odd){
	background: #fff;
}
.news_list:nth-child(even){
	background: #F8F8F8;
}
.news_list .news_img {
    min-height: 50px;
    margin: 10px auto 10px auto;
    overflow: hidden;
}
.news_list .news_img a {
    display: block;
    padding-top: 53%;
    vertical-align: middle;
    position: relative;
    background-color: #E0E6EA;
    overflow: hidden;
}
.news_list .ck_text {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    vertical-align: middle;
    transition: ease 0.4s;
}
.news_list .ck_left_line {
    overflow: hidden;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    left: 30%;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_list .news_img a:hover .ck_left_line {
    left: 20%;
    opacity: 1;
    
}
.news_list .btn_ck {
    overflow: hidden;
    margin: auto;
    width: 100px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_list .news_img a:hover .btn_ck{
	top: 0;
	opacity: 1;
}
.news_list .ck_right_line {
    overflow: hidden;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
    
}
.news_list .news_img a:hover .ck_right_line {
    right: 20%;
    opacity: 1;
}
.news_list .ck_cover {
    width: 100%;
    height: 100%;
    background-color: #0080ff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_list .news_img a:hover .ck_cover {
    opacity: .9;
    filter: alpha(opacity=.9);
}
.news_list .news_img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
    color: transparent;
    transition: opacity 1s, transform 1s;
}


.news_list .news_text {
    padding-left: 15px;
    margin: 10px auto 0 auto;
}
.news_list .news_text .text_w {
    position: relative;
    min-height: 130px;
    margin-bottom: 2%;
}
.news_list .news_text .text_w h4 {
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}
.news_list .news_text .text_w h4 a {
    font-size: 18px;
    line-height: 1.2;
    color: #36475a;
    font-weight: 700;
    transition: ease-in all 0.3s;
}
.news_list:hover .news_text .text_w h4 a {
    color: #0080ff;
}
.news_list .news_text .text_w .new_con {
    line-height: 28px;
    color: #6e798b;
    max-height: 80px;
    width: 80%;
    overflow: hidden;
}
.text_w .news_date {
    width: 80px;
    height: 80px;
    padding: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #E8E8E8;
    color: #999;
    transition: ease-in all 0.3s;
    border-radius: 2px;
}

.text_w .day_w, .text_w .date_w {
    display: block;
    text-align: center;
    font-family: Arial;
    color: #a5b1bf;
}
.text_w .date_w {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.text_w .day_w {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #6e798b;
}

.news_list .news_text .text_w .new_con {
    line-height: 28px;
    color: #6e798b;
    max-height: 80px;
    width: 80%;
    overflow: hidden;
}
.news_list .btn_r_more {
    display: block;
    display: inline-block;
    width: auto;
    min-width: 60px;
    padding: 0 40px;
    height: 42px;
    line-height: 42px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #0080ff;
    border: 1px solid #E8F0F2;
    color: #6e798b;
    border: 1px solid #ccd4e3;
    background-color: transparent;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.news_list .btn_r_more:before {
    font-family: "宋体";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    content: ">";
    position: absolute;
    left: 130%;
    top: 50%;
    margin-top: -8px;
    height: 100%;
    font-size: 125%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.news_list .btn_r_more:hover{
	border: 1px solid #00aaff;
    color: #FFF;
    background-color: #00aaff;
}
.news_list .btn_r_more:hover:before{
	left: 80%;
}


/*新闻详情*/
.news_content_w{
	transition: ease-in all 0.3s;
}
.news_content_w .news_t_w {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.news_content_w .news_t_w .news_title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #36475a;
}
.news_content_w .news_t_w .news_title_b {
    color: #6e798b;
    overflow: hidden;
    margin-top: 20px;
}
.news_content_w .news_t_w .news_title_b .news_date {
    float: left;
    height: 24px;
    line-height: 24px;
}
.news_content {
    line-height: 2;
    font-size: 16px;
    padding: 0 0 8% 0;
    margin: 3% auto;
    border-bottom: 1px solid #eee;
    color: #36475a;
}

.Thenext {
    font-size: 16px;
    margin: 20px 0px;
    color: #999;
    overflow: hidden;
    line-height: 24px;
}
.Thenext .last_t {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Thenext a {
    color: #666;
}
.Thenext a:hover{
	color: #0080FF;
}
.Thenext a.news_empty{
	color: #666 !important;
}
.Thenext .next_t {
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.news_content img{
	max-width: 100%;
}


.news_recommend_w{
	overflow: hidden;
}
.news_recommend_w h3 {
    font-size: 22px;
    font-weight: 500;
    color: #36475a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news_recommend_w .line {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 22px;
    margin-right: 10px;
    background-color: #008BD7;
    top: 4px;
}
.news_recommend_w ul {
    margin-left: -10px;
    margin-right: -10px;
}
.news_recommend_w li {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px auto;
    min-height: 50px;
    overflow: hidden;
}
.news_recommend_w li a {
    min-height: 50px;
    margin: 0 auto;
    overflow: hidden;
}
.news_recommend_w li a .news_img {
    display: block;
    padding-top: 53%;
    vertical-align: middle;
    position: relative;
    background-color: #E0E6EA;
}
.news_recommend_w .ck_text {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    vertical-align: middle;
    transition: ease 0.4s;
}

.news_recommend_w .ck_left_line {
    overflow: hidden;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_recommend_w .btn_ck {
    overflow: hidden;
    margin: auto;
    width: 100px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_recommend_w .ck_right_line {
    overflow: hidden;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 90px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
    
}
.news_recommend_w .ck_cover {
    width: 100%;
    height: 100%;
    background-color: #00aaff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.4s;
}
.news_recommend_w li a .news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    transition: all .5s ease-out .1s;
    transition: opacity 1s, transform 1s;
}
.news_recommend_w li a p {
    line-height: 42px;
    margin: 5px auto 10px auto;
    text-align: center;
    font-size: 14px;
    color: #36475a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_recommend_w li a:hover .ck_cover {
    opacity: .9;
    filter: alpha(opacity=.9);
}
.news_recommend_w li a:hover .ck_left_line{
	left: 20%;
	opacity: 1;
}

.news_recommend_w li a:hover .btn_ck{
	top:0;
	opacity: 1;
}
.news_recommend_w li a:hover .ck_right_line{
	right: 20%;
	opacity: 1;
}

.news_hot_w{
	overflow: hidden;
    margin: 8% 0;
}
.news_hot_w h3 {
    font-size: 22px;
    font-weight: 500;
    color: #36475a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news_hot_w .line {
    display: inline-block;
    position: relative;
    width: 2px;
    height: 22px;
    margin-right: 10px;
    background-color: #008BD7;
    top: 4px;
}
.news_hot_w ul {
    background: url(../img/news_hot.png) no-repeat 0px 10px;
    padding-left: 32px;
}
.news_hot_w li {
    height: 39px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}



.news_hot_w li a {
    color: #36475a;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.news_hot_w li a:hover{
	color: #0080FF;
}
.news_hot_w li .hot_time {
    float: right;
    color: #a5b1bf;
}


@media screen and (max-width: 1000px){
	.banner{
		height: 280px;
	}
	.banner_tit h3 {
	    font-size: 28px;
	    margin: 145px 0 20px 0;
	}
	.banner_tit h5 {
	    font-size: 20px;
	}
	.text_w .news_date{
		display: none;
	}
	.news_list .news_text .text_w .new_con{
		width: 100%;
	}
	.news_list .btn_r_more{
		display: none;
	}
}
