*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style:none;
}
img{
    display: block;
    width:100%;
}
a{
    display: block;
    text-decoration: none;
}
.cl{clear:both;}
.clearfix:after{
    content:'';
    display:block;
    height:0;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.container{
    width:991px;
    margin: 0 auto;
    overflow-y: auto;
}
header{
    margin-bottom:19px;
}
header,
header a{
    color:#fff;
    font-weight: bold;
}
.banner{
    height:151px;
    margin-bottom:2px;
}
.menu{
    height:41px;
    padding:11px 10px 13px 16px;
    background-color:#0055a5;
}
.menu nav li{
    float: left;
}
.menu nav li a{
    display: block;
    padding:0 24px;
}
.menu nav ul li:not(:last-child) a{
    border-right:1px solid #fff;
}
.country{
    margin-right:10px;
}
.menu form{
    margin-top: -2px;
}
.menu input{
    width:141px;
    height:23px;
}
.menu button{
    height:23px;
}
aside{
    padding:16px 12px;
    background-color: #0055a5;
    text-align:center;
}
aside,
aside a{
    color:#fff;
}
aside nav a{
    padding:12px 0;
}
aside nav li:not(:last-child) a{
    border-bottom: 1px solid #fff;
}
aside nav{
    margin-bottom:3px;
}
.contact-info{
    margin-bottom:28px;
    font-size:14px;
}
.contact-info img{
    width:97px;
    margin: 0 auto 11px;
}
.grcode{
    margin-bottom:24px;
}
.embassy-name{
    padding:11px 0;
    margin-bottom:9px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-weight: bold;
}
.aside-news-list a{
    font-weight: bold;
}
.hot-news{
    margin-bottom:20px;
}
.hotNews-title{
    margin-bottom:21px;
    font-weight: bold;
}
.hot-news-list{
    text-align: left;
}
.hot-news-list li{
    margin-bottom:15px;
}
.hot-news-list li a{
    font-size:14px;
}
.hotNews-more{
    text-align: right;
    font-size:12px;
}
main{
    width:calc(100% - 195px);
    padding-left:15px;
}
.container>section{
    margin-bottom:10px;
}
.message{
    padding:5px 0;
    border:1px solid #ccc;
    margin-bottom:13px;
}
.message li{
    float: left;
    padding-left:30px;
}
.message a{
    font-size:14px;
    color:red;
}
.news-title{
    line-height:32px;
    text-indent: 12px;
    font-weight: bold;
    color: #003399;
    background-color:#eee;
}
.news-title a{color: #003399;}
.content h2{
    padding:18px 0;
    text-align: center;
    color:#0854b2;
 }
.content h2 a,.main-content a{color:#0854b2;}
 .content-img{
     width:362px!important;
     margin-right:28px;
 }
 .main-content{
     color: #0854b2;
     font-size: 14px;
	line-height: 27px;
 }
 .content-newsList>div{
     width:50%;
 }
 .content-newsList>div:nth-child(2n+1){
    width:calc(50% - 12px);
    margin-right:12px;
}
 .n-list a{
    color: #0854b2;
    font-size: 14px;
    line-height: 27px;
 }
 .tw{
     margin-bottom:16px;
 }
main .more{
    font-size: 12px;
	line-height: 23px;
	color: #003399;
     text-align: right;
 }
main .more a{color: #003399;}
 .content-newsList a{
    font-size: 14px;
	line-height: 26px;
	color: #0854b2;
 }
 .content-newsList .news-title{
     margin-bottom:20px;
 }
 .content-newsList li{
     padding-left: 10px;
     position:relative;
 }
 .content-newsList li::before{
     content:'.';
     position:absolute;
     left:0;
     top:0;
 }
 .content-newsList>.left{
     min-height:290px;
     position: relative;
	 padding-bottom:20px;
 }

 .content-newsList>.left .more{
     position: absolute;
     bottom:12px;
     right:5px;
     width:100%;
 }
 .date{
     color:#666;
 }
 
 footer {
     padding:13px 0 22px;
     border-top: 2px solid #ccc;
 }
 footer ul{
     text-align: center;
 }
 footer li{     
     display: inline-block;
     width:130px;
     height:41px;
     padding:0 33px;
     box-sizing: content-box;
     margin-bottom:14px;
 }
 footer li:nth-child(5n+1){
     padding-left:0;
 }
 footer li:nth-child(5n+5){
    padding-right:0;
}
 .copyright{
     border-top:3px solid #0055a5;
     padding:11px 0;
     text-align: center;
     font-size:14px;
     color: #000000;
 }

 /* 列表 */
 .list-title{
     margin-bottom:20px;
 }
 .list a{
	font-size: 14px;
	line-height: 27px;
	color: #0854b2;
 }

 /* 详情 */
 .view-footer{
     margin-top:59px;
     border-top: none;
 }
 .crumbs{
     margin-bottom:29px;
     font-size:14px;
     color:#000;
 }
 .crumbs a{color:#000;}
 .view-container h2{
     text-align: center;
     font-size: 24px;
     margin-bottom:17px;
 }
 .view-container .time{
    text-align: center;
    font-size: 14px;
    color:#000;
    margin-bottom:22px;
 }
 .view-container hr{
     margin-bottom:35px;
 }
 .view-container p{
     font-size:14px;
     color:#000;
     line-height:36px;
     text-indent: 26px;
 }
 .first-p{
     margin-bottom:46px;
 }
 .view-container .view-img{
     width:6487px;
     margin: 0 auto 50px;
 }
 .views-img{
     margin-bottom:50px;
 }
 .copyright img{
     display: inline-block;
     vertical-align: middle;
     width:41px!important;
 }
 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;}