﻿@charset "utf-8";
/* CSS Document */
html { color:#333;}
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td { margin: 0;padding: 0;}
table { border-collapse: collapse;border-spacing: 0;}
img { border: none;}
button,em,input,option,select,textarea,th { font:inherit;}
li {list-style: none;}
h1,h2,h3,h4 { font-weight: normal; font-size:100%;}
body { margin:0; padding:0; font-size:12px; color:#333; font-family: Microsoft YaHei,Simsun,SimHei,Arial; }
a{ color:#333; text-decoration:none;cursor: pointer;/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/}
a:hover{ text-decoration: none; color:#333;}
input{ outline:none;}
/****公用****/
.fl{ float:left;}
.fr{ float:right;}
/*清除浮动1*/
.clear { clear:both;height:0;overflow:hidden;clear:both!important;}
.clear.both {height:10px;}

/*清除浮动2*/
.clearfix:after{ visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
/*.clearfix { display: inline-block; }*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.ellipsis_dh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main{
    width: 1100px;
    margin: auto;
}


/********头部*********/
.banner{
    width: 100%;
    height: 400px;
    background: url(../img/20210112_gzlfz.jpg) top center no-repeat;
}
.nav_box{
    background: #006eab;
}
.wrap{ width: 1200px; margin: 0 auto;}

/*********导语**********/
.summary{
    margin-top: 54px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;

}
.summary a {
    color: #0f426a;
}
.summary-f1{
    text-align: justify;
    margin-bottom: 20px;
    font-size:16px ;
    line-height: 30px;
    color: black;
    text-indent: 2em;
    margin-top: 22px;
}
.summary-f1 a{
    color: #df3d3d;
}
.dy_nr_box{
    margin-top: 35px;
    overflow: hidden;
}
.dy_nr_box ul li{
    display: inline-block;
    font-size: 18px;
    width: 510px;
    color: #333;
    line-height: 42px;
    background: url(../img/20210112_te.png) left center no-repeat;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
}
/*湖南答卷*/
.hndj_box{
    margin-top: 20px;
    background: url("../img/20210112_bg.png") center no-repeat;
    padding-bottom: 76px;
}
.hndj_con ul li{
    display: inline-block;
    font-size: 18px;
    width: 509px;
    height: 64px;
    color: #333;
    line-height: 33px;
    background: url(../img/20210112_te.png) 0 11px no-repeat;
    padding-left: 15px;
    margin-top: 20px;

}
/*视频*/
.dj_ysp{
    width: 1099px;
    height: 507px;
    background:#c5def7;
    overflow: hidden;
    margin-top: 80px;
    -webkit-box-shadow: 0 0 4px #6e9fcf;
    -moz-box-shadow: 0 0 4px #6e9fcf;
    box-shadow: 0 0 4px #6e9fcf;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 860px;
	height: 513px;
	overflow: hidden;
}

#ifocus_piclist li {
	width: 860px;
	height: 513px;
	overflow: hidden;
}

.dj_left_box{
    position: relative;
}

.dj_vivo_nav {
    width: 860px;
    background: black;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 70%;
}
.dj_vivo_nav a {
    line-height: 80px;
    margin-left: 34px;
    font-size: 20px;
    color: #fff;
}
.dj_vi_carousel{
    position: relative;
    overflow: hidden;
	float: left;
	width: 199px;
	height: 506px;
    margin: 0 0 0 25px;
}
.dj_vi_carousel .dj_hd {
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
}

.dj_vi_carousel .dj_bd {
	width: 100%;	
	height: 396px;
	overflow: hidden;
	z-index: 99;
	position: absolute;
	top: 55px;
	left: 0;
}

.dj_vi_carousel .dj_hd .next{
    width: 45px;
    height: 23px;
    cursor: pointer;
    background: url(../img/20210112_dj_next.png) no-repeat;
    position: absolute;
    bottom: 15px;
    left: 77px;
}
.dj_vi_carousel .dj_hd .prev{
    width: 45px;
    height: 23px;
    cursor: pointer;
    background: url(../img/20210112_dj_prev.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 77px;
}
.dj_bd ul li{
    margin-bottom: 30px;
    /*margin-right: 20px;*/
}

/*要闻*/
.dj_ww{
    margin-top: 60px;
}
.ww_title i{
    display: block;
    width: 4px;
    height: 26px;
    background: #0071b1;
    margin-top: 6px;
}
.ww_title{
    position: relative;
}
.ww_title span{
    display: block;
    font-size: 26px;
    color: #0071b1;
    font-weight: bold;
    margin-left: 13px;
}
.ww_title .line{
    width: 437px;
    height: 1px;
    background: #d2d2d2;
    margin-left: 24px;
    margin-top: 24px;
}
.ww_title .core{
    position: absolute;
    left: 488px;
    top: 6px;
}
.ww_title .core a{
    color: #ababab;

}
.yaowen_con{
    padding-top: 17px;
}
.yaowen_con ul li{
    width: 528px;
    height: 82px;
    margin-top: 40px;
}

.yaowen_con ul li .title{
     font-size: 20px;
     font-family: "\5FAE\8F6F\96C5\9ED1";
     color: #000000;
}
.yaowen_con ul li .abstract{
    font-size: 16px;
    margin-top: 14px;
    color: #888888;
    text-indent: 2em;
}
.yaowen_con ul li .abstract a{
    color: #1b70a0;
}
.jiedu_ww{
    margin-top: 60px;
}
.jiedu_ww .jd_img a{
    border: 1px solid #d2d2d2;
    color: #ababab;
}
.jd_img ul{
    margin-top: 48px;
}

.ww_title_a i{
    display: block;
    width: 4px;
    height: 26px;
    background: #0071b1;
    margin-top: 6px;
}
.ww_title_a{
    position: relative;
    margin-bottom: 50px;
    margin-top: 55px;
}
.ww_title_a span{
    display: block;
    font-size: 26px;
    color: #0071b1;
    font-weight: bold;
    margin-left: 13px;
}
.ww_title_a .line{
    width: 955px;
    height: 1px;
    background: #d2d2d2;
    margin-left: 24px;
    margin-top: 24px;
}
.ww_title_a .core{
    position: absolute;
    left: 1052px;
    top: 6px;
    color: #ababab;
}
.ww_title_a .core a{
    color: #ababab;
}
.xgzt_img{
    padding-bottom: 13px;
}
.xgzt_img ul{
    width: 1140px;
    height: 440px;
}
.xgzt_img ul li{
    float: left;
    margin: 0px 42px 36px 0px
}

.xgzt_img ul li img{ cursor: pointer; transition: all 1s;}
.xgzt_img ul li:hover img{transform: scale(1.020);}

.hndj_describle{
  width: 100%;
  height: 300px !important;;
  background-size: 100% 100%;
}
