@charset "utf-8";
p,
ul {
    margin: 0;
    padding: 0;
}
a{
    color:#000;
}
html,body{
    margin:0;
}
li {
    list-style: none;
}
img{
    max-width:100%;
}
a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除浮动 */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* 清除浮动 */
.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

html body {
    background:#dcf0fd url(../images/2025_zmhdzsk_banner.jpg) top center no-repeat;
}
.head div > img{
    width:520px;
}
.head .logo {
    margin: 20px 0 40px 0;
    background: #ffffff36;
    padding: 12px;
    width: auto;
    display: inline-block;
    border-radius: 10px;
}

.logo a {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.logo img {
    vertical-align: middle;
    margin-right: 10px;
}

.logo span {
    vertical-align: middle;
}
.search{
    float: none;
    margin-bottom: 20px;
}
.searchbox {
    background: #fff;
    border: 1px solid #0477e6;
    height: 60px;
    line-height: 60px;
    width: 720px;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
}

#search {
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    width: 82%;
}


#search:focus {
    border: none;
    outline: none;
    background-color: #fff;
}

.searchbox button {
    height: 100%;
    line-height: 100%;
    box-sizing: border-box;
    vertical-align: top;
    background: #0477e6;
    outline: none;
    border: none;
    width: 126px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    float: right;
    cursor: pointer;
}

.searchbox button img,
.searchbox button span {
    vertical-align: middle;
}

/* 短列表 */
.commonList {
    font-size: 18px;
}

.commonList li {
    display: block;
    float: none;
    padding-left: 20px;
    position: relative;
    line-height: 40px;
}

.commonList li a {
    overflow: hidden;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commonList li a:hover {
    color: #be0000
}

.commonList li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    left: 0px;
    top: 18px;
}

.pagination-first a.active{
    color:#be0000;
}

/* 短列表 */
@media (max-width:1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width:768px){
    .searchbox{
        width:90%;
    }
    #search{
        width:calc(100% - 126px);
    }
    .container{
        padding:0 10px;
    }
    .logo a{
        font-size: 28px;
    }
    .logo img{
        width:40px;
    }
    .logo{
        margin-bottom:30px;
    }
}

.sidebar{display: none;}