@charset "UTF-8";
/*更多*/
.moreclass1{
	width: 50px;
	height:20px;
	background:#cccccc;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	border-radius:30px;
	display:inline-block;
	text-align:center;
}
.moreclass1:hover{
	color:#FFFFFF;
	background-color: #1d6aa4;
	border-color: #1d6aa4;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
}
.model_area_split{
	height:7px;
}
/*标题上部蓝色线条模块*/
.model_area{
	position:relative;
	width:100%;
}
.model_area .model_area_head{
	position:relative;
	width:100%;
	height:36px;
	border-top:3px solid #d7d7d7;
}
.model_area .model_area_title{
	position:absolute;
	padding:6px 18px;
	top:0;
	left:0;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-top:3px solid #32a2e9;
}
.model_area .model_area_content{
	text-align:left;
}
/*带图标的蓝色模块*/
.model_area2{
	width:100%;
}
.model_area2 .model_area_title{
	line-height:45px;
	color:#FFFFFF;
	font-size:15px;
	letter-spacing:1px;
	padding-left:10px;
	background:#1e50ae;
}
.model_area2:first-of-type{border-top:1px solid #0067cc;}
/*标题下部蓝色线条模块*/
.model_area3{
	position:relative;
	overflow:hidden;
	width:100%;
}
.model_area3 .model_area_head{
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:right;
	border-bottom:1px solid #e4e4e4;
}
.model_area3 .model_area_titles{
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	left:0;
}
.model_area3 .model_area_title_item{
	float:left;
	height:39px;
	line-height:40px;
	padding:0 5px;
	margin-right:10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	cursor:pointer;
}
.model_area3 .model_area_title_item.cur_nav{
	color:#333333;
	border-bottom:3px solid #1c87dd;
}
.model_area3 .model_area_content{
	text-align:left;
	border:none;
}
/*下部蓝色线条带箭头*/
.model_area33{
	position:relative;
	overflow:hidden;
	width:100%;
}
.model_area33 .model_area_head{
	position:relative;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:right;
	border-bottom:5px solid #eaeaea;
}
.model_area33 .model_area_titles{
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	left:0;
}
.model_area33 .model_area_title_item{
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.model_area33 .model_area_title_item .nav_t{
	margin:0 10px;
	font-size:16px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	color:#bdbdbd;
}
.model_area33 .model_area_title_item .nav_arrow{
	display:none;
	width:100%;
	height:9px;
	box-sizing:border-box;
	border-top:5px solid #0067cc;
	color:#0067cc;
	
	text-align:center;
	overflow:hidden;
}

.model_area33 .model_area_title_item.cur_nav .nav_t{
	color:#666666;
}
.model_area33 .model_area_title_item.cur_nav .nav_arrow{
	display:block;
}
.model_area33 .model_area_content{
	text-align:left;
	border:none;
}
/*标题左侧蓝色线条模块*/
.model_area5{
	position:relative;
	background:#FFFFFF;
	width:100%;
	overflow:hidden;
}
.model_area5 .model_area_title{
	height:42px;
}
.model_area5 .model_area_title .model_area_ti{
	display:inline-block;
	float:left;
	width:4px;
	height:19px;
	margin:12px 0 0 15px;
	background:#2586fe;
	border-radius: 5px;
}
.model_area5 .model_area_title .model_area_tt{
	display:inline-block;
	float:left;
	line-height:42px;
	color:#2586fe;
	font-size:20px;
	font-weight:bold;
	margin-left:10px;
}
.model_area5 .model_area_title .model_area_tt_choose{
	cursor:pointer;
	margin-right:30px;
}
.model_area5 .model_area_title .model_area_tt_choose.normal_nav{
	font-weight:normal;
}
.model_area5 .model_area_title .model_area_info{
	display:inline-block;
	float:right;
	line-height:40px;
	color:#999999;
	font-size:14px;
	font-weight:normal;
	margin-right:20px;
}
.model_area5 .model_area_title .model_area_info a{
	color:#505050;
}
.model_area5 .model_area_title .model_area_info a:hover{
	color:#3383e3;
}
.model_area5 .model_area_title .model_area_info .news_read_num{
	color:#505050;
	font-weight:bold;
}
.model_area5 .model_area_content{
	margin-top:1px;
	border-top:2px solid #eeeeee;
	min-height:400px;
}

/*多标题选中为蓝色背景圆边模块*/
.model_area8{
	
}
.model_area8 .model_area_head{
	height:50px;
	margin:6px auto 0 auto;
	border-bottom:1px solid #e8e8e8;
}
.model_area8 .model_area_head .model_area_titles{float:left;}
.model_area8 .model_area_head .model_area_more{float:right; margin-top:10px;}
.model_area8 .model_area_head .model_area_titles li{float:left; list-style-type:none; margin-right:5px;}
.model_area8 .model_area_head .model_area_titles li.item-nav{
	height:50px;
	padding:0 7px;
}
.model_area8 .model_area_head .model_area_titles .model_area_title_item>a{
	height:30px;
	line-height:30px;
	margin-top:6px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#585858;
	padding:0 15px;
	border-radius:30px;
}
.model_area8 .model_area_head .model_area_titles .model_area_title_item.cur_nav a{
	background:#2586fe;
	color:#FFFFFF;
}
/*淡蓝色背景圆边模块*/
.model_area9{
	width:100%;
	position:relative;
	overflow:hidden;
}
.model_area9 .model_area_title{
	position:absolute;
	width:100%;
	height:42px;
	top:0;
	line-height:42px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	box-sizing:border-box;
	padding-left:55px;
	background:url(../image/model_icon2.png) #2586fe no-repeat 24px center;
	border-radius:30px;
        cursor:pointer;
}
.model_area9 .model_area_content{
	width:100%;
	margin-top:21px;
	padding-top:21px;
	box-sizing:border-box;
	background:#f6f6f6;
}

/*模块内容列表样式2*/

.model_area_list2 ul li.model_area_list_head{
	border-top:2px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	height:36px;
	line-height:36px;
	color:#999999;
	font-size:15px;
}
.model_area_list2 ul li.model_area_list_head span{
	display:block;
	text-align:center;
	float:left;
}
.model_area_list2 ul li.model_area_list_row{
	height:31px;
	line-height:31px;
	color:#666666;
}
.model_area_list2 ul li.model_area_list_row span{
	display:block;
	text-align:center;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	float:left;
}
.model_area_list2 ul li.model_area_list_row:hover span{
	color:#3383e3;
}
/*模块内容问答样式*/
.model_area_list3{
	
}
.model_area_list3 ul{
	text-align:left;
}
.model_area_list3 ul li{
	height:68px;
	overflow:hidden;
}
.model_area_list3 ul li:hover{
	background:#f2f2f2;
}
.model_area_list3 li label{
	display:inline-block;
	width:20px;
	height:35px;
	color:#999999;
	line-height:35px;
	text-align:left;
}
.model_area_list3 .problem_con{
	margin-left:20px;
}
.model_area_list3 .problem_b_t{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
.model_area_list3 .problem_l{
	color:#666666;
	font-size:14px;
	width:168px;
	display:inline-block;
}
.model_area_list3 .problem_l_t{
	color:#999999;
}
/*模块内容主题-摘要样式*/
.model_area_list3_s{
}
.model_area_list3_s ul{
	text-align:left;
}
.model_area_list3_s ul li a{
	margin:0 10px;
	height:100px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.model_area_list3_s ul li:hover{
	background:#f2f2f2;
}
.model_area_list3_s li label{
	display:inline-block;
	width:20px;
	height:35px;
	color:#999999;
	line-height:40px;
	text-align:left;
}
.model_area_list3_s .con_t{
	color:#666666;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
}
.model_area_list3_s .con_t font{display:none}
.model_area_list3_s .con_d{
	margin-left:20px;
	color:#666666;
	font-size:14px;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
	white-space: break-word;  /*强制不换行*/
}
/*模块内容新闻列表样式*/
.model_area_list4{
	padding:0 13px;
}
.model_area_list4 li{
	height:41px;
	border-bottom:1px dashed #dddddd;
	overflow:hidden;
}
.model_area_list4 li a{
	clear:both;
	font-size:16px;
	line-height:41px;
	font-weight:normal;
	color:#666666;
}
.model_area_list4 span{
	float:right;
	font-size:16px;
	font-weight:normal;
	color:#999999;
}
.model_area_list4 li label{
	display:inline-block;
	width:20px;
	height:41px;
	color:#aaaaaa;
	line-height:41px;
	text-align:left;
}
.model_area_list4 li .imageNews{
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:middle;
	background:url(../image/imageNews.png) no-repeat center center;
}
.model_area_list4 li:hover a,.model_area_list4 li:hover label,.model_area_list4 li:hover span{
	color:#3383e3;
}
/*模块内容新闻列表样式-小号*/
.model_area_list4_s{
	padding:10px 24px;
}
.model_area_list4_s li{
	height:37px;
	overflow:hidden;
}
.model_area_list4_s li a{
	clear:both;
	font-size:14px;
	line-height:37px;
	font-weight:normal;
	color:#666666;
}
.model_area_list4_s span{
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
.model_area_list4_s li label{
	display:inline-block;
	width:20px;
	height:37px;
	color:#aaaaaa;
	line-height:41px;
	text-align:left;
}
.model_area_list4_s li .imageNews{
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:middle;
	background:url(../image/imageNews.png) no-repeat center center;
}
.model_area_list4_s li:hover a,.model_area_list4_s li:hover label,.model_area_list4_s li:hover span{
	color:#3383e3;
}

/*模块内容列表样式5*/
.model_area_list5{
	width:100%;
	font-size:16px;
	line-height:41px;
	font-weight:normal;
	color:#666666;
}
.model_area_list5 li label{
	display:inline-block;
	width:20px;
	height:41px;
	color:#aaaaaa;
	line-height:41px;
	text-align:left;
}
.model_area_list5 ul li.model_area_list_head{
	border-top:2px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	height:40px;
	line-height:40px;
	color:#323232;
	background:#f1f1f1;
	font-size:15px;
}
.model_area_list5 ul li.model_area_list_head span{
	display:block;
	text-align:center;
	float:left;
}
.model_area_list5 ul li.model_area_list_row{
	height:41px;
	line-height:41px;
	color:#666666;
}
.model_area_list5 ul li.model_area_list_row label{
	margin-left:20px;
}
.model_area_list5 ul li.model_area_list_row span{
	display:block;
	text-align:center;
	overflow: hidden;  /*溢出隐藏*/
    text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/
	float:left;
}
.model_area_list5 ul li.model_area_list_row:hover span{
	color:#3383e3;
}
/*左侧大日历日期新闻列表*/
.model_area_list7{}
.model_area_list7 li{width:100%; height:110px; overflow:hidden; border-bottom:1px dashed #e5e5e5;}
/*.model_area_list7 li:last-child{border:none;}*/
.model_area_list7 .n_time{float:left; width:100px; height:30px; margin-top:22px; line-height:30px; text-align:left;}
.model_area_list7 .n_time .n_t1{display:block; font-size:26px; font-weight:600; color:#4a4a4a;}
.model_area_list7 .n_time .n_t2{display:block; font-size:14px; color:#767676;}
.model_area_list7 .n_con{float:left; width:430px; text-align:left;}
.model_area_list7 .n_con .n_c1{display:block; overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap; 
font-size:16px; line-height:20px; color:#666666; text-align:left; margin-top:22px;}
.model_area_list7 .n_con .n_c2{display:block; font-size:14px; line-height:22px; color:#999999; text-align:left; margin-top:7px;}
.model_area_list7 li:hover .n_t1,.model_area_list7 li:hover .n_t2,.model_area_list7 li:hover .n_c1,.model_area_list7 li:hover .n_c2{color:#3383e3}
/*图片列表框*/
.model_area_list8{}
.model_area_list8 li{width:100%; height:220px; overflow:hidden; border-bottom:1px dashed #e5e5e5; cursor:pointer;}
.model_area_list8 li a{display:inline-block;}
.model_area_list8 li a>img{float:left; margin:39px 30px 0 20px; width:180px; height:180px; border:1px solid #f6f6f6;}
.model_area_list8 li a>div{float:left; margin:35px 0px; width:450px; font-size:16px; }
.model_area_list8 li .title1{display:block; font-weight:bold; line-height:40px;}
.model_area_list8 li .title2{display:block; width::bold;}
.model_area_list8 li:hover span{color:#3383e3}
/*新闻内部框*/
.news_content{
	margin:20px;
	font-size:15px;
	line-height:35px;
}
.news_content p{
	text-indent:2em
}
.news_image_panel{
	padding:0 20px 0 0;
	float:left;
	clear:both;
}

/*选中菜单左边有黄色边*/
.model_area_content{
	border-top:none;
	overflow:hidden;
}
/* 本例子css */
.sideMenu1{ border:none;  }
.sideMenu1 ul{width:100%;}
.sideMenu1 li{
	width:100%;
	height:50px;
	background:#f6f6f6;
	color:#737373; 
	font-size:16px; 
	line-height:50px;
	cursor:pointer;
	border-bottom:1px dashed #e9e9e9;
}
.sideMenu1 li:last-child{border:none;}
.sideMenu1 li a{ 
	display:block;
	padding-left:20px;
	width:100%; 
	height:50px;  
}
.sideMenu1 li.cur-nav a,.sideMenu li:hover a{
	color:#2586fe;
	font-weight:bold; 
	background:url(../image/sideMenu_bg1.png) no-repeat 190px center;
}
/*下拉菜单1*/
.select_type1{position:relative;text-align:left;width:70px;font-size:14px;} 
.select_type1 .curChoose{width:70px; height:29px; line-height:29px;text-align:center; border:none; background:url(../image/arrow_01.png) no-repeat right center;  color:#666666; cursor:pointer} 
.select_type1 ul{width:100px; height:160px; overflow:auto; background:#FFFFFF; margin-top:2px; border:1px solid #dfdfdf;  position:absolute; left:0; display:none} 
.select_type1 ul li{height:29px; line-height:29px; text-indent:10px} 
.select_type1 ul li a{display:block; height:29px; color:#666666; text-decoration:none} 
.select_type1 ul li a:hover{background:#c6dbfc; color:#369}
/*下拉菜单2*/
.select_type2{position:absolute;right:30px;z-index:10;text-align:left;} 
.select_type2 .curChoose{width:87px; height:40px; line-height:40px;box-sizing: border-box;padding-left:10px;text-align:center; border:none;font-size:17px;color:#1c87dd; cursor:pointer} 
.select_type2 ul{width:90px; height:240px; overflow:auto; background:#FFFFFF; margin-top:2px; border:1px solid #dfdfdf;  position:absolute; left:0; display:none} 
.select_type2 ul li{height:40px; line-height:40px; font-size:17px; text-indent:10px} 
.select_type2 ul li a{display:block; height:40px; color:#666666; text-decoration:none} 
.select_type2 ul li a:hover{background:#c6dbfc; color:#369}
/*下拉菜单3*/
.select_type3{position:relative;text-align:left;width:199px;background:#FFFFFF;border:1px solid #e6ecef;border-radius:5px;} 
.select_type3 .curChoose{float:left;width:164px; height:48px; line-height:48px; font-size:16px;font-family: "Microsoft YaHei", "微软雅黑";color: #333; margin:0 10px;cursor:pointer} 
.select_type3 ul{width:197px; height:240px; overflow:auto; background:#FFFFFF; border:1px solid #e6ecef;  position:absolute; top:48px;left:0; display:none;} 
.select_type3 ul li{height:40px; line-height:40px; font-size:17px; text-indent:10px} 
.select_type3 ul li a{display:block; height:40px; color:#666666; text-decoration:none} 
.select_type3 ul li a:hover{background:#c6dbfc; color:#369}
/*新闻详细内页*/
.model_area_info{
	display:inline-block;
	float:right;
	line-height:40px;
	color:#666666;
	font-size:14px;
	font-weight:normal;
	margin-right:20px;
}
.model_area_content_head{
	width:1072px;
	height:110px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dashed #c9c9c9;
height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px #dcdcdc solid;
}
.model_area_content_head .model_area_content_head_tt{
	width:100%;
	text-align:center;
	font-size:20px;
	margin-top:40px;
	font-weight:bold;
	color:#505050;
width: 100%;
    line-height: 56px;
    font-family: "微软雅黑", "宋体";
    font-size: 30px;
    text-align: center;
    padding: 26px 0 26px 0;
    font-weight: normal;
    color: black;
}
.model_area_content_head .model_area_content_head_ti{
	width:100%;
	text-align:center;
	font-size:14px;
	margin-top:12px;
	color:#999999;
}
.model_area_content_center{
	font-size:16px;
	line-height:30px;
	margin:20px 30px;
font-family:宋体;
color:#333333;
}
.model_area_content_center p{
margin-top:15px;font-family:宋体;
}
.model_area_content_center img{

	max-width:800px;margin-bottom:15px;

}
.model_area_content_foot{
	text-align:center;
	margin:87px 0 35px 0;
}

/*分页栏*/
.xxgk-tab-page2{
	width:600px;
	height:36px;
	line-height:36px;
	margin:15px auto;
}
.xxgk-tab-page2 .xxgk-tab-page-btn{
}
.xxgk-tab-page2 .xxgk-tab-page-btn span{
	color:#666666;
	font-weight:normal;
	font-size:13px;
	margin:0 8px;
}
.xxgk-tab-page2 .xxgk-tab-page-btn span a{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.xxgk-tab-page2 .xxgk-tab-page-btn span a:hover{
	color:#3383e3;
	font-weight:normal;
}
.xxgk-tab-page2 .xxgk-tab-page-info{
	margin-left:20px;
}
.xxgk-tab-page2 .xxgk-tab-page-info .page_total, .xxgk-tab-page2 .xxgk-tab-page-info .current_page, .xxgk-tab-page2 .xxgk-tab-page-info .total_page{
	display:inline-block;
	color:#666666
	box-sizing: border-box;
	padding:0px 5px;
}
.xxgk-tab-page2 .xxgk-tab-page-jump{
	margin-left:24px;
}
.xxgk-tab-page2 .xxgk-tab-page-jump .page-jump-text{
	width: 34px;
	height:22px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333;
	padding: 1px 2px;
	outline: none;
	background-color: #f5f5f5;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	vertical-align: middle;
}
.xxgk-tab-page2 .xxgk-tab-page-jump .page-jump-btn{
	width:50px;
	height:24px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background:#1c87dd;
	outline:none;
	border:none;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.xxgk-tab-page2 .xxgk-tab-page-jump .page-jump-btn:hover,.xxgk-tab-page2 .xxgk-tab-page-jump .page-jump-btn:active {
	background-color: #1d6aa4;
	border-color: #1d6aa4;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
}










