* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: VenusRising !important;
}
a{
    cursor: pointer;
    text-decoration: none;
}
.allcontent {
    margin: 0 auto;
    /*width: 1337px;*/
    width: 69.6%;
}

.pagetitle {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin: 181px 0 38px 0;
}

.searchkey {
    display: flex;
    text-align: center;
    width: 640px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid black;
}

.searchkey div {
    display: flex;
    align-items: center;
    position: relative;
}

.searchkey div span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.searchkey input {
    width: 540px;
    height: 56px;
    text-indent: 28px;
    outline: none;
    border: none;
    font-size: 24px;
    font-weight: 300;
    color: #9C9999;
}

.searchkey .musearch{
    font-size: 26px;
    color: #9C9999;
}

.searchkey input::placeholder {
    font-size: 24px;
    font-weight: 300;
    color: #9C9999;
}

.searchkey .shortline {
    width: 1px;
    height: 35px;
    margin: 0 18px;
    background: #9d9d9d;
}

.searchkey img {
    height: 20px;
    position: absolute;
    left: 94%;
    pointer-events: none;
}

.searchkey a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar {
    margin: 118px 0 110px 0;
}

.menubar > div {
    text-align: center;
    margin: 0 auto;
}

.menubar form a{
    color: black;
}

.menubar form div {
    display: inline;
    margin-right: 32px;
    font-size: 16px;
    padding: 14px 15px 14px 15px;
}

.menubar form div:hover {
    background-color: #0454d7;
    color: white;
}

.menubar form .active {
    background-color: #0454d7;
    color: white;
}

.content .item {
    width: 1163px;
    margin: 50px auto 20px;
}

.content .item > div {

}

.content .item .title {
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.content .item p span {
    color: blue;
}

.content .msg {
    color: gray;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 35px;
}

.page {
    width: 884px;
    margin-left: 215px;
    color: rgba(102, 102, 102, 1);
}

.page > div {
    margin-top: 188px;
    margin-bottom: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page img {
    width: 8px;
}

.page a:last-child img {
    transform: rotate(180deg);
}

.page a {
    margin: 6px 0 6px 35px;
    text-decoration: none;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #0454D7;
}

.page .currentpage {
    display: inline;
}

.page .currentpage a {
    color: gray;
}

.page .currentpage a:hover {
    color: blue;
}

.page .currentpage .on {
    color: blue;
}

.page .goto {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.page .goto .pagenum {
    width: 40px;
    height: 31px;
    border: 1px solid gray;
    display: block;
    margin: 0 10px;
}

.page .goto .pagenum input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    text-align: center;
}

.page > span > a {
    color: blue;
    margin-left: 58px;
}

.line {
    border-top: none;
    border-color: rgba(221, 221, 221, 1);
}

.deletelogo {
    transition: 0.6s;
    opacity: 0;
    cursor: pointer;
}

.opacity_active {
    opacity: 1 !important;
}
.b3-2 {
    display: flex;
    margin-right: 62px;
}
.b3-2 p {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #9c9999;
    line-height: 31px;
}
.b3-2 input {
    width: 40px;
    height: 29px;
}
.b3-2 a {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #0454d7;
    line-height: 31px;
    margin-left: 35px;
}
.b3 {
    width: 100%;
    height: 31px;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .searchkey {
        width: 80%;
    }
    .searchkey input {
        width: 350px;
    }
    .searchkey .right {
        width: 30px !important;
    }
    .menubar {
        margin: 50px 0 60px 0;
    }
}

@media screen and (max-width: 520px){
    .menubar form div {
         margin-right: 0;
    }
    .searchkey{
        height: 50px;
    }
    .searchkey input {
        width: 200px;
        height: 50px;
    }
}

@media screen and (max-width: 414px){
    .pagetitle {
        margin: 80px 0 38px 0;
        font-size: 38px;
    }
    .allcontent {
        width: 90%;
    }
}
