.Converts{width:1008px;height:auto; margin:0 auto; overflow:hidden;  padding-top:15px; }
.c_left{ width:230px;  height:auto; float:left; padding-right:25px;}
.c_left_c{ width:230px; height:auto; float:left;}
.c_left_c_t{ background:url(../images/c_left_c_t_bg2.png) #1f377e right no-repeat;width:210px; border-bottom:3px #dadada solid;  height:45px; float:left; padding-left:20px; line-height:45px; font-weight:bold; color:#fff; text-align:left; font-size:14px;}
.c_left_c_c{ width:230px; height:auto; float:left; margin-bottom:10px; display:inline;}
.c_left_c_c_l{width:230px;height:41px; float:left;  line-height:41px;background:#f8f7f1; border-bottom:1px #e5e3e3 solid; text-align:left; color:#2b4de0;}

.c_left_c_c_l font{background:url(../images/font_lien.png) 0px 2px no-repeat; padding:0px 0px 5px 20px; }
.c_left_c_c_l_s{width:202px;height:41px; float:left; padding-left:28px; line-height:41px;background: #fff;border-bottom:1px #e5e3e3 solid; text-align:left; color:#2b4de0;}

.c_left_c_c_l_s font{background:url(../images/font_lien2.png) 0px 2px no-repeat; padding:0px 0px 5px 20px; font-weight:bold;}
.c_left_c_c_l_s a:link { font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold;}
.c_left_c_c_l_s a:visited{  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold;}
.c_left_c_c_l_s a:hover {  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold;}
.c_left_c_c_l_s a:active{  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold;}

.c_left_c_c_l font{background:url(../images/font_lien2.png) 0px 2px no-repeat; padding:0px 0px 5px 20px; }
.c_left_c_c_l a{ display: inline-block;
*display:inline;
*zoom:1;padding-left:28px;
width:210px;height:41px;font-size:14px; overflow:hidden;
  text-indent:1px;}
.c_left_c_c_l a:link { font-size:14px; color:#1f377e; text-decoration:none; font-weight:normal;}
.c_left_c_c_l a:visited{  font-size:14px; color:#1f377e;; text-decoration:none; font-weight:normal;}
.c_left_c_c_l a:hover {  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold}
.c_left_c_c_l a:active{  font-size:14px; color:#1f377e;; text-decoration:none; font-weight:normal}




.c_left_c_c_l:hover{width:238px;height:41px; float:left; line-height:41px;background:url(../images/c_left_c_c_l_s_bg.png) #fff right no-repeat;border-bottom:1px #e5e3e3 solid; text-align:left; color:#2b4de0;}
.c_left_c_c_l:hover font{background:url(../images/font_lien2.png) 0px 2px no-repeat; padding:0px 0px 5px 20px; font-weight:bold;}
.c_left_c_c_l:hover a:link { font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold}
.c_left_c_c_l:hover a:visited{  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold}
.c_left_c_c_l:hover a:hover {  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold}
.c_left_c_c_l:hover a:active{  font-size:14px; color:#1f377e; text-decoration:none;font-weight:bold}



.accordion {
 
  width: 230px;
  
  color:#333333;  text-align: left;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 10px 15px 15px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;  text-align: left; 
}

.accordion a{ font-size: 16px;color: #333333;}
.Convert_c_left_l_s a{ font-size: 16px;color: #1f377e;}


.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li{
  cursor: pointer;background: #f8f7f1;
}
.accordion li i {
  position: absolute;
  top: 21px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li  .link a{ color: #333333;}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; color: #000;
}
.accordion li.open{ background: #fff;}

.accordion li.open .link {
  color: #1f377e;   border-bottom:0px;
}
.accordion li.open .link a{ color: #1f377e;}
.accordion li.open i {
  color: #1f377e;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #d6d7dc; background: #fff;
}

.submenu li a {
  display: block;
  text-decoration: none;
  color: #666666;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; font-size: 14px;;
}

.submenu a:hover ,.submenu li.current a{
  background: #4a7daf;
  color:#fff;
}




.c_left_c_zxwz_c{ width:230px;  padding-bottom:20px; padding-top:10px;}
.c_left_c_zxwz_c .liens{ width:20px; height:25px; line-height:25px; text-align:center; float:left;}
.c_left_c_zxwz_c .titles{ width:210px; height:25px; line-height:25px; text-align:left; float:left;}



.c_right{ width:753px; height:auto; float:left; }
.c_right_t{width:753px; float:left; height:35px; line-height:35px; text-align:left;border-bottom:3px #1f377e solid;}

.r_tt{ min-width:100px; width:auto; height:35px; line-height:35px; float:left; color:#1f371e; font-size:14px; font-weight:bold; text-align:center}
.r_wz{ width:523px; height:35px; line-height:35px; float:right; text-align:right; padding-right:10px;    }
.r_wz .imgs{background:url(../images/wz_img.png) no-repeat; padding:0px 0px 5px 10px; font-weight:bold;}

.c_right_c{width:753px; height:auto; float:left; min-height:200px;}


.c_right2{ width:1008px; height:auto; float:left; }
.c_right_t2{width:1008px; float:left; height:35px; line-height:35px; text-align:left;border-bottom:3px #1f377e solid;}

.r_tt2{ min-width:100px; width:auto; height:35px; line-height:35px; float:left; color:#1f371e; font-size:14px; font-weight:bold; text-align:center}
.r_wz2{ width:778px; height:35px; line-height:35px; float:right; text-align:right; padding-right:10px;    }
.r_wz2 .imgs{background:url(../images/wz_img.png) no-repeat; padding:0px 0px 5px 10px; font-weight:bold;}

.c_right_c2{width:1008px; height:auto; float:left; min-height:200px;}

.c_right_c2 table
  {
  border-collapse:collapse;
  }

.c_right_c table
  {
  border-collapse:collapse;
  }

.page_list{ width:753px; margin-top:10px; text-align:center; height:auto }
.page_list_lien{ width:30px;background:url(../images/offline.png) center no-repeat; float:left; height:48px;border-bottom:1px #ccc solid;}

.page_list_title{ width:642px; float:left; height:48px; line-height:48px; text-align:left;border-bottom:1px #ccc solid;}

.page_list_date{ width:80px; float:left;height:48px; line-height:48px;border-bottom:1px #ccc solid;}


.page_list_page{float:left;width:728px;  text-align:right;  display:inline; height:22px; background:url(../images/page_list_page.png) repeat-x; line-height:22px; margin-top:20px; padding-right:25px; position:relative;}

DIV.mtpageclear{overflow: hidden; clear: both;height:5px;}
DIV.mtpage {
	 height:auto;
}
DIV.mtpage A {
	PADDING-RIGHT: 5px;MARGIN-RIGHT: 2px;PADDING-LEFT: 5px; TEXT-DECORATION: none
}
DIV.mtpage A:hover {
	PADDING-RIGHT: 5px;MARGIN-RIGHT: 2px;PADDING-LEFT: 5px;
}
DIV.mtpage A:active {
	PADDING-RIGHT: 5px;MARGIN-RIGHT: 2px;PADDING-LEFT: 5px;
}
DIV.mtpage SPAN.current {
	 FONT-WEIGHT: bold; PADDING-RIGHT: 5px;MARGIN-RIGHT: 2px;PADDING-LEFT: 5px; color:#ff0000
}
DIV.mtpage SPAN.disabled {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}




#page_single{width:703px;margin-top:10px; float:left;  padding-left:25px;padding-right:25px; }
 #page_single_content{width:703px; float:left; display:inline; margin-top:10px; text-align:left;line-height:28px;FONT-SIZE: 16px;word-wrap:break-word; word-break:break-all; height:auto; }

 #page_single_content a{FONT-SIZE: 16px;}

 #page_single_end{width:703px;float:left; display:inline; margin-top:10px; text-align:center;}
 


.c_right_c2 #page_single{width:958px;margin-top:10px; float:left;  padding-left:25px;padding-right:25px; }
 .c_right_c2 #page_single_content{width:958px; float:left; display:inline; margin-top:10px; text-align:left;line-height:28px;FONT-SIZE: 16px;word-wrap:break-word; word-break:break-all; height:auto; }

 .c_right_c2 #page_single_content a{FONT-SIZE: 16px;}

 .c_right_c2 #page_single_end{width:958px;float:left; display:inline; margin-top:10px; text-align:center;}





.page_pic{width:732px; text-align:center; margin-top:10px;  float:left; margin-left:14px; display:inline }
.page_pic ul{float:left; }
.page_pic_list{ float:left; width:146px; height:200px}
.page_pic td{text-align:center; }
.page_pic table{text-align:center; }
 .page_pic_content{ width:130px;margin:8px;  background:#FFF; height:184px;  text-align:center}
 .page_pic_content_img{width:120px; height:156px;float:left;border:#CCC 1px solid; padding:4px;}
 .page_pic_content_img img{width:120px; height:156px;}
 .page_pic_content_title{width:120px; height:20px; line-height:20px}
 
 .page_pic_page{float:left;width:755px;  text-align:right;  display:inline; height:23px; background:url(../images/page_list_page.png) repeat-x; line-height:22px; margin-top:20px; padding-right:25px; position:relative;}
 
 
 
 .page_flist{width:98%; margin-left:1%;  height:auto!important;height:37px; min-height:37px;background:url(../images/c_right_t_bg.png) repeat-x;  float:left; margin-top:10px; border:1px #dfdfdf solid; padding:1px;display:inline;}

.page_flist_title{width:460px; float:left;height:26px; line-height:26px; font-size:12px; font-weight:bold; text-align:left; padding-left:20px; color:#505251}
.page_flist_gd{width:100px;float:right; height:26px; line-height:26px; font-size:12px;  text-align:right; padding-right:15px;}
.page_flist_convert{width:98%; height:auto; margin:0 auto;   }

.page_flist_border{ border:#caaf85 1px solid; }


.page_flist_convert .page_list{ width:100%; margin-top:10px; text-align:center; height:auto;float:left; }
.page_flist_convert .page_list_lien{ width:5%;background:url(../images/offline.png) center no-repeat; float:left; height:24px;border-bottom:#9f9d9d 1px dotted;}
.page_flist_convert .page_list_title{ width:80%; float:left; height:24px; line-height:24px; text-align:left;border-bottom:#9f9d9d 1px dotted;}
.page_flist_convert .page_list_date{ width:15%; float:left;height:24px; line-height:24px;border-bottom:#9f9d9d 1px dotted;}


.page_flist_convert .page_pic{width:100%; text-align:center; margin-top:10px;  float:left;  display:inline }
.page_flist_convert .page_pic ul{float:left; }
.page_flist_convert .page_pic_list{ float:left; width:30%; height:200px}
.page_flist_convert .page_pic td{text-align:center; }
.page_flist_convert .page_pic table{text-align:center; }
.page_flist_convert .page_pic_content{ width:200px;margin:5px;  background:#FFF; height:174px;  text-align:center}
.page_flist_convert .page_pic_content_img{width:200px; height:154px;float:left;border:#CCC 1px solid; padding:4px}
.page_flist_convert .page_pic_content_img img{width:200px; height:150px;}
.page_flist_convert .page_pic_content_title{width:200px; height:20px; line-height:20px}
 
 
 
 #ShowArticle{width:703px; float:left;display:inline; margin-top:30px;  padding-left:25px;padding-right:25px;}
#ShowArticle_title{width:703px; float:left; display:inline;  font-weight: bold; font-size: 18px; line-height:24px; color: #000; text-align:center;height:auto!important;height:37px; min-height:37px;overflow:visible; font-family:Microsoft YaHei;}


#ShowArticle_ytitle{width:703px; float:left; display:inline;  font-weight: bold; font-size: 14px; line-height:24px; color: #000; text-align:center;height:auto!important;height:37px; min-height:37px;overflow:visible; font-family:Microsoft YaHei;}
#ShowArticle_ftitle{width:703px; float:left; display:inline; font-weight: bold; font-size: 14px; line-height:24px; color: #000; text-align:center;height:auto!important;height:37px; min-height:37px;overflow:visible; font-family:Microsoft YaHei;}



 #ShowArticle_type{ text-align:center; height:25px; line-height:25px;width:776px; float:left;display:inline; border-bottom:1px #ccc dotted}

#ShowArticle_fy{text-align:center;  height:35px;width:703px;padding-top:20px; float:left;border-top:1px #ccc dotted}

#ShowArticle_fy a{line-height:30px; margin:0px 5px; padding:5px 10px; background-color:#fff; border:1px #aaa solid; cursor:pointer;}
 #ShowArticle_fy .selecteds{line-height:30px; margin:0px 5px; padding:5px 10px; border:2px #6b1921 solid; font-weight:bold;}



 #ShowArticle_Content{padding-top:20px;height:auto; width:703px;overflow:hidden;float:left; text-align:left;line-height:24px;FONT-SIZE: 16px;word-wrap:break-word; word-break:break-all; display:inline; }
#ShowArticle_Content p{margin-bottom:14px;font-size:16px; line-height:24px }
#ShowArticle_Content td{border:1px #000 solid;}

#ShowArticle_Content a{FONT-SIZE: 16px;}
#ShowArticle_Content td a{FONT-SIZE: 16px;}
#ShowArticle_Content td p{margin-bottom:0px;margin-top:0px;}
#ShowArticle_Content table{ margin:0 auto;}





 #ShowArticle_end{width:776px; text-align:center;padding-top:40px;margin-left:43px; display:inline;float:left;}
 
 

 .rqcx{ width:384px; height:286px; background:url(../images/rqcx_bg.jpg) no-repeat; margin:0 auto; margin-top:70px;}
 .rqcx .names{ width:274px; height:50px; padding-top:70px; float:left; padding-left:38px; text-align:left; color:#aaaaaa}
 .rqcx .names input{ width:260px; height:31px; line-height:31px; font-size:14px; padding-left:14px; background:url(../images/rqcx_input.jpg) no-repeat; border:0px;}

 .rqcx .cards{ width:274px; height:50px; padding-top:5px; float:left; padding-left:38px; text-align:left; color:#aaaaaa}
 .rqcx .cards input{ width:260px; height:31px; line-height:31px; font-size:14px; padding-left:14px; background:url(../images/rqcx_input.jpg) no-repeat; border:0px;}

 .rqcx_tj{ width:94px;height:35px; line-height:35px; text-align:right;float:left; font-size:0px;padding-top:15px; padding-left:217px; }

.rqcx_tj input{ border:0px; width:94px; height:35px; background:url(../images/rqcx_button.jpg) no-repeat;cursor:pointer;cursor:hand}
 #page_rqcx_content{width:659px;float:left; display:inline; margin-top:10px; text-align:left; line-height:24px;   font-size:14px;font-family:"瀹嬩綋";height:auto;  padding-left:25px;padding-right:25px;  margin-bottom:20px;}
 
.c3{ padding-top:15px; height:57px; width:1008px; float:left;}

.c3 li{ height:57px; font-size:0px; width:193px; float:left; padding-right:10px;}
.c3 li img{ height:55px; width:191px; border:1px #dadada solid;}
.c3 li:nth-child(5){ padding-right:0px;}

.c3 .lis{
   padding-right:0px;
}
 