@charset "utf-8";
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.yw{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.yw_left{
    width: 680px;
    height: auto;
    overflow: hidden;
    float: left;
}
.yw_left .dynImg{
    width: 100%;
    height: 434px;
}
.yw_l_b{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    padding: 4px 20px;
    box-sizing: border-box;
    background: url(../../images/zt/zt_qiangguo/s_itle1.png) no-repeat, #f7f7f7;
    background-position: 20px center;
}
.yw_l_b > a{
    display: block;
    width: 40px;
    height: 200px;
    float: left;
}
.yw_l_b_news{
    width: 570px;
    float: right;
    margin-top: 0;
}
.yw_l_b_news .list_style{
    border-bottom: none;
    line-height: 40px;
}

.yw_r{
    width: 590px;
    height: auto;
    overflow: hidden;
    float: right;
}
.yw_r .list_title_dis_item{
    height: auto;
    overflow: hidden;
    padding: 12px;
}
.yw_r .list_title_dis_item:hover{
    padding-left: 20px;
}
.yw_r .list_title_dis_item:last-of-type{
    border: none;
}
.yw_r .list_title_dis_item span{
    white-space: initial;
}

/* 视频展播 */
.zhanbo{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.zhanbo .img_title_in span{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    bottom: 50px;
    background: url(../../images/zt/zt_qiangguo/play.png) no-repeat;
}

.img_title_out{
    margin-top: 40px;
}

/* 人物访谈 */
.fangtan{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.fangtan .img_title_out{
    margin-top: 40px;
}
.fangtan .img_title_out_text{
    height: 50px;
}

.fengcai .img_title_out_text{
    height: 50px;
}

/* 相关新闻 */
.xg{
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
}

/* 静态图片2 */
.staImg2{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
}
.staImg2_t{
	width: 100%;
	height: 404px;
	position: relative;
}
.staImg2_t_l{
	width: 50%;
	height: 100%;
	float: left;
	display: block;
	overflow: hidden;
}
.staImg2_t_r{
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
}
.staImg2_t_r_title{
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	background: var(--themes_color);
	display: block;
	margin-top: 40px;
}
.staImg2_t_r_title:hover{
	font-weight: bold;
}
.staImg2_t_r > p{
	font-size: 16px;
	line-height: 24px;
	outline-color: #999;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-left: 40px;
	box-sizing: border-box;
}
.staImg2_t_r_details{
	font-size: 16px;
	color: #999;
	margin-top: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	display: block;
}
.staImg2_t_r_details:hover{
	color: var(--themes_color);
}
.staImg2_t_r .img_title_in_center{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 610px;
    height: 182px;
	margin-top: 0;
}
.staImg2_t_r .img_title_in_center_item{
    width: 285px;
    height: 100%;
    float: left;
}
.staImg2_t_r .img_title_in_center_item:last-of-type{
    float: right;
}

/* 静态图片4 */
.staImg4{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.staImg4_item{
	width: 433px;
	height: 276px;
	float: left;
	position: relative;
	overflow: hidden;
}
.staImg4_img span{
	display: block;
	border: solid 20px;
	position: absolute;
}
.staImg4_img:nth-of-type(1) span{
	right: 0;
	top: 20px;
	border-color: transparent var(--themes_color) transparent transparent;
}
.staImg4_img:nth-of-type(3) span{
	left: 20px;
	bottom: 0;
	border-color: transparent transparent var(--themes_color) transparent;
}
.staImg4_img:nth-of-type(5) span{
	left: 0;
	top: 20px;
	border-color: transparent transparent transparent var(--themes_color);
}
.staImg4_text{
	background: var(--themes_color);
	color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	transition: padding 1s;
}
.staImg4_text:hover{
	padding: 40px 20px;
}
.staImg4_text span{
	font-weight: bold;
}
.staImg4_text p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}