a {
  color: #000;
}
.d-flex{
  display: flex;
}
.text-link {
  color: #0066cc;
}
.dot{
  margin-right:10px;
}
.special{
  padding-right:18px;
}
.triangle {
  position: relative;
  padding-left:12px;
}
.triangle::before {
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #b4c6d8;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.font-bold {
  font-weight: bold;
}
.banner {
  position: relative;
  height: 139px;
  background: url(banner.png) no-repeat center center;
}
.banner .lang {
  position: absolute;
  bottom: 6px;
  right: 11px;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(79, 79, 243);
}
.text-center {
  text-align: center;
}
.more {
  padding: 0 21px;
  margin-bottom: 14px;
  text-align: right;
}
.more a {
  color:#fff;
  font-size: 14px;
}
.link {
  margin-top: 20px;
}
.container {
  margin: 0 auto;
  width: 991px;
  max-width: 991px;
}
nav {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  background-color: #f1efe0;
}
nav a {
  line-height: 2;
  font-weight: bold;
  font-size: 18px;
  color: #0066cc;
}
nav li {
  float: left;
  padding-left: 38px;
  padding-right: 38px;
}
nav li:not(:last-child) {
  border-right: 1px solid #0066cc;
}
main {
  overflow: hidden;
}
main > * {
  float: left;
}

aside {
  width: 192px;
  padding-top: 19px;
  background: #5287bd;
  border-top-right-radius: 5px;
}
.info {
  margin-bottom: 16px;
}
.info img {
  margin: 0 auto 8px;
}
aside .name {
  font-weight: bold;
  color: #fff;
}
.list-box{
  padding-left:2px;
  color:#fff;
}
.list-title{
  margin-top:11px;
  font-weight: bold;
}
.list-box ul{
  padding-left:6px;
}
.list-box li{
  margin-bottom:15px;
}
.list-box li a{
  font-size:14px;
  color:#fff;
}
aside form {
  margin-left:18px;
  margin-bottom: 22px;
}
aside form input {
  margin-bottom:10px;
  width: 119px;
  height: 23px;
  border: 1px solid #7f9db9;
  box-sizing: border-box;
}
aside form select{
  width:75px;
  height: 23px;
  margin-right:-6px;
}
aside form .sea_btn {
  width:44px;
  height: 23px;
  padding: 0;
}
.contact li{
  margin-bottom:18px;
  margin-left:-12px;
  text-align:center;
  font-size:14px;
  color:#fff;

}
.contact li span{
  font-size:14px;
  color:#fff;
}
.contact li img{
  margin:0 auto 15px;
}
.aside-title {
  margin-bottom: 14px;
  font-size: 16px;
}
.aside-content {
  padding-left: 12px;
}
.aside-content hr {
  border-color: #b4c6d8;
}
.special{
  padding-left:18px;
}
.link-card{
  margin-top:20px;
}
.link-card ul{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.link-card ul li{
  margin-bottom:16px;
  margin-left:-12px;
}
.center {
  padding-left: 5px;
  padding-right: 10px;
  width: 665px;
  box-sizing: border-box;
}
.news-box > * {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.news-box ul {
  margin-bottom: 20px;
}
.news-list li {
  padding-left: 20px;
  position: relative;
  line-height: 2;
}
.news-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
}
.news-box li a {
  font-size: 14px;
}
section {
  width:calc(100% - 192px);
  padding-left:13px;
  box-sizing: border-box;
}
.carousel-box{
  position: relative;
  padding-left:54px;
  padding-right:58px;
  border: 1px solid #999;
}
.carousel {
  padding: 0;
  overflow: hidden;
}
.carousel .bd{
  overflow: hidden;
}
.carousel ul {
  float: left;
}
.carousel .hd {
  position: absolute;
  bottom: 20px;
  right: 9px;
  z-index: 1;
}
.carousel .hd ul {
  overflow: hidden;
}
.carousel .hd li {
  margin-right: 5px;
  float: left;
  width: 10px;
  height: 10px;
  background-color: #999;
}
.carousel .hd li.on {
  background-color: red;
}
.carousel .bd img {
  width: 671px;
  height:358px;
}
.carousel span {
  display:block;
  width:70%;
  margin:0 auto;
  font-size:18px;
  font-weight:bold;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3;
}
.news-item {
  display: flex;
  margin:13px -6px 20px;
  overflow: hidden;
}
.news-item>*{
  flex: 1 0 0%;
  padding:0 6px;
}
.news-title{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
  padding: 5px 10px;
  height:28px;
  line-height: 28px;
  background-color:#f1efe0;
}
.news-title span{
  font-weight: bold;
}
.news-title a{
  font-size:14px;
  color: #0641a1;
}
.news-item a{
  font-size:14px;
  line-height: 2;
}
.news-item li{
  position:relative;
  padding-left:15px;
}
.news-item ul{
  padding-left:5px;
}
.news-item li::before{
  content:'.';
  position:absolute;
  left:0;
}
footer {
  margin-top: 10px;
  border-top: 4px solid #3b7eef;
  padding-top: 14px;
  padding-bottom: 23px;
  font-size: 14px;
  text-align: center;
}
.crumbs {
  margin-top: 17px;
  margin-bottom: 45px;
  padding-left: 5px;
}
.view-content {
  margin-bottom: 40px;
  text-align: center;
}
.view-title {
  font-size: 24px;
  color: #000000;
  text-align: center;
}
.view-date {
  margin-top: 35px;
  font-size: 14px;
  font-family: SimSun;
  color: #000000;
  line-height: 32px;
  text-align: center;
}
.view-content hr {
  border-color: #e5e5e5;
  margin-top: 23px;
  margin-bottom: 35px;
}
.view-content p {
  font-size: 14px;
  padding: 0 23px;
  text-align: left;
  text-indent: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}
.view-content img {
  margin: 0 auto;
  width: 647px;
  margin-top: 62px;
  margin-bottom: 47px;
}
.list-container .center {
  padding-left: 20px;
}
.list-title {
  margin-bottom: 19px;
}
li.childlist2 a{ font-weight:bold;}

#pages{ margin:0 auto; padding-bottom:15px; line-height:21px; font-size:14px; text-align:center; margin-top:10px;}
#pages a{color:#005ea5; text-decoration:none; font-size:14px;line-height:21px;}
#pages a:hover{ text-decoration:underline;}

#document_article{width:730px; margin:0 auto; margin-top:10px;}
#doctitle{margin:0 auto; width:700px; font-size:16px; font-weight:bold; line-height:18px; color:#000; margin-top:15px; margin-bottom:4px; text-align:center;}
#subtitle{margin:0 auto; width:700px; font-size:14px; font-weight:bold; line-height:24px; color:#000; text-align:center;}
#docsource{margin:0 auto; width:700px; font-size:14px; color:#000; line-height:24px; text-align:center;}
#docreltime{margin:0 auto; width:700px; font-size:14px; color:#000; line-height:24px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
#docline{margin:0 auto; width:730px; height:1px; border-bottom:#CCCCCC 1px solid;}
#content{width:700px; margin:0 auto; font-size:14px; padding-top:10px; color:#333333; line-height:24px; text-align:left;text-align:justify;text-justify:inter-ideograph;}
#content a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#content a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
#content p{font-size:14px; line-height:24px; color:#333333;}
#content p a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#content p a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#Appendix{margin:0 auto; width:710px; margin-top:15px;}
#Appendix_name{width:60px; text-align:left; float:left; margin-left:10px; font-size:14px; font-weight:bold; line-height:21px; height:21px;}
#id_AppendixList{width:630px; text-align:left; margin:0 auto; float:left;}
#id_AppendixList ul{
width:630px;
list-style:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#id_AppendixList li{
width:616px;
line-height:18px;
padding:0 0 3px 0;
font-size:14px;
text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 10px;
}
#id_AppendixList li a{font-size:14px; color:#0f47b4; text-decoration:none; line-height:24px;}
#id_AppendixList li a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#Appendix_article{margin:0 auto; width:900px; margin-top:5px;}
#Appendix_name_article{width:60px; text-align:left; float:left; font-size:14px; font-weight:bold; line-height:21px; height:21px;}
#id_AppendixList_article{width:830px; text-align:left; float:left}
#id_AppendixList_article ul{
width:830px;
list-style:none;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
#id_AppendixList_article li{
width:816px;
line-height:18px;
padding:0 0 3px 0;
font-size:14px;

text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 10px;
}
#id_AppendixList_article li a{font-size:14px; color:#0f47b4; text-decoration:none; line-height:24px;}
#id_AppendixList_article li a:hover{font-size:14px; color:#FF0000; text-decoration:none;}

#id_RelNewsList{ width:900px; margin:0 auto;border:#CCCCCC 1px solid; margin-bottom:15px;}
#relNews_name{padding-left:15px; text-align:left; margin:0 auto; width:885px; height:25px; line-height:25px; font-size:14px; color:#000000; font-weight:bold; background:#EBEBEB; border-bottom:#CCCCCC 1px solid;}
#id_RelNewsList ul{width:870px; margin:0; padding:0; list-style:none; list-style-type:none;margin-left:15px; margin-top:5px;}
#id_RelNewsList li{
width:870px;
line-height:20px;
padding:0 0 3px 0;
font-size:12px;
text-align:left;
padding-left:14px;
color:#0000FF;
background-image: url(nbox_ul.gif);
background-repeat: no-repeat;
background-position:0px 8px;
}
#id_RelNewsList li a{font-size:12px; color:#0f47b4; text-decoration:none; line-height:20px;}
#id_RelNewsList li a:hover{ color:#FF0000; text-decoration:none;}

.document_print{width:700px; height:29px; border:#CCCCCC 1px solid; margin:0 auto; margin-top:15px; margin-bottom:15px;}

#printer{margin:0 auto; font-size:14px; color:#000000; width:700px;height:29px; line-height:26px;}
#printer input{ font-size:14px; color:#666666; font-style:italic;}
#printer form {height:29px; line-height:29px; margin:0 auto; padding:0; border:0px;}
#printer span{ float:left; width:400px; margin-left:15px;}
#printer div{float:right; padding-right:10px; line-height:29px; width:180px;}
#printer a{font-size:14px; color:#083793; text-decoration:none;}
#printer a:hover{font-size:14px; color:#FF0000; text-decoration:none;} 
#printer #Subject{font-size:14px; color:#9A230E; font-style:normal;}

.Top_Index_A{
margin:0 auto;
width:964px;
height:20px;
line-height:20px;
font-size:14px;
text-align:left;
margin-top:15px;
}
.Top_Index_A a{font-size:14px; color:#0f47b4; text-decoration:none;}
.Top_Index_A a:hover{color:#f00; text-decoration:underline;}

#News_Body_Title{
margin:0 auto;
width:900px;text-align:center;
line-height:18px;
font-size:16px;
color:#000000;
font-weight:bold;
margin-bottom:4px;
margin-top:50px;
}
#News_Body_subitle{font-size:14px; color:#000; font-weight:bold; line-height:24px;text-align:center;}
#News_Body_source{font-size:14px; color:#000; line-height:24px;text-align:center;}
#News_Body_Time{
text-align:center;
line-height:24px;
font-size:13px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;

}
.News_Body_line{width:964px; margin:0 auto; height:1px; border-bottom:#CCCCCC 1px solid;}
#News_Body_Txt_A{width:900px; margin:0 auto; font-size:14px; padding-top:10px; color:#333333; line-height:24px; text-align:left;text-align:justify;text-justify:inter-ideograph;}
#News_Body_Txt_A a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#News_Body_Txt_A a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
#News_Body_Txt_A p{font-size:14px; line-height:24px; color:#333333;}
#News_Body_Txt_A p a{font-size:14px; color:#0000FF; text-decoration:none; line-height:24px;}
#News_Body_Txt_A p a:hover{font-size:14px; color:#FF0000; text-decoration:none;}
.News_Body_Text{width:964px; margin:0 auto; margin-top:15px;}
.clear{clear:both; height:auto;}