.public_width {
    width: 1288px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 640px;
    position: relative;
}
.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .public_width {
    display: flex;
    height: 100%;
    align-items: center;
}
.banner_in {
    z-index: 1000;
}
.banner_in_title {
    position: relative;
}
.banner_in_title h3 {
    z-index: 1000;
	font-size: 42px;
	color: #ffffff;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei;
}
.banner_in_img {
    width: 256px;
	height: 65px;
    position: absolute;
    bottom: 20px;
    left: 0px;
}
.banner_in_title img {
    width: 100%;
    height: 100%;
}
.banner_in p {
	font-size: 14px;
	color: #ffffff;
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei;
}
.banner_in p span {
    margin: 0px 10px;
}
.banner_in p a {
    color: #ffffff;
}

/* Tab切换 */
.tab-box {
    background-color: #f7f7f7;
}
.tab-box>.public_width {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tab-item {
	font-size: 16px;
	color: #333333;
    line-height: 60px;
    padding: 0px 60px;
    font-family: MicrosoftYaHei;
}
.news_active {
	font-size: 16px;
	color: #ffffff;
    background-color: #eb0909;
    font-family: MicrosoftYaHei;
}

/* Tab切换对应内容 */
.news_box {
    margin: 60px auto;
}
.news_box_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news_box_main {
    width: 65.5%;
    position: relative;
}
.news_box_main img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.news_box_main_txt {
    z-index: 1000;
    position: absolute;
    bottom: 40px;
    left: 60px;
}
.news_box_main_txt a {
	font-size: 20px;
	color: #ffffff;
    font-family: MicrosoftYaHei;
}
.news_box_main_txt p {
    width: 50%;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
}
.news_box_bottom {
    display: flex;
    margin-top: 44px;
    justify-content: space-between;
}
.news_box_bin {
    width: 31%;
}
.news_box_bin_img {
    width: 100%;
}
.news_box_bin_img img {
    width: 100%;
}
.news_box_bin_txt {
    padding: 30px 20px;
    background-color: #fafafa;
}
.news_box_bin_txt .news_box_time {
	font-size: 14px;
	color: #999999;
    margin-bottom: 20px;
    font-family: MicrosoftYaHei;
}
.news_box_bin_txt .news_box_link {
    display: block;
}
.news_box_bin_txt .news_box_link h4 {
    font-size: 20px;
    line-height: 1.5;
	color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.news_box_bin_txt .news_box_link p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: MicrosoftYaHei;
}
.news_box_bin_txt img {
    width: 16px;
	height: 16px;
    margin-top: 20px;
}

/* 新闻详情 */
.news_info {
    background-color: #FFFFFF;
}
.news_info_title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 110px;
}
.news_info_title h3 {
    font-family: MicrosoftYaHei;
	font-size: 32px;
	color: #333333;
    margin-bottom: 30px;
}
.news_info_title p {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #999999;
}

.news_info_content {
    font-family: MicrosoftYaHei;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
    margin-bottom: 120px;
}
.news_info_content_img {
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
}
.news_info_content_img img {
    width: 32%;
}
.news_info_relevant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0, 0.1);
}
.news_info_relevant a {
    font-family: MicrosoftYaHei;
	font-size: 15px;
	line-height: 75px;
	color: #666666;
    display: inline-block;
}