/* 顶部尾部背景色 */
.bgwhite {
    background-color: white;
    min-width: 1240px;
}

.bgblack {
    background-color: #333;
    min-width: 1240px;
}

/* 顶部欢迎语及登录注册加入收藏 */
.home .top {
    width: 1200px;
    margin: 0px auto;
    font-size: 16px;
    padding: 12px 0px;
    position: relative;
    background-color: #333333;
    color: white;
    height: 30px;
    line-height: 30px;
}

.home .top .right-tools {
    position: absolute;
    right: 0px;
    top: 12px;
    text-align: right;
    /* width: 50%; */
    color: white;
}

.home .top .right-tools .align-center {
    display: flex;
    align-items: center;
}

.home .top .right-tools a {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 16px;
}

/* logo 导航 搜索 */
.home .topnav .logo {
    /* height: 120px; */
    height: 90px;
    vertical-align: middle;
    margin-right: 10px;
    mix-blend-mode: multiply;
}

.home .topnav {
    position: relative;
}

.home .topnav .navitem {
    display: inline-block;
    margin: 0px 10px;
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.home .topnav .navitem.active {
    border-bottom: solid 4px #2B7DE2;
}

.home .topnav .navitem.more {
    display: inline-block;
    background: url(../images/arrow-down.png) right 6px no-repeat;
    padding-right: 15px;
    position: relative;
}

.home .topnav .navitem.more:hover {
    background: url(../images/arrow-down-blue.png) right 6px no-repeat;
    color: #2B7DE2;
    cursor: pointer;
}

.home .topnav .navitem .submenu {
    display: none;
}

.home .topnav .navitem.more:hover .submenu {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 24px;
    width: 60px;
    padding: 0px 8px 15px 8px;
    background-color: white;
    border-radius: 4px;
}

.home .topnav .navitem.more:hover .submenu .submenu-item {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.home .topnav .search-wrapper {
    position: absolute;
    right: 0px;
    top: 25px;
}

.home .search-wrapper .form-wrapper {
    background: #9F9E9F;
    display: inline-block;
    border-radius: 20px;
    vertical-align: top;
    width: 280px;
    position: relative;
    height: 40px;
}

.home .search-wrapper .form-wrapper #type {
    border: none;
    outline: none;
    width: 70px;
    font-size: 15px;
    color: white;
    background: #9F9E9F;
    margin-left: 15px;
    color: white;
}

.home .search-wrapper .form-wrapper #type option {
    color: white;
}

.home .search-wrapper #keyword {
    border: none;
    outline: none;
    width: calc(100% - 180px);
    font-size: 14px;
    padding: 3px 5px;
    color: white;
    background: transparent;
    margin-top: 8px;
    padding-left: 20px;
}

#keyword::-webkit-input-placeholder {
    color: white;
}

#keyword:-moz-placeholder {
    color: white;
}

#keyword:-ms-input-placeholder {
    color: white;
}

.home .search-wrapper .form-wrapper .submit {
    border: none;
    background: #0049A3 url(../images/search.png) 10px 15px no-repeat;
    color: white;
    padding: 0px 20px 0px 30px;
    cursor: pointer;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}


/* 底部版权声明 */
.bgblack .bottom {
    padding: 40px 0px;
    background: #333;
}

.bgblack .bottom .item-col3 {
    display: flex;
}

.bgblack .bottom .item-col3 .news {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 386.6px;
    background: #333;
    /* border-left: solid 1px white; */
    border-radius: 0px;
    /* padding-left: 20px; */
}

.bgblack .bottom .item-col3 .news:last-child {
    margin-right: 0px;
}

.bgblack .bottom .item-col3 .news div {
    color: white;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    text-align: left;
    padding-bottom: 5px;
    border-left: solid 1px white;
    padding-left: 20px;
}

.bgblack .bottom .item-col3 .news div a {
    color: white;
}
