@charset "UTF-8";
/*公用样式 Begin*/
html,body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,input,select,label,dl,dt,dd{margin:0;padding:0;font-family:"Microsoft Yahei";font-size:16px;}
a{text-decoration:none;color:#333;}
li{list-style:none;}
img,input{border:0;}
input{outline:none;}
input::-webkit-input-placeholder{color:#b5b5b5;}
input::-moz-placeholder{color:#b5b5b5;}
input:-moz-placeholder{color:#b5b5b5;}
input:-ms-input-placeholder{color:#b5b5b5;}
.clear{clear:both; height:0px; overflow: hidden;}
.c_fl{float: left;}
.c_fr{float: right;}
.c_over{overflow: hidden;}

/*公用样式 End*/


/*最新专题样式 Begin*/
.c_cont_com{
	width: 1000px;
	margin:0px auto;
}
.c_weizhi{

}
.c_wz_wai{
	height: 36px;
}
.c_weizhi li{
	float: left;
	font-size: 14px;
	color: #999999;
}
.c_weizhi li span.c_kuo{
	padding:0px 4px;
}
.c_weizhi li a{
	font-size: 14px;
	color: #999999;
}
.c_leftlist{
	width: 690px;
}
.rightmod{
	width: 276px;
}
.c_news_title{
	border-bottom:1px solid #dddddd;
	height: 40px;
}
.c_news_title strong{
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #d70000;
	height: 39px;
	line-height: 39px;
	display: inline-block;
}
.c_conlist{
	margin-top: 16px;
}
.c_conlist li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	width: 100%;
	vertical-align:bottom;/*解决ie7和ie6行高变高的问题*/
}
.c_conlist li a{
	float: left;
	color: #333333;
	font-size: 16px;
	width: 492px;
	display: inline-block;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px 17px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_conlist li a:hover{
	color: #c40001;
	background-position: 0px -19px;
}
.c_conlist li span{
	float: right;
	font-size: 14px;
	color: #88888a;
}
.c_kun{
	margin-top: 25px;
}

.c_imgmod{
	
}
.c_imgmod dt a{
	position: relative;
	display: block;
	width: 100%;
}
.c_imgmod dt a img{
	width: 275px;
	height: 165px;
}
.c_imgmod dt a .c_im_title{
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	background-image: url(c_black.png);
	background-repeat:repeat;
	height: 24px;
	line-height: 24px;
	text-indent: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_im_list{
	padding-top: 5px;
}
.c_im_list li{
	height: 32px;
	line-height: 32px;
}
.c_im_list li a{
	font-size: 16px;
	color: #333;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	text-indent: 14px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;

}
.c_im_list li a:hover{
	color: #c40001;
	background-position: 0px -21px;
}
.c_mt_15{
	margin-top: 15px;
}
.c_mt_25{
	margin-top: 20px;
}
.c_imgmod dt a .c_im_but{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -28px;
	margin-top: -28px;
	width: 56px;
	height: 56px;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px -61px;
}
.c_news_title strong.c_ntb_com{
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	padding-left:27px;
}
.c_news_title strong.c_ntb_com a:hover{
	color:#c40001;
}
.c_news_title strong.c_nt_bg1{	
	background-position: 0px -131px;	
}
.c_news_title strong.c_nt_bg2{
	background-position: 0px -170px;
}
.c_news_title strong.c_nt_bg3{
	background-position: 0px -212px;
}
.c_news_title strong.c_nt_bg6{
	background-image: url(c_c_io1.png);
	background-repeat:no-repeat;
	background-position: 0px 11px;
}
.c_news_title strong.c_nt_bg7{
	background-image: url(c_c_io2.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}
.c_news_title strong.c_nt_bg8{
	background-image: url(c_c_io3.png);
	background-repeat:no-repeat;
	background-position: 0px 15px;
}
.c_news_title strong.c_nt_bg9{
	background-image: url(c_c_io4.png);
	background-repeat:no-repeat;
	background-position: 0px 9px;
}
.c_news_title strong.c_nt_bg10{
	background-image: url(c_c_io5.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}
.c_news_title strong.c_nt_bg11{
	background-image: url(c_c_io6.png);
	background-repeat:no-repeat;
	background-position: 0px 12px;
}
.c_page{
	width: 100%;
	text-align:center;
	padding-top: 36px;
	padding-bottom:36px;
}
.c_page ul li{
	display: inline-block;
	font-size: 14px;
	color: #333;
	*zoom:1;/*解决IE7下display: inline-block;不兼容问题*/
    *display: inline; /*解决IE7下display: inline-block;不兼容问题*/
	margin:0px 3px;
	position: relative;
	overflow: hidden;
}
.c_page ul li a{
	font-size: 14px;
	color: #333;
	padding:0px 10px;
	height: 30px;
	line-height: 30px;
	border:1px solid #d6d6d6;
	border-radius: 2px;
	display: block;
}
.c_page ul li span{
	height: 30px;
	line-height: 30px;
}
.c_page ul li a:hover{
	color: #fff;
	background-color: #c20713;
	border:1px solid #c20713;
}

.c_page ul li .c_input1{
	border:1px solid #d6d6d6;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	display:table-cell;vertical-align:middle;/*父元素加vertical-align:middle是为了让子元素在父元素内部垂直居中*/
}

/*最新专题样式 End*/



/*机构样式 Begin----------------------------*/
.clear{clear:both; height:0px; overflow: hidden;}
.c_fl{float: left;}
.c_fr{float: right;}
.c_over{overflow: hidden;}
.c_cont_com2{
	width: 1000px;
	margin:0px auto;
}
.c_border_tb{
	border:1px solid #a5a5a5; 
	border-top: 2px solid #c40001;
	background-image: url(c_bg1.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}
.c_leadermod{
	width: 234px;
	margin-left: 262px;
}
.c_jg_com_title{
	padding-bottom: 24px;
}
.c_jg_com_title strong{
	font-size: 18px;
	color: #c40001;
	font-weight: bold;
	border-left: 3px solid  #c40001;
	padding-left: 7px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.c_ldm_list{

}
.c_ldm_list dt{
	height: 40px;
}
.c_ldm_list dt a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.c_ldm_list dd ul li{
	width: 78px;
	float: left;
	height: 40px;
}
.c_ldm_list dd ul li a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.c_activitymod{
	width: 413px;
	margin-left:73px;
}
.c_conlist2{
}
.c_conlist2 li{
	height: 32px;
	overflow: hidden;
	width: 100%;
	vertical-align:bottom;/*解决ie7和ie6行高变高的问题*/
}
.c_conlist2 li a{
	float: left;
	color: #333333;
	font-size: 16px;
	width: 310px;
	display: inline-block;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px 11px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_conlist2 li a:hover{
	color: #c40001;
	background-position: 0px -25px;
}
.c_conlist2 li span{
	float: right;
	font-size: 14px;
	color: #88888a;
}
.c_tab{width:1000px;overflow:hidden;margin-top: 20px;}
.c_tab-menu{width:976px;background-color: #f5f5f5; padding-top: 8px;overflow: hidden; padding-left: 24px;}
.c_tab-menu ul{list-style:none;}
.c_tab-menu li{float:left;}
.c_tab-menu li a{
	font-size: 18px;
    padding: 0px 20px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.c_tab-box div{width:1000px;padding-top:20px;display:none; }
/* 让第一个框显示出来 */
.c_tab-box div:first-Child{display:block;} 
/* 改变选项卡选中时候的样式 */
.c_tab-menu li.c_change a{background:#fff;color: #c40001;} 
.c_jgsz_list{
	margin-left: -20px;
	position: relative; overflow: hidden;
}
.c_jgsz_list li{
	width: 320px;
	height: 50px;
	margin-left: 20px;
	background-color: #f5f5f5;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.c_jgsz_list li a{
	font-size: 16px;
    padding:7px 10px;
    width: 310px;
	height: 36px;
	display: block;
	line-height: 36px;
}
.c_jgsz_list li a.c_jl_te{
	font-size: 13px;
	line-height: 18px;
}
.c_bg_gray{
	background-color:#f5f5f5;
	padding:20px 0px;
	position: relative;

}
.c_log_list{
	margin-left: -15px;
	position: relative;
	overflow: hidden;
}
.c_log_list li{
	float: left;
	margin-left:80px;
}
.c_log_list li a img{
	width: 240px;
	height: 75px;
}
.c_news_title strong.c_nt_bg4{
	background-position: 0px -256px;
}
.c_mt30{
	margin-top: 30px;
}
/*机构样式 End-----------------------------*/



/*互动样式 Begin-----------------------------*/
.c_zhibo{
	width: 616px;
}
.c_zhengqiu{
	width: 353px;
}
.c_mt_h_30{
	margin-top: 30px;
}
.c_conlist3{
}
.c_conlist3 li{
	height: 32px;
	overflow: hidden;
	width: 100%;
	vertical-align:bottom;/*解决ie7和ie6行高变高的问题*/
}
.c_conlist3 li a{
	float: left;
	color: #333333;
	font-size: 16px;
	width: 284px;
	display: inline-block;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px 11px;
	text-indent: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_conlist3 li a:hover{
	color: #c40001;
	background-position: 0px -25px;
}
.c_conlist3 li span{
	float: right;
	font-size: 14px;
	color: #88888a;
}
.c_imgmod2{
	
}
.c_imgmod2 dt{
	width: 295px;
	height: 177px;
	float: left;
}
.c_imgmod2 dt a{
	position: relative;
	display: block;
	width: 100%;
}
.c_imgmod2 dt a img{
	width: 295px;
	height: 177px;
	display: block;
}
.c_imgmod2 dt a .c_im_title2{
	width: 100%;
	color: #fff;
	font-size: 14px;
	background-color: #4c4c4c;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_imgmod2 dd{
	float: right;
	width: 300px;
}
.c_im_list2{
	
}
.c_im_list2 li{
	height: 32px;
	vertical-align:bottom;/*解决ie7和ie6行高变高的问题*/
}
.c_im_list2 li a{
	font-size: 16px;
	color: #333;
	background-image: url(c_icon.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	text-indent: 14px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_im_list2 li a:hover{
	color: #c40001;
	background-position: 0px -26px;
}
.c_im_list2 li span{
	display: none;
}
.c_p_mbd3{
	display: none;
}
.c_p_bwxf{
	display: none;
}
.c_buzhang dt.c_p_xianshi{
	display: none;
}

.c_huiying{
	padding:40px 20px;
	background-color: #fafafa;
}
.c_huiying dl dt{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.c_huiying dl dd{
	text-align: right;
	padding-top: 30px;
}
.c_huiying dl dd a.c_but_more1{
	color: #c40001;
	font-size: 12px;
}
.c_huiying dl dd a.pc_but_more{
	color: #c40001;
	font-size: 12px;
}
.c_tab2{width:616px;overflow:hidden;margin-top: 20px;}
.c_tab-menu2{
	width:616px;
	overflow: hidden;
	background-image: url(c_1x.gif);
	background-repeat: repeat-x;
	background-position: 0px 41px;
}
.c_tab-menu2 ul{list-style:none;}
.c_tab-menu2 li{float:left;height: 48px;margin-right: 30px;}
.c_tab-menu2 li a{
	font-size: 18px;
    padding: 0px 0px 0px 35px;
    display: block;
    height: 40px;
    line-height: 40px;
    background-image: url(c_icon.png);
    background-repeat: no-repeat;
    font-weight: bold;
}
.c_tab-menu2 li a.c_cg_icon1{
	background-position: -220px -317px;
}
.c_tab-menu2 li a.c_cg_icon2{
	background-position: -220px -400px;
}
.c_tab-box2 div{width:616px;padding-top:20px;display:none; }
/* 让第一个框显示出来 */
.c_tab-box2 div:first-Child{display:block;} 
/* 改变选项卡选中时候的样式 */
.c_tab-menu2 li.c_change2{
	background-image: url(c_jiantou.png);
	background-position:  bottom center;
	background-repeat: no-repeat;
	background-color:#fff;
}
.c_tab-menu2 li.c_change2 a{
	
	border-bottom: 2px solid #c40001;
} 
.c_tab-menu2 li.c_change2 a.c_cg_icon1{	
	background-position: 0px -317px;
}
.c_tab-menu2 li.c_change2 a.c_cg_icon2{
	background-position: 0px -400px;
}
.c_tab-menu2 li.c_change2 a:hover{
	color: #c40001;
}
.c_buzhang{

}
.c_buzhang dt{
	margin-bottom:20px;
}
.c_buzhang dt .c_fenlei{
	margin: 0 20px 0 0;
}
.c_buzhang dt .c_fenlei input {
    width: auto;
    margin: 0 5px 0 0;
    border: none;
}
.c_buzhang dd{
	margin-bottom: 30px;
}
.c_buzhang dd p{
    background: #fafafa;
    padding: 5px 8px;
    color: #666;
    margin: 0;
    text-indent: 2em;
    line-height: 2;
    font-size: 14px;
}
.c_xinxiang{
	
}
.c_xinxiang li{
	float: left;
	position: relative;
	overflow: hidden;
	padding-bottom:10px;
}
.c_xinxiang li.shoujixianshil{
	display: none;
}
.c_xinxiang li dl{

}
.c_xinxiang li dl dt{
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: right;
}
.c_xinxiang li dl dd{
	float: left;
}
.c_xinxiang li.c_xx_term1{
	width: 314px;
}
.c_xinxiang li.c_xx_term2{
	width: 302px;
}
.c_xinxiang li.c_xx_term3{
	width: 616px;
}
.c_xinxiang li.c_xx_term1 dl dt{
	width: 95px;
}
.c_xinxiang li.c_xx_term1 dl dd{
	width: 217px;
}
.c_xinxiang li.c_xx_term2 dl dt{
	width: 117px;
}
.c_xinxiang li.c_xx_term2 dl dd{
	width: 182px;
}
.c_xinxiang li.c_xx_term3 dl dt{
	width: 95px;
}
.c_xinxiang li.c_xx_term3 dl dd{
	width: 519px;
}
.c_xinxiang li input{
	background: #fff;
    border: 1px solid #ededed;
    padding: 0 9px;
    height: 34px;
    line-height: 34px;
}
.c_xinxiang li.c_xx_term1 input{
	width: 195px;
    color: #b2b2b2;
}
.c_xinxiang li.c_xx_term2 input{
	width: 165px;
    color: #b2b2b2;
}
.c_xinxiang li.c_xx_term3 input{
	width: 500px;
    color: #b2b2b2;
}
.c_xinxiang li textarea{
	width: 500px;
    color: #b2b2b2;
    background: #fafafa;
    border: 1px solid #ededed;
    padding: 9px;
    height: 90px;
}
.c_xinxiang li dl dt label sup {
    color: #c40001;
    margin-right: 5px;
     vertical-align: middle;
}
.c_xinxiang li input.c_yanzheng{
	float: left;
	width: 132px;
}
.c_xinxiang li span.c_yan_img{
	margin-left:15px;
	float: left;
}
.c_xinxiang li a.c_yan_but{
	font-size: 12px;
	color: #666;
	text-decoration:underline;
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	margin-left:15px;
}
.c_xinxiang li .c_zhushi{
	clear: both;
	font-size: 14px;
	color: #666;
}
.c_xinxiang li .c_zhushi strong{
	color: #c40001;
}
.c_xinxiang li.c_xx_term4{
	text-align: center;
	width: 616px;
	padding-top: 15px;
}
.c_xinxiang li input.c_sub{
	background-color: #c40001;
    color: #fff;
	width: 110px;
	height: 36px;
	line-height: 36px;
    text-align: center;
    border-radius: 4px;
    margin: 0 8px;
    padding:0px;
    display: inline-block;
	border: 0px solid #c40001;
	background-image: normal;
	vertical-align:middle;
	*line-height:20px;/*解决IE7上下不兼容问题*/
}
.c_xinxiang li input.c_rst{
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c40001;
    border-radius: 4px;
    margin: 0 8px;
    border-radius: 4px;
    display: inline-block;
    background-color: #fff;
    color: #c40001;
    padding:0px;
    vertical-align:middle;
    *line-height:20px;/*解决IE7上下不兼容问题*/
}
.c_nongye_phone{

}
.c_nongye_phone li{
	height: 70px;
	line-height: 70px;
	padding-left:15px;
	font-size: 14px;
}
.c_mt_36{
	margin-top: 21px;
}

/*互动样式 End-----------------------------*/

/*专题 Begin-----------------------------*/
.c_imp_zhuan{
	margin-left: -20px;
	position: relative;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}
.c_imp_zhuan li{
	width: 320px;
	height: 100px;
	margin-left:20px;
	float: left;
}
.c_imp_zhuan li a img{
	width: 320px;
	height: 100px;
}
.c_zui_zhuan{
	margin-left: -16px;
	position: relative;
	padding-top: 20px;
	overflow: hidden;
}
.c_zui_zhuan li{
	width: 492px;
	float: left;
	margin-left: 16px;
	margin-bottom: 10px;
	overflow: hidden;
}
.c_zui_zhuan li dl{
	overflow: hidden;
}
.c_zui_zhuan li dl dt{
	width: 160px;
	height: 50px;
	float: left;
}

.c_zui_zhuan li dl dt a img{
	width: 160px;
	height: 50px;
}
.c_zui_zhuan li dl dd{
	width: 305px;
	float: right;
	height: 50px;
}
.c_zui_zhuan li dl dd a{
	font-size: 16px;
	line-height: 26px;
}
.c_zr_mt30{
	margin-top: 20px;
}
.c_zr_mt40{
	margin-top: 30px;
}
/*时间轴*/
.c_kebi{
	position: relative;
	width: 896px;
	margin:0px auto;
	overflow: hidden;
	background: url(line_4.gif) 0 44px repeat-x;
}
.c_zhanmusi{
	width: 998px;
	overflow: hidden;
	position: relative;
	margin:0px auto;
}
#timeLine {
	width: 1000px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}

#yearList {
	width: 3200px;
	list-style: none;
	position: relative;
	margin-left: 387px;
	overflow: hidden;
}

#yearList:after,.container-li:after {
	content: "";
	display: table;
	clear: both
}
.container-li{
	width: 930px;
	margin:0px auto;
}
#yearList li {
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
}
#yearList li a{
	width: 124px;
    height: 70px;
    line-height: 30px;
    display: block;
    color: #888;
    background: url(ico_dot_1.png) no-repeat center 36px;
}

.year-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #002f21;
	margin: 10px auto;
	display: block
}
.c_ico_arr {
    margin-bottom: -1px;
    height: 20px;
    background: url(ico_arr_t_1.png) no-repeat center;
    position: relative;
    z-index: 1;
}
#cList {
	width: 998px;
	position: relative;
	padding-top:30px;
	border:1px solid #e9e9e9;
	border-radius: 10px;
}

#btnLeft {
	position: absolute;
    top: 30px;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    left: 0;
    background-image: url(ico_arr_1_l.png);
}

#btnRight {
	position: absolute;
    top: 30px;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    right: 0;
    background-image: url(ico_arr_1_r.png);
}

#btnLeft:hover,#btnRight:hover {
	opacity: 1;
}

#cUl {
	width: 1000px;
	list-style: none;
	height: 400px;
	margin: 0 auto;
	position: relative;
	left: 0
}

#cUl li.c_leigaga {
	width: 1000px;
	position: absolute;
	left: 0;
	background-color: #fff;
}
.li-tit {
	display: inline-block;
	color: #fff;
	background-color: #002f21;
	padding: 10px 20px;
	margin: 30px auto 10px
}
#yearList li.year-active a{
	color: #c40001;
    background-image: url(ico_dot_2.png);
}


.c_meili{
	overflow: hidden;
	position: relative;
	margin-left: -50px;
}
.c_meili ul{
	overflow: hidden;
	height: 280px;
}
.c_meili ul li{
	width: 438px;
	float: left;
	margin-bottom:20px;
	margin-left:50px;
	height: 50px;
}
.c_meili ul li dl dt{
	float: left;
	width: 160px;
}
.c_meili ul li dl dt img{
	width: 160px;
	height: 50px;
	display: block;
}
.c_meili ul li dl dd{
	float: right;
	width: 260px;
	height: 50px;
}

 .pages{width:1000px; margin:0px auto; text-align:center;padding:10px 0; height:24px; line-height:24px;}
    .pages a{padding:0 2px;color:#333333;display: inline-block;border:1px solid #ddd;min-width: 24px;min-height: 24px;}
    .pages a.on{color: #fff;background: #c40001;}
	.pages a:hover{color:#fff;background: #c40001;}
	.pages  input{width:25px;height:24px; line-height:24px; text-align:center;padding:0; vertical-align:middle;border: 1px solid #ddd;}
	.pages  button{margin-left:4px;width:36px;height:24px; line-height:24px;padding:0; vertical-align:middle;border: 1px solid #ddd;}


/*专题 End-----------------------------*/
.c_p_mbd2{
	display: none;
}
.c_pp_jg2{
	display: none;
}
.c_shijiebei{
	display: none!important;
}



.c_zt_sch .sch_key {
    width: 200px;
    padding: 5px 9px;
    border: 1px solid #a8bbca;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
}
.c_zt_sch .sch_sub {
    width: 78px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #c40001;
    background: #fff;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    font-size: 16px;
}
.c_but_more1{
	display: none;
}


/*浏览器宽度大于等于1440，样式*/
@media screen and (min-width:1440px) {
	.c_conlist3 li{
	height: 36px;
	overflow: hidden;
	width: 100%;
	vertical-align:bottom;/*解决ie7和ie6行高变高的问题*/
}
	/*最新专题样式 Begin*/
	.c_cont_com{
		width: 1200px;
	}
	.c_leftlist{
		width: 830px;
	}
	.rightmod{
		width: 330px;
	}
	.c_imgmod dt a img{
		width: 330px;
		height: 198px;
	}
	.c_conlist li{
		height: 44px;
		line-height: 44px;
	}
	.c_conlist li a{
		font-size: 19px;
		width: 584px;
		background-position: 0px 20px;
	}
	.c_conlist li a:hover{
		background-position: 0px -16px;
	}
	.c_conlist li span{
		font-size: 16px;
	}
	.c_im_list li{
		height: 38px;
		line-height: 38px;
	}
	.c_im_list li a{
		font-size: 19px;
		background-position: 0px 17px;
	}
	.c_im_list li a:hover{
		background-position: 0px -19px;
	}
	.c_imgmod dt a .c_im_title{
		font-size: 14px;
	}
	.c_weizhi li{
		font-size: 16px;
	}
	.c_weizhi li a{
		font-size: 16px;
	}
	.c_page ul li a{
		font-size: 16px;
	}
	.c_page ul li span{
		font-size: 16px;
	}
	/*最新专题样式 End*/

	/*机构样式 Begin----------------------------*/
	.c_cont_com2{
		width: 1200px;
		margin:0px auto;
	}
	.c_leadermod{
		width: 288px;
		margin-left: 318px;
	}
	.c_ldm_list dd ul li{
		width: 96px;
	}
	.c_ldm_list dd ul li a{
		font-size: 20px;
	}
	.c_ldm_list dt a{
		 font-size: 21px;
	}
	.c_jg_com_title strong {
	    font-size: 21px;
	    height: 22px;
	    line-height: 22px;
	}
	.c_conlist2 li{
		height: 33px;
	}
	.c_border_tb{
		padding-top: 25px;
		padding-bottom: 18px;
	}
	.c_mt30{
		margin-top: 30px;
	}
	.c_tab{width:1200px;}
	.c_tab-menu{width:1176px;}
	.c_tab-menu li a{
		font-size: 21px;
	    height: 60px;
	    line-height: 60px;
	}
	.c_tab-box div{width:1200px;}
	.c_jgsz_list li{
		width: 386px;
		height: 60px;
	}
	.c_jgsz_list li a{
		font-size: 20px;
	    width: 360px;
	    height: 46px;
	    line-height: 46px;
	}
	.c_jgsz_list li a.c_jl_te{
		font-size: 16px;
		line-height: 18px;
	}
	.c_log_list{
		margin-left: -23px;
	}
	.c_log_list li{
		margin-left:96px;
	}
	.c_log_list li a img{
		width: 288px;
		height: 90px;
	}
	.c_news_title strong.c_nt_bg4{
		font-size: 24px;
		background-position: 0px -251px;
		height: 44px;
		line-height: 44px;
	}
	.c_news_title{
		height: 44px;
	}

	/*机构样式 End----------------------------*/

	/*互动样式 Begin-----------------------------*/
	.c_zhibo{
		width: 738px;
	}
	.c_zhengqiu{
		width: 426px;
	}

	.c_imgmod2 dt{
		width: 354px;
		height: 246px;
	}
	.c_imgmod2 dt a img{
		width: 354px;
		height: 213px;
	}
	.c_imgmod2 dt a .c_im_title2{
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.c_imgmod2 dd{
		width: 362px;
	}
	.c_im_list2 li{
		height: 37px;
		vertical-align: bottom;
	}
	.c_xinxiang li input{
		height: 42px;
		line-height: 42px;
	}
	.c_im_list2 li a{
		font-size: 18px;
		float: left;
        width: 100%;
	}
	.c_conlist3 li {
	    height: 37px;
	}
	.c_conlist3 li a{
		font-size: 18px;
	}
	.c_conlist3 li span{
		font-size: 18px;
	}
	.c_tab-box2 div{
		width: 738px;
	}
	.c_tab2{
		width: 738px;
	}
	.c_nongye_phone li{
		font-size: 16px;
	}
	.c_buzhang dd p{
		font-size: 16px;
		padding: 8px 8px;
	}
	.c_huiying dl dt{
		font-size: 16px;
		line-height: 34px;
	}
	.c_xinxiang li dl dt label{
		font-size: 18px;
	}
	.c_xinxiang li.c_xx_term1{
		width: 380px;
	}
	.c_xinxiang li.c_xx_term2{
		width: 358px;
	}
	.c_xinxiang li.c_xx_term1 dl dt{
		width: 108px;
	}
	.c_xinxiang li.c_xx_term1 dl dd{
		width: 272px;
	}
	.c_xinxiang li.c_xx_term1 input{
		width: 252px;
	}
	.c_xinxiang li.c_xx_term2 dl dt{
		width: 126px;
	}
	.c_xinxiang li.c_xx_term2 dl dd{
		width: 230px;
	}
	.c_xinxiang li.c_xx_term2 input{
		width: 212px;
	}
	.c_xinxiang li.c_xx_term3 dl dt{
		width: 108px;
	}
	.c_xinxiang li.c_xx_term3{
		width: 738px;
	}
	.c_xinxiang li.c_xx_term3 dl dd{
		width: 630px;
	}
	.c_xinxiang li.c_xx_term3 input{
		width: 610px;
	}
	.c_xinxiang li textarea{
		width: 610px;
	}
	.c_xinxiang li input.c_yanzheng{
		width: 142px;
	}
	.c_xinxiang li{
		padding-bottom:15px;
	}

	.c_xinxiang li input.c_sub {
	    width: 134px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 20px;
	    *line-height:30px;/*解决IE7上下不兼容问题*/
	}
	.c_xinxiang li input.c_rst {
	    width: 134px;
	    height: 42px;
	    line-height: 42px;
	    *line-height:30px;/*解决IE7上下不兼容问题*/
	    font-size: 20px;
	}
	.c_xinxiang li a.c_yan_but{
		font-size: 15px;
	}
	.c_xinxiang li .c_zhushi{
		font-size: 15px;
	}
	.c_news_title strong{
		font-size: 21px;
		height: 44px;
		line-height: 44px;
	}
	.c_news_title {
	    border-bottom: 2px solid #dddddd;
	}
	.c_tab-menu2{
		width: 738px;
		/*background-image: url(c_2x.gif);*/
		background-position: 0px 41px;
	}
	.c_tab-menu2 li a{
		font-size: 21px;
	}
	.c_mt_36{
		margin-top: 16px;
	}
	.c_huiying dl dd a.c_but_more1{
		font-size: 16px;
	}
	.c_huiying dl dd a.pc_but_more{
		font-size: 16px;
	}
	/*互动样式 End-----------------------------*/

	/*专题样式 Begin-----------------------------*/
	.c_zui_zhuan li{
		width: 592px;
	}
	.c_zui_zhuan li dl dt{
		width: 192px;
		height: 60px;
	}
	.c_zui_zhuan li dl dt a img{
		width: 192px;
		height: 60px;
	}
	.c_zui_zhuan li dl dd{
		width: 358px;
		height: 60px;
	}
	.c_zui_zhuan li dl dd a{
		font-size: 18px;
		line-height: 32px;
	}
	.c_imp_zhuan{
		margin-left: -23px;
		position: relative;
		overflow: hidden;
	}
	.c_imp_zhuan li{
		width: 384px;
		height: 120px;
		margin-left:23px;
	}
	.c_imp_zhuan li a img{
		width: 384px;
		height: 120px;
	}
	.c_zr_mt30{
		margin-top: 20px;
	}
	.c_zr_mt40{
		margin-top: 30px;
	}
	#zt_target{
		width: 1190px;
	}

	/*时间轴*/
.c_kebi{
	position: relative;
	width: 1050px;
	margin:0px auto;
	overflow: hidden;
	background: url(line_4.gif) 0 44px repeat-x;
}
.c_zhanmusi{
	width: 1198px;
	overflow: hidden;
	position: relative;
	margin:0px auto;
}
#timeLine {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}

#yearList {
	width: 3200px;
	list-style: none;
	position: relative;
	margin-left: 463px;
	overflow: hidden;
}

#yearList:after,.container-li:after {
	content: "";
	display: table;
	clear: both
}
.container-li{
	width: 1000px;
	margin:0px auto;
}
#yearList li {
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
}
#yearList li a{
	width: 124px;
    height: 70px;
    line-height: 30px;
    display: block;
    color: #888;
    background: url(ico_dot_1.png) no-repeat center 36px;
}

.year-dot {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #002f21;
	margin: 10px auto;
	display: block
}
.c_ico_arr {
    margin-bottom: -1px;
    height: 20px;
    background: url(ico_arr_t_1.png) no-repeat center;
    position: relative;
    z-index: 1;
}
#cList {
	width: 1198px;
	position: relative;
	padding-top:30px;
	border:1px solid #e9e9e9;
	border-radius: 10px;
}

#btnLeft {
	position: absolute;
    top: 30px;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    left: 0;
    background-image: url(ico_arr_1_l.png);
}

#btnRight {
	position: absolute;
    top: 30px;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    right: 0;
    background-image: url(ico_arr_1_r.png);
}

#btnLeft:hover,#btnRight:hover {
	opacity: 1;
}

#cUl {
	width: 1200px;
	list-style: none;
	height: 400px;
	margin: 0 auto;
	position: relative;
	left: 0
}

#cUl li.c_leigaga {
	width: 1200px;
	position: absolute;
	left: 0;
	background-color: #fff;
}
.li-tit {
	display: inline-block;
	color: #fff;
	background-color: #002f21;
	padding: 10px 20px;
	margin: 30px auto 10px
}
#yearList li.year-active a{
	color: #c40001;
    background-image: url(ico_dot_2.png);
}
.c_meili{
	overflow: hidden;
	position: relative;
	margin-left: -50px;
}
.c_meili ul{
	overflow: hidden;
	height: 320px;
}
.c_meili ul li{
	width: 475px;
	float: left;
	margin-bottom:20px;
	margin-left:50px;
	height: 60px;
}
.c_meili ul li dl dt{
	float: left;
	width: 192px;
}
.c_meili ul li dl dt img{
	width: 192px;
	height: 60px;
	display: block;
}
.c_meili ul li dl dd{
	float: right;
	width: 260px;
	height: 60px;
}
	/*专题样式 End-----------------------------*/


}

