.header {
    height: auto;
    background: #0c5da3;
}

.header .topd {
    overflow: hidden;
    color: rgba(138, 184, 222, 1)
}

.header .topd a {
    color: rgba(138, 184, 222, 1)
}

.header .topd p {
    display: inline-block;
    font-size: 16px;
    margin: 16px 0px;
    text-align: center;
}
.header .topd p.userout {
    display: none;
}
.header .topd p a {
    display: inline-block;
}

.topdleft {
    float: left;
}

.topdleft p a {
    padding: 0 7px;
}

.topdleft p:first-child a {
    padding-left: 0;
}

.topdleft .boderlr {
    border-left: 1px solid rgba(138, 184, 222, 1);
    /* border-right: 1px solid rgba(138, 184, 222, 1); */
}

.topdright {
    float: right;
}

.topdright p {
    float: left;
}

.topdleft p a {
    padding: 0 8px;
}

.topdright p a {
    padding: 0 15px;
}

.topdright .boderlr {
    border-right: 1px solid rgba(138, 184, 222, 1);
}

.topdright .boderr {
    border-right: 1px solid rgba(138, 184, 222, 1);
}

.topdright p.ipv6 {
    width: 118px;
    border: 1px solid rgba(138, 184, 222, 1);
    border-radius: 20px;
    padding: 4px 6px;
    margin: 11px 0px 11px 7px;
}

.header .topd .topdright .zzzs {
    height: 32px;
    line-height: 32px;
    background-color: #005293;
    color: white;
    border-radius: 6px;
    margin-top: 11px;
}

.topdright .zzzs a {
    color: #fff;
    padding: 0 12px;
}

.topdright .zzzs span {
    margin-right: 8px;
}

.topdright .zzzs img {
    margin-top: -3px;
}

.logo1 {
    float: left;
    max-width: 600px;
}

.logo1 img {
    width: 100%;
}

.searchr {
    float: right;
    width: 42%;
}

.searchr a:hover {
    color: #fff;
    cursor: pointer;
}

.nav {
    width: 100%;
    background-color: #075191;
}

.navv li {
    list-style: none;
    width: 12.5%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 64px;
    line-height: 60px;
}

.navv li a {
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    opacity: 0.6;
    text-decoration: none;
}

.navv li.on a {
    font-weight: bold;
    opacity: 1;
}

.navv li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.navv li a:hover:after,
.navv li.on a:after {
    width: 100%;
}

.navv li:hover a {
    font-weight: bold;
    opacity: 1;
}

img {
    vertical-align: middle;
}

.logo {
    margin: 20px 0px 20px 0px;
}

.searchr-box {
    width: 74%;
    height: 56px;
    border-radius: 45px;
    border: 0;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    background: #106bba;
}

.heat-search {
    float: left;
    color: #fff
}

.heat-search span {
    /*margin-left: 23px;*/
}

.heat-search a {
    color: #fff;
    padding: 0px 10px;
    margin-top: 10px;
    display: inline-block;
}

.inputsearch {
    background: none;
    border: 0px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: url(../images/fangda.png) no-repeat 0px 17px;
    text-indent: 2em;
}

.fd {
    position: absolute;
    top: 46px;
    left: 16px;
}

.searchr {
    position: relative;
    padding: 28px 0px;
}

.xuehua {
    position: absolute;
    top: -12px;
    right: -4px;
}

.gjss img {
    margin-right: 10px;
}

.gjss a {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.xuehua img {
    width: 76px;
}

.searchr-box-op {
    position: relative;
    float: left;
}

.searchr-box-op select {
    background: none;
    border: 0px;
    color: #fff;
    margin: 0px 20px;
    height: 56px;
    outline: none;
}

.searchr-box-op::after {
    position: absolute;
    content: '';
    height: 38px;
    width: 1px;
    background: #438ac9;
    top: 10px;
    right: 8px;
}


/*  */

@media screen and (max-width: 991px) {
    .searchr-box {
        width: auto;
        float: none;
    }
    .logo {
        margin: 0px 0px 20px 0px;
    }
    .header {
        width: 100%;
        height: auto;
    }
    body .edicenter {
        width: 100%;
    }
    .topdleft {
        padding: 16px 10px;
    }
    .header .topd p {
        margin: 3px 0;
    }
    .topdright {
        display: none;
    }
    .logo1 {
        width: auto;
        max-width: 537px;
        margin: 20px auto;
        float: none;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .logo1 img {
        width: 80%;
    }
    .searchr {
        float: none;
        padding: 0;
        width: auto;
        padding: 0px 20px;
    }
    .searchr .fd {
        position: absolute;
        top: 50%;
        left: 16px;
        margin-top: -12px;
    }
    .inputsearch {
        width: 55%;
    }
    .nav {
        /* display: none; */
        height: auto;
    }
    .navf {
        height: auto;
    }
    .navv li {
        width: 25%;
        font-size: 18px;
        height: 38px;
        line-height: 30px;
    }
    .navv {
        padding: 10px 0px;
    }
    .navv li a::after {
        height: 3px;
    }
    .gjss {
        display: block;
        padding-top: 10px;
    }
    .gjss a {
        display: inline-block;
        /* margin-left: 20px; */
        margin-top: 15px;
    }
    .list-body .list-item .list-title {
        height: auto;
        font-size: 16px;
    }
    .list-body .list-item .content {
        width: 100% !important;
        line-height: 30px;
    }
}

@media screen and (max-width: 580px) {
    .topdleft {
        font-size: 14px;
    }
    .publisher-url span {
        display: block;
        margin: 0px
    }
    .searchr-box {
        width: 100%;
    }
    .searchr-box-op {
        display: none;
    }
    .inputsearch {
        margin-left: 15px;
    }
    .inputsearch.fl,
    .gjss.fr,
    .searchr-box {
        float: none;
    }
    .total-stat .item-total {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .searchr {
        padding-right: 0;
    }
    .searchr .gjss {
        display: none;
    }
}
