html,
body,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #006872;
}

a {
    color: inherit;
}

.header {
    width: 100%;
    height: 40px;
    background-color: #006872;
}

.main {
    min-height: calc(100vh - 125px);
}

.main1 {
    margin-top: 45px;
}

.w1100 {
    width: 1100px;
    margin: auto;
    box-sizing: border-box;
}

.footer {
    width: 100%;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #006872;
    padding: 0 20px;
    box-sizing: border-box
}

.footer span {
    padding: 0 12px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* 单行文本溢出省略号 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 搜索栏 */
.scon {
    height: 40px;
    line-height: 40px;
}

.search-bar {
    color: #fff;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-bar a:hover {
    color:#fff;
}
.footer a:hover {
    color:#fff;
}


.search-input {
    width: 90px;
    height: 15px;
    border: 0;
    margin-left: 20px;
    outline: none;
}


.search-btn {
    display: block;
    background: url("style_res/search.png") center no-repeat #fff;
    width: 17px;
    height: 17px;
    border-radius: 8%;
    border: none;
    margin-left: 2px;
}

.search-btn:hover {
    cursor: pointer;
}

/* logo栏 */
.logo {
    margin-top: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width:100%;
}

.logo>a {
   width:100%;
}

.logo img {
    display: block;
}

.depName {
    height: 45px;
    border-left: 2px solid #006872;
    padding-left: 18px;
    margin-left: 20px;
    color: rgb(0, 104, 114);
    font-size: 28px;
    font-family: "宋体";
    font-weight: bolder;
    white-space: nowrap;
    line-height:45px;
}

/* 导航栏 */
.navbar {}


.navbar-item {
    float: left;
    position: relative;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}

.navbar-link {
    display: block;
    width: 100%;
    box-sizing: border-box;    
    padding: 0 26px;
}

.nav-active,
.navbar-item:hover {
    color: #fff;
    background-color: #006872;
}

.nav-active a:hover,
.navbar-item a:hover {
    color: inherit;
}

.nav-active .sub-nav-item:hover,
.navbar-item .sub-nav-item:hover {
    background: #a8d8dd;
}

.sub-nav-item {
    background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    padding:0 12px;
    line-height: 34px;
    white-space: nowrap;
}

.sub-nav {
    display: none;
    position: absolute;
    min-width: 100%;
    z-index: 99;
}

/* banner图 */
.banner img {
    display: block;
    width: 100%;
    height: auto
}

/* 链接项 */
.common-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.common-title-container a {
    max-width: 80%;
}

.date-span {
    /*color: #006872;*/
    color:#000;
    text-align: right;
    white-space: nowrap;
    margin-left: 10px;
}

img{
    max-width: 100%;
}

.mh215 {
  min-height:215px;
}

@media screen and (max-width:1100px){

.mh215 {
  min-height:0px;
}
}

@media screen and (max-width:450px){

.logo>a>img{
  width:1px;
  flex:1;
}
}

.wp_nav { }
.wp_nav .nav-item { float: left; position: relative; height: auto; line-height: 43px; font-size: 18px; }
.wp_nav .nav-item:hover { color: rgb(255, 255, 255); background-color: rgb(0, 104, 114); }
.wp_nav .nav-item a { display: block; width: 100%; box-sizing: border-box; padding: 0px 18px; }
.wp_nav .nav-item a:hover { color: rgb(255, 255, 255); }
.wp_nav .nav-item a span.item-name { padding: 0px; }
.wp_nav .nav-item a.parent:hover span.item-name { color: rgb(255, 255, 255); }
.wp_nav .on a.parent span.item-name { color: rgb(255, 255, 255); }
.wp_nav .sub-nav { display: none; border: none; position: absolute; width: auto; min-width: 100%; z-index: 200; visibility: inherit; }
.wp_nav .sub-nav .nav-item { width: 100%; background: transparent; color: rgba(0, 0, 0, 0.8); font-size: 16px; padding: 0px; height: 100%; white-space: nowrap; }
.wp_nav .sub-nav .nav-item:hover { background: none 0% 0% repeat scroll rgb(168, 216, 221); }
.wp_nav .sub-nav .nav-item a { width: 100%; height: 100%; border-top: none; background: none 0% 0% repeat scroll rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.8); font-size: 16px; padding: 0px 12px; white-space: nowrap; }
.wp_nav .sub-nav .nav-item:hover a { background: none 0% 0% repeat scroll rgb(168, 216, 221); }
.wp_nav .sub-nav .nav-item a span.item-name { font-size: 16px; padding: 0px; }
.wp_nav .sub-nav .nav-item a:hover span.item-name { color: rgb(255, 255, 255); }
.wp_nav .sub-nav .nav-item .mark { background: transparent; }
.article-content {
    max-width: 800px;
    margin: 0 auto;
}


.ml .card.xt ul{display:flex;}
.ml .card.xt .links{width:50%;height:150px;}
.ml .card.xt .links a{width:100%;height:100%;display:block;font-size:0}
.ml .card.xt .links.i1{background:url(./1.png) no-repeat;background-size:99%;}
.ml .card.xt .links.i2{background:url(./2.png) no-repeat;background-size:99%;}