/*
    通用样式
*/

body {
    min-width: 1200px;
}

body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font: 12px/22px "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;

}

/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
body {
    color: #000000;
    background: #FFF;
    text-align: center;
}

.cl:after,
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}

a {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}







/*
    正式页面的样式
*/

.big_box {
    height: 100vh;
    background: url("http://www.hada.gov.cn/static/images/banner.png");
    background-size: 100% 100%;
    /*background-color: #eeeeee;*/
}

/*
    头部样式
*/

.top {
    height: 30px;
    width: 100%;
    background-color: #a5937b;
}

.top span a {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    float: right;
    margin-right: 200px;
}

.header {
    height: 253px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #bfc;*/
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    position: relative;
}

.header_content #search_top {
    position: relative;
    left: -100px;


}

.header_content .logo {
    position: relative;
    top: 50px;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 588px;
    top: -50px;
}

.search span {
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 2px;
    background-color: #834e00;
}

.search span img {
    margin-top: 7px;
    margin-left: -4px;
}

.header .search input {
    font-size: 20px;
    width: 500px;
    height: 36px;
    outline: none;
    text-align: left;
    text-indent: 10px;
}

.header .search span a {
    position: relative;
    top: 8px;
    left: 1px;
    width: 100px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    /*text-decoration: none;*/
}





/*
   导航样式
*/
.navbar {
    width: 100%;
    height: 58px;
}

.nav_content {
    width: 1200px;
    height: 100%;
    background-color: #a40000;
    border-radius: 10px;
    margin: 0 auto;
}

.nav1 {
    /*display: flex;*/
    justify-content: space-around;
    width: 100%;
    height: 100%;
    position: relative;
}

.nav1>li {
    display: block;
    float: left;
    height: 58px;
    width: 147px;
    line-height: 58px;
}

.nav1>li>a {
    font-size: 20px;
    color: #e5dddb;
    text-decoration: none;
}


.nav2_box {
    position: absolute;
    top: 60px;
    width: 171px;
    height: 100%;
    background-image: url("http://www.hada.gov.cn/static/images/dhsj.png");
    background-size: 15px 8px;
    background-position: 70px 0px;
    background-repeat: no-repeat;
    background-origin: border-box;
    z-index: 9999;
    display: none;
}

.nav2 {
    position: absolute;
    width: 285px;
    /*left: 0px;*/
    background-color: #a40000;
    top: 8px;
    padding-left: 9px;
    height: 45px;
    line-height: 45px;
}


.nav2>li,
.nav2>span {
    display: block;
    float: left;
    padding: 5px 5px;
    color: #e5dddb;
    line-height: 34px;
}

.nav2>li>a {
    font-size: 18px;
    color: #e5dddb;
    text-decoration: none;
}

.nav1>li:hover .nav2_box {
    display: block;
}






/*
    一级与二级栏目页的导航样式
*/

.main .crumb {
    width: 1200px;
    height: 50px;
    background-color: #eeeeee;
    line-height: 50px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 38px;
    text-align: left;
}

.main .crumb p {
    margin-left: 10px;
}

.main .crumb p>a {
    color: #583301;
    background: url(http://www.hada.gov.cn/static/images/yh.png) right center no-repeat;
    padding-right: 10px;
}

.main .crumb p>a:last-child {
    background: none;
}




/*
    网站底部版权区样式
*/

.footer {
    margin-top: 45px;
    height: auto;
    width: 100%;
    background-color: #e4e4e4;
}

.footer>.sites_box {
    height: 70px;
    width: 100%;
    background-color: #e1e1e1 !important;
}

.footer>.sites_box>.sites {
    width: 1200px;
    height: 90px;
    margin: 0 auto;

}

.footer>.sites_box>.sites>ul>li {
    float: left;
    display: block;
    margin-left: 26px;
    margin-top: 23px;
}

.footer>.sites_box>.sites>ul>li:nth-child(1) {
    margin-top: 27px;
}

.footer>.sites_box>.sites>ul>li>img {
    height: 20px;
}

.footer>.sites_box>.sites>ul>li>select {
    width: 290px;
    height: 30px;
    font-size: 16px;
    padding-left: 5px;
}

.footer .about_box {
    width: 1200px;
    height: 0px;
    margin: 0 auto;
    /*background-color: #bfc;*/
    margin-top: 23px;
}

.footer .about_box .about {
    display: inline-block;
    margin-top: 4px;
}

.footer .about_box .about ul li {
    float: left;
    display: block;
    margin: 0 5px;
}

.footer .about_box .about ul .line {
    width: 1px;
    height: 20px;
    margin-top: 2px;
    background-color: #7c7c7c;
}

.footer .about_box ul li a {
    color: #7c7c7c;
    font-size: 16px;
}

.copyright_box {
    width: 100%;
    height: 234px;
    margin-top: -45px;
}

.copyright_box .copyright {
    width: 1200px;
    /*height: 234px;*/
    /*line-height: 234px;*/
    margin: 0 auto;
    /*background-color: #bfc;*/
}

.copyright_box .copyright .dzjg_img {
    float: left;
    margin-top: 54px;
    margin-left: 230px;
}

.copyright_box .copyright .text_copyright {
    float: left;
    color: #7c7c7c;
    font-size: 16px;
    margin-top: 25px;
    margin-left: 40px;
}

.copyright_box .copyright .text_copyright a {
    color: #7c7c7c;
}

.copyright_box .copyright .two_pic {
    display: flex;
    position: relative;
    top: 50px;
    left: 30px;
}

.copyright_box .copyright .two_pic img {
    display: block;
    width: 140px;
    height: 140px;
}

.copyright_box .copyright .two_pic img:nth-child(n+2) {
    margin-left: 20px;
}

/*
    内容详情页、新闻动态页 左边导航的样式
*/


.main_content {
    width: 1200px;
    height: 856px;
    margin: 0 auto;
    margin-top: 35px;
    /*background-color: #bfc;*/
}

.main_content>.left {
    width: 282px;
    height: 245px;
    /*background-color: hotpink;*/
    float: left;

}


.main_content>.left ul li {
    height: 54px;
    width: 100%;
    margin-top: 5px;
    line-height: 54px;
    background-color: #ededed;
}

.main_content>.left ul li:nth-child(1) {
    height: 73px;
    line-height: 73px;
    width: 100%;
    background-image: url("http://www.hada.gov.cn/static/images/zbtb.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 1000;
    color: #ffffff;
    margin-top: 0px;

}

.main_content>.left ul li:nth-child(1) img {
    padding-right: 5px;
    margin-bottom: 3px;
}

.main_content>.left ul li a {
    font-size: 20px;
}

.main_content>.left ul li span {
    float: right;
    margin-right: 20px;
    font-weight: 600;
}