﻿.news_banner{
	height: 600px;
	width: 100%;
	/*background: url(../images/news_banner.png) no-repeat center center;*/
	background-size: cover;
}
.news_bread{
	height: 60px;
	background: #4f5f7f;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_bread_box{
	min-width: 289px;
    height: 60px;
    background: #303030;
    border-right: 6px solid #FFB40A;
    overflow: hidden;
    padding: 0 12px 0 0;
}
.news_bread_item{
	height: 36px;
	
	display: block;
	float: left;
	position: relative;
	padding-left: 32px;
	top:12px;
}
.news_bread_item span{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.news_bread_item span:last-child{
	font-size: 12px;
	line-height: 24px;
}
.news_bread_item::before{
	content: '';
	width: 4px;
	height: 36px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	left: 16px;
	top:0;
	bottom: 0;
	margin: auto;
}
.news_bread_loding{
	overflow: hidden;
	float: left;
	display: flex;
	margin: 0 25px;
	height: 100%;
	align-items: center;
}
.news_bread_loding span{
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	margin: 0 3px;
	border-radius: 50%;
}
.news_bread_loding span:nth-child(1){opacity: 0.3;}
.news_bread_loding span:nth-child(2){opacity: 0.7;}

.bread_nav {
	display: flex;
}
.bread_nav_item {
	width: 50px;
	height: 50px;
	/* background: url(../images//news_nav_icon.png) no-repeat; */
	/* background-size: 100%; */
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-right: 20px;
	background: none;
	cursor:pointer;
}
.bread_nav_item_activa {
	background: url(../image/news_nav_icon.png) no-repeat;
}
.bread_nav_item:hover {
	background: url(../image/news_nav_icon.png) no-repeat;
}
.bread_nav_item_click {
	background: url(../image/news_nav_icon.png) no-repeat;
}
.bread_nav_item span {
	display: block;
	width: 30px;
	margin: auto;
	line-height: 18px;
}
.bread_nav_item span a {
	color: #fff;
}
/* .bread_nav_item .nav_icon {
	width: 50px;
	height: 50px;
} */

.news_box {
	margin-top: 80px;
	min-height: 200px;
}
.news_list {
	z-index: 1;
}
.news_list_box {
	/* margin-top: 80px; */
	position: relative;
	display: flex;
	background:#ebebeb;
	padding: 20px
}
.news_list_box .news_img {
	flex-shrink: 0;
	width: 600px;
	height: 300px;
	overflow: hidden;
}
.news_list_box .news_img img {
	width: 100%;
}
.news_data_box {
	width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px 0px rgba(192, 192, 192, 0.44);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1.5%;
    top: 15%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.news_data_box span {
	display: block;
	font-size: 14px;
	color: #6B6B6B;
}
.news_data_box span:first-child { font-size: 40px; color: #FFB40A; line-height: 40px;}

.news_content {
	margin-left: 70px;
	width: 50%;
}
.news_content_title {
	font-size: 18px;
	color: #3C3C3C;
	line-height: 30px;
	margin: 30px 0 40px 0;
	/* padding: 30px 0 50px 0; */
}
.news_content_text {
	font-size: 14px;
	color: #818181;
	line-height: 24px;
}
.more_btn_box {
	width: 90px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.circle {
	width: 25px;
	height: 25px;
	background: #FFB40A;
	border-radius: 15px;
	z-index:2;
}
.more_text {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 26px;
	z-index: 3;
}
.news_big_box {
	position: relative;
	margin-bottom: 100px;
	cursor: pointer;
}
.news_list_box:hover .news_img img {
	transition: all 0.8s;
	transform: scale(1.2);
}
.news_list_box:hover .news_content_title {
	color: #178AFF;
}
.bottom_line {
	width: 120px;
    height: 40px;
    background: #ff7917;
    position: absolute;
    bottom: 10px;
    right: 5%;
}

.news_big_box2 {
	position: relative;
	margin-bottom: 100px;
	cursor: pointer;
}
.news_big_box2 .news_img  {
	margin-left: 70px;
}
.news_big_box2 .news_content  {
	margin-left: 0;
}

.news_big_box2 .bottom_line {
	left: 0;
}
.news_big_box2 .more_btn_box {
	left: 0;
}

.page_box {
	/* height: 100px;
	background-color: pink; */
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first_page {
	font-size: 12px;
}
.first_page a {
	color: #414141;
}
.first_page span {
	margin: 0 10px;
}
.first_page a:hover {
	color: #178AFF;
}
.page_num {
	margin: 0 5px 0 15px;
}
.page_num li {
	float: left;
	width: 30px;
	height: 30px;
	/* background: #178AFF; */
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	margin-right: 10px;
}
.page_num li a {
	color: #919191;
}
.page_num li:hover  {
	background: #178AFF;
}
.page_num li:hover a {
	color: #FFFFFF;
}
.page_num li:first-child {
	background: #178AFF;
}
.page_num li:first-child a {
	color: #FFFFFF;
}

@media screen and (max-width: 750px) {
    /*.news_bread_box{
        display: none;
    }*/
    .news_banner{
        height: 300px;
    }
    
    .more_text {
	   font-size: 14px;
       color: #ffffff;
        position:unset; 
       /* left: 26px; */
       /* z-index: 3; */
       line-height: 200%;
    }
    .news_list_box{
        display: block;
        min-height:150px;
    }
    .news_list_box .news_img{
        width: 100%;
        height: 200px;
    }
    .news_content {
        margin-left: 0;
        width: 100%;
    }
    .news_list{
        padding-bottom: 60px;
    }
    .news_content_title{
        margin: 0px 0 20px 0;
    }
    .bottom_line{
        width:100%;
        background: #ff7917;
        position: unset;
    }
    .more_btn_box{
        /*bottom:-52px; */
    }
    .news_big_box2 .news_img{
        margin-left: 0px;
        margin-top: 20px;
    }
    .news_big_box{
    	margin-bottom: 20px
    }
    .news_data_box{
        display: none;
    }
    .news_bread{
        padding: 0 10px;
    }
    .news_bread_box{
        width: 100%;
    }
    .title_name{
        width: 100%;
    }
}