@charset "UTF-8";
body{
    font-size: 16px;
    color: #333;
}
*{
    outline: none;
}
.jzdc_end{
    color: #999999
}
a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.index_container{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/***** 第一部分 顶部新闻 *****/
.part_01{
	height:460px;
	background: url(bqgk_bg_02.jpg) no-repeat top center #FFFFFF;
}
.part1_left{
	width:320px;
	float:left;
}
.part1_left img{
	margin-top:33px;
}
.part1_right{
	width:880px;
	float:right;
	padding-top: 65px;
}
.part1_right p{
	font-size: 18px;
	color:#06366b;
	line-height: 40px;
	text-indent: 2em;
}
.part1_right p a{
	color:#cf0b01;
	font-size: 18px;
}
.part1_right_b{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.part1_right_b div{
	width:267px;
	height:101px;
}

.part2_left{
	width:580px;
	float:left;
}
.part2_video{
	padding:14px;
}
.part2_right{
	width:580px;
	float:right;
}
.news_list_menu ul{
    float: left;
}
.news_list_menu ul li{
    float: left;
    cursor: default;
    margin-left: 24px;
    height: 38px;
    line-height: 24px;
}
.news_list_menu ul li:first-child{
    margin-left: 0;
}
.news_list_menu ul li span{
    font-size: 24px;
    font-weight: bold;
}
.news_list_menu ul li.active{
    border-bottom: 4px solid #115db2;
    color: #115db2;
}
.news_list_menu .more{
    float: right;
    line-height: 23px;
}
.news_list_menu .more:hover{
    color: #115db2;
}
.news_list_sub{
    margin-top: 12px;
}
.news_list_sub ul{
    display: none;
    min-height: 252px;
}
.news_list_sub ul:first-child{
    display: block;
}
.news_list_sub ul li{
    padding-left: 20px;
    background: url("list_ico.png") no-repeat 4px center;
    height: 50px;
    line-height: 50px;
	border-bottom: 1px dashed #d0d0d0;
}
.news_list_sub ul li a{
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_sub ul li a:hover{
    color: #115db2;
}
.news_list_sub ul li .date{
    float: right;
    color: #999;
}
.news_list_sub ul .more{
    text-align: center;
    background: #f4f4f4;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    display: none;
}


.part_03{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 60px;
}
.part_03 div{
	width:371px;
	height:227px;
}

.part_04{
	background: #ebf4fb;
}
.part4_top{
	text-align: center;
	padding:40px 0;
}
.zt_con{
    margin-top: 30px;
}
.zt_con .bd{
    overflow: hidden;
	padding-left:30px;
}
.zt_con .bd ul li{
    width: 253px;
    /* height: 174px; */
    margin-right: 44px;
	text-align: center;
}
.zt_con .bd ul li img{
    width: 253px;
    height: 174px;
	padding:5px 6px;
	background: #FFFFFF;
	border-radius: 3px;
}
.zt_con .bd ul li span{
    line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	display: inline-block;
}
.zt_con .hd{
    margin-top: 34px;
	padding-bottom: 34px;
}
.zt_con .hd ul{
    text-align: center;
}
.zt_con .hd ul li{
    width: 14px;
    height: 14px;
    background: #999;
    border-radius: 100%;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.zt_con .hd ul li:first-child{
    margin-left: 0;
}
.zt_con .hd ul li.on{
    background: #db4e5c;
}
/* 走进黄渤海新区 */

.newStyle .index_container {
    width: 75%;
    height: auto;
    margin: 0 auto;
}
.newStyle .part1_left img {
    margin-top: 33px;
    width: 70%;
}
.newStyle .part1_right {
    width: 60%;
}
.newStyle .part1_right p {
    font-size: 34px;
}
.newStyle .part1_right p a {
    font-size: 34px;
}

.newStyle .part_02 {
    margin-top: 150px;
}

.newStyle .news_list_menu ul li span {
    font-size: 34px;
}

.newStyle .news_list_menu .more {
    width: 120px;
    height: 50px;
}
.newStyle .part2_left {
    width: 48%;
    float: left;
}
.newStyle .part2_right {
    width: 48%;
    float: right;
}

.newStyle .news_list_sub ul li a {
    font-size: 34px;
}

.newStyle .news_list_sub ul li .date {
    font-size: 34px;
}

.newStyle .tempWrap {
    width: 100%!important;
}

.newStyle .zt_con .bd ul li span {
    width: 100%;
    font-size: 34px;
}

@media only screen and (max-width: 768px) {
    .index_container{
        width: 95%;
    }
    .part1_right {
        width: 100%;
        margin-bottom: 40px;
    }
    .part1_left img {
        margin-left: 22%;
    }
    .part2_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .part2_right {
        width: 100%;
    }
    .part_03 div {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .part_03 a img {
        width: 100%;
        height: auto;
    }
    .part1_right_b div {
        width: 100%;
        height: auto;
    }
    .part1_right_b a img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}