@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: '微软雅黑', '黑体', '宋体';
    background: #0A1B3D;
}

#Bigbackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/wxt_bg0.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center top;
}

body {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: rgba(230, 230, 230, 0.15);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(255, 255, 255, 0.5);
}


/*顶部TOP样式*/
#BoxTop {
    /*left: 0px; top: 0px; width: 1920px; height: 98px; background: url(../images/top_bg.png) repeat-x; position: relative; display: block;*/
    position: relative;
    display: block;
    border-bottom: 4px solid #73f5ff;
    width: 100%;
    min-width: 1366px;
    height: 65px;
    background-size: auto 100%;
    padding-bottom: 13px;
}

#BoxTop #lk_TopLogo {
    width: 185px;
    height: 43px;
    background: url(../images/qp_weixin.png) no-repeat -13px -193px;
    display: block;
    position: absolute;
    left: 22px;
    top: 22px;
    text-decoration: none;
}

#BoxTop #lk_TopLogo:hover {
    top: 23px;
}

#BoxTop #lb_SystemNameCHN {
    /* padding: 20px 0px 0px 0px; width: 1920px; height: 98px; font-size: 40px; color: #FFF; display: block; font-weight: bold; text-align: center; letter-spacing: 20px;*/
    font-size: 32px;
    font-weight: bold;
    color: #cafbff;
    top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1366px;
    letter-spacing: 20px;
    height: 58px;
    line-height: 58px;
    background: url("../images/tit_back.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: auto 100%;
}

#BoxTop #lnk_GoHome {
    position: absolute;
    right: 65px;
    top: 20px;
    width: 22px;
    height: 21px;
    display: block;
    background: url(../images/qp_weixin.png) no-repeat -7px -158px;
}

#BoxTop #lnk_GoPC {
    position: absolute;
    right: 25px;
    top: 22px;
    width: 22px;
    height: 19px;
    display: block;
    background: url(../images/qp_weixin.png) no-repeat -42px -160px;
}

#BoxTop #lnk_GoHome:hover {
    position: absolute;
    right: 65px;
    top: 22px;
}

#BoxTop #lnk_GoPC:hover {
    position: absolute;
    right: 25px;
    top: 24px;
}


#BoxTopInfo {
    width: 630px;
    height: 400px;
    display: block;
    position: absolute;
    top: 45px;
    left: 25px;
    background-color: rgba(255, 255, 255, 0);
}


.TitleBox {
    width: 1346px;
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #eee;
    text-align: center;
    background-color: rgba(17, 49, 61, 0.3);
    border-radius: 10px;
    border: 1px solid #4999aa;
}

.TitleBox span {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #6ae2ec;
    text-align: center;
}

.ContentBox {
    width: 1346px;
    height: 535px;
    display: block;
    position: absolute;
    left: 10px;
    top: 220px;
    background: url("../images/back_1.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.ContentBox ul {
    margin-top: 60px;
    max-width: 1325px;
    display: block;
    position: relative;
    left: 10px;
    padding: 0px;
    overflow: hidden;
}

.ContentBox ul li {
    display: block;
    height: 50px;
    width: 50%;
    list-style: none;
    position: relative;
    margin: 4px 0px;
    padding: 0px;
    float: left;
}

.ContentBox ul li .boxWexinleft {
    margin-left: 6px;
    width: 640px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
}

.ContentBox ul li .boxWexinright {
    width: 640px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    right: 45px;
    top: 0px;
    border-radius: 5px;
}

.ContentBox ul li .boxWexinleft:hover {
    box-shadow: #FFF 0px 0px 5px;
}

.ContentBox ul li .boxWexinleft .Logo {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 10px;
    border: none;
    border-radius: 10px;
}

.ContentBox ul li .boxWexinleft .titleName {
    width: 470px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #A2A2A2;
    text-decoration: none;
    position: absolute;
    left: 50px;
}

.ContentBox ul li .boxWexinleft .Subject {
    width: 500px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50px;
    top: 20px;
    overflow: hidden;
}

.ContentBox ul li .boxWexinleft .Time {
    font-size: 14px;
    color: #D6D6D6;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 180px;
    line-height: 20px;
    text-align: right;
}

.page ul {
    display: table;
    margin: 0 auto;
    left: 0
;
}

.page ul li {
    text-align: center;
    width: initial;
    height: initial;
    margin: initial;

}

.page ul li a {
    margin: 0 5px;
    color: #007fcb;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
}
.page ul li span {
    margin: 0 5px;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
}