* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

body {
    font-family: '宋体';
}

.main-color {
    color: #000000;
}

.mian-size {
    font-size: 12px;
}

.mian-bgColor {
    background-color: #96C9DC;
}

.more {
    margin-top: 13px;
    text-align: right;
}

.more a {
    font-size: 14px;
    color: #005EA5;
}

.more-size {
    font-size: 10px;
}

.swiper-color {
    color: white;
}

.consul-color {
    color: #003699;
}

.dropDown-bgColor {
    background-color: #A5CFE0;
}

.dividing-line {
    height: 2px;
    background-color: #6DA0CE;
}

p {
    margin: 0;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.embassy_container {
    margin: 0 auto;
    width: 1130px;
    min-width: 1130px;
}

.text-center {
    text-align: center;
}

.banner {
    height: 143px;
    background: url(../images/head.jpg) no-repeat center center;
}

.scroll {
    margin-bottom: 34px;
    overflow: hidden;
}

.title {
    font-family: '黑体';
    margin-bottom: 14px;
    font-size: 18px;
    color: #000;
    font-weight: 900;
}

.scroll a {
    float: left;
    margin: 3px 1px 0 0;
    width: 197px;
    height: 113px;
    overflow: hidden;
}

#demo {
    overflow: hidden;
    width: 1130px;
}

#indemo {
    float: left;
    width: 800%;
}

#demo1,
#demo2 {
    float: left;
}

.nav-list {
    width: 1033px;
    margin: 0 auto;
}

.nav-list>li {
    float: left;
    text-align: center;
    color: black;
    position: relative;
    padding: 15px 43px;
}

.nav-list>li>a {
    font-family: '黑体';
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.nav-list>li:hover .drop-menu {
    display: block;
}

.drop-menu {
    display: none;
    position: absolute;
    top: 46px;
    z-index: 9;
}

.drop-menu>li {
    margin-bottom: 1px;
    width: 154px;
    height: 30px;
    line-height: 30px;
    background-color: #b0e0f3;
}

.drop-menu>li:hover a {
    font-weight: 600;
}

.drop-menu>li>a {
    font-size: 12px;
    color: black;
}

.embassy-info {
    padding: 20px 0 50px 13px;
    width: 227px;
    box-sizing: border-box;
    border-right: 2px solid #96C9DC;
}

.embassy-info li {
    padding-left: 10px;
    list-style-position: inside;
}

.embassy-info .more a {
    margin-right: 14px;
    color: #003699;
    font-size: 10px;
}

.embassy-info .more {
    margin-bottom: 16px;
}

.embassy-info .info p {
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
}

.consul-img {
    width: 199px;
    height: 243px;
    margin-bottom: 21px;
}

.consul-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.consul {
    margin-bottom: 22px;
}

.nav-list li {
    list-style: none;
    font-size: 16px;
}

.remind-content {
    margin-bottom: 10px;
}

.remind-content li {
    line-height: 25px;
    padding-right: 15px;
}

.qrcode-img {
    margin: 0 auto 15px;
    width: 130px;
    height: 130px;
}

.qrcode-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.embassy-content {
    width: 844px;
}

.embassy-content a {
    color: #000;
}

.slideBox {
    height: 234px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    list-style: none;
    border-radius: 50%;
}

.remind-content li {
    font-size: 12px;
}

.links a {
    font-size: 12px;
}

.links ul {
    margin-bottom: 26px;
}

.links li {
    margin-bottom: 8px;
    list-style: none;
}

.links li a {
    color: #000;
    font-size: 16px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.embassy-content-item .container {
    padding-top: 15px;
}

.embassy-content-item {
    float: left;
    width: 50%;
    margin-bottom: 90px;
}

footer {
    margin-top: 26px;
    padding: 20px 0;
    height: 87px;
    text-align: center;
    background-color: #005EA5;
    font-size: 14px;
    color: #fff;
    line-height: 87px;
}

.embassy-content-item .more a {
    color: #004576;
    font-size: 10px;
}

.slide-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 10px 10px;
}

.form-item {
    display: inline-block;
    width: 178px;
    height: 29px;
    background-color: #fff;
    margin-bottom: 10px;
}

.form-item img {
    margin-top: 3px;
}

.form-item input {
    border: none;
    outline: none;
    width: 133px;
    height: 29px;
    box-sizing: border-box;
    vertical-align: top;
}

.cl {
    margin-right: 5px;
    text-align: right;
    text-indent: 10px;
}

.cl a {
    color: #fff;
    font-size: 14px;
}

.search button {
    display: inline;
    box-sizing: border-box;
    width: 75px;
    height: 29px;
    margin-left: -8px;
    vertical-align: top;
    border: none;
    color: #000;
    background-color: #DFDFDF;
}

.search {
    width: 257px;
    height: 29px;
    margin-top: 70px;
    margin-right: 22px;
}

.embassy-content-item {
    width: 411px;
    box-sizing: border-box;
    height: 380px;
    position: relative;
}

.notice.embassy-content-item,
.take.embassy-content-item {
    float: right;
}

.embassy-content-item .dividing-line {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.embassy-content-item li {
    line-height: 30px;
}

.embassy-info .dividing-line {
    margin-bottom: 20px;
}

.remind-content li {
    color: #1E52A6;
}

.wx,
.twitter {
    margin-bottom: 19px;
}

.twitter-img {
    width: 88px;
    height: 71px;
    margin: 0 auto 21px;
}

.wx .text,
.twitter .text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.roll-img {
    width: 166px;
    height: 129px;
}

.roll-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.list-content li {
    margin-bottom: 15px;
    list-style-position: inside;
    list-style-image: url(../images/black-dot.gif);
}

.list-title {
    margin-left: -10px;
}

.list-content li a {
    font-size: 14px;
    color: black;
}

.list-title {
    margin: 20px 0;
    font-weight: bold;
}

.embassy-content.info {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.view-content h4 {
    margin-bottom: 20px;
}

.view-content .date {
    margin-bottom: 20px;
    font-size: 12px;
}

.view-content hr {
    margin-bottom: 30px;
}

.article p {
    font-size: 14px;
    text-indent: 15px;
    line-height: 30px;
}

.list li {
    line-height: 30px;
}

.list li a {
    font-size: 16px;
}




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(newbox-disc.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(newbox-disc.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(newbox-disc.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;}

img { vertical-align: top; border: 0; }
#hotpic { width: 674px; height: 420px;  margin: 0 auto; }
#NewsPic { position: relative; width: 674px; height: 358px;}
#NewsPic a { overflow: visible; border: 0; text-decoration: none; }
#NewsPic .Picture { position: absolute; left: 0; top: 0; }
#NewsPic .Nav { position: absolute; height: 9px;line-height:9px;z-index:999;bottom:-32px; right: -50px; }
#NewsPic .Nav span { font-size: 0px; font-weight: 400; color: #FFF; float: right; display: block; width: 9px; text-align: center; background: #366998; margin:0px 3px; cursor: pointer; }
#NewsPic .Nav span.Normal { color: #FFF; background: #999999; }
#NewsPic .Nav span.Cur { background: red; color: #FFF; }
.NewsPicTxt { display:none; background:none;position: relative; width: 600px;line-height:36px; height: 36px;overflow:hidden; border: 1px; padding-top: 4px;font-family:'微软雅黑'; font-weight: 700; color: #fff; font-size: 18px; margin-left: 40px; margin-top: 6px; }
.NewsPicTxt a:link, .NewsPicTxt a:visited { font-family: "Microsoft Yahei"; font-size: 18px; font-weight: 700; color: #000000; text-decoration: none; }
.NewsPicTxt a:hover { color: none; }
