* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

::-webkit-scrollbar{
    padding-left:1px;
    background-color:#fafafa;
    overflow:visible;
    width:9px;
}
::-webkit-scrollbar-thumb{
    background-color:rgba(0, 0, 0, .1);
    background-clip:padding-box;
    border-left-width:2px;
    min-height:10px;
    box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:vertical:hover{
    background-color:rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-thumb:vertical:active{
    background-color:rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-button{
    height:0;
    width:0;
}
::-webkit-scrollbar-track{
    background-clip:padding-box;
    border:solid transparent;
    border-width:0 0 0 2px;
}
::-webkit-scrollbar-corner{
    background:transparent;
}
::-webkit-scrollbar-track-piece{
    margin: 10px 0;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

/*====================================================*/
.wrapper {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrapper::after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
}
.aside {
    width: 180px;
    min-height: 1px;
    float: left;
    cursor: default;
}
.aside .aside-header {
    text-align: center;
    background: #A1A1A1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2px;
}
.aside .aside-header h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}
.aside .aside-header p {
    margin: 0;
    font-size: 14px;
    color: #808080;
    line-height: 1;
}
.aside-qrcode img{
    margin-top: 20px;
    max-height: 90%;
    margin-left: auto;
    margin-right: auto;
}


.__pagination {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
}
.__pagination.block {
    display: block;
}
.__pagination b {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #039E76;
    background-image: url(../images/icon.png);
    cursor: pointer;
    margin-right: 10px;
    float: left;
}
.__pagination b.last {
    background-position: -66px 0;
}
.__pagination b.prev {
    background-position: -22px 0;
}
.__pagination b.next {
    background-position: -44px 0;
}
.__pagination span {
    float: left;
    margin-right: 10px;
}
.__pagination span a {
    text-decoration: underline;
    color: #039e76;
}
.__pagination span input {
    width: 22px;
    height: 22px;
}
.__pagination .next-page,
.__pagination .prev-page {
    float: left;
    color: #039e76;
    text-decoration: underline;
    padding: 10px 4px;
}
.__pagination .next-page {
    float: right;
}
/*====================================================*/
.history-item dd {
    margin-bottom: 5px;
}
.history-item dd a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: darkkhaki;
    overflow: hidden;
    padding: 7px 20px;
    background-color: #277058;
}
.history-item dd a time {
    float: right;
}
.history-item dd a:hover {
    text-decoration:none;
}
.history-details .history-details-content img {
    max-width: 100%;
}
.history-details .history-details-content .text-indent{
    text-indent: 2em;
}
.history-details .history-details-audio {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.history-details .history-details-audio li {
    list-style: none;
}
.history-details .history-details-audio .audio-item {
    width: 100%;
    background-color: #E6E6E6;
    border: 1px solid #CECECE;
    height: 30px;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 4px;
}
.history-details .history-details-audio .audio-item .audio-icon {
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/icon.png") no-repeat 0 -22px;
}
.history-details .history-details-audio .audio-item p {
    margin-bottom: 0;
}
.history-details .history-details-audio .audio-item .audio-author {
    float: right;
}
/*====================================================*/
.search-bar {
    /*text-align: center;*/
}
.search-bar label{
    font-weight: normal;
    padding: 0 20px 0 0;
    float: left;
}
.search-bar label input{
    float: left;
    margin-right: 4px;
}
.checkbox-group{
    float: left;
    padding-left: 30px;
    margin-bottom: 4px;
}
.table-export {
    color: #039e76;
    height: 22px;
    line-height: 22px;
    text-decoration: underline;
    display: inline-block;
}
.table-export i {
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/icon.png") no-repeat -22px -22px;
}
/*====================================================*/
.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
}
.icon.icon-search {
    background-position: -44px -22px;
}
/*====================================================*/
/*Ã¥Â¤Â´Ã©Æ’Â¨ */
/*.header {*/
    /*width: 100%;*/
/*}*/
/*.header img {*/
    /*width: 100%;*/
    /*max-height: 100px;*/
/*}*/
/*Ã¥Â¤Â´Ã©Æ’Â¨ end */
/*Ã¤Â¸Â»Ã¥Â¯Â¼Ã¨Ë†Âª */
.nav-wrapper {
    width: 100%;
    height: 40px;
    background-color: #039E76;
    text-align: center;
    font-size: 16px;
    z-index: 998;
}
.nav-wrapper .nav {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.nav-wrapper .nav li {
    float: left;
    width: 16.6%;
    list-style: none;
    position: relative;
}
.nav-wrapper .nav li a {
    display: block;
    color: #ffffff;
    background: #039e76;
    line-height: 1;
    word-break: keep-all;
    padding: 11px;
    font-size: 18px;
    white-space: nowrap;
}
.nav-wrapper .nav li:hover {
    background-color: #087B5D;
    /*background: #039e76;*/
}
.nav-wrapper .nav li:hover .sub-nav {
    display: block;
}
.nav-wrapper .nav li .sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #039E76;
}
.nav-wrapper .nav li .sub-nav li {
    list-style: none;
    display: block;
    width: 100%;
}
.nav-wrapper .nav li .sub-nav li a {
    display: block;
    height: 40px;
    padding: 10px 15px;
}
/*Ã¤Â¸Â»Ã¥Â¯Â¼Ã¨Ë†Âª end */
.footer-nav {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding-top: 20px;
}
.notice {
    padding: 10px;
    background-color: #039E76;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    width: 90%;
}
.notice p {
    margin-bottom: 0;
    word-break: keep-all;
}
.notice p:last-child {
    text-indent: 1em;
}
.notice2 {
    padding: 14px;
    width: 83px;
    height: 110px;
    background: url(../images/201759142252.png) no-repeat center;
    background-size: 90%;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.notice2 p {
    margin-bottom: 0;
}
.ui-nav-wrap {
    height: 40px;
    background-color: #039E76;
}
.ui-top-nav {
    width: 100%;
}
.ui-top-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-top-nav a {
    float: left;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    width: 14%;
    text-align: center;
}

.ui-top-nav a:hover {
    background: #087A5C;
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #039E76;
    border-top: 1px solid #CCCCCC;
}
.footer .ui-footer-nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.footer .ui-footer-nav span {
    display: inline-block;
}

.ui-news-list li{
    list-style: none;
    position: relative;
    padding-left: 10px;
}
.ui-news-list li:before{
    content:".";
    position: absolute;
    top: -4px;
    left: 0;
    font-weight: bold;
}
.ui-news-list li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ui-news-list li a time {
    float: right;
}
.practice-test h4 {
    font-size: 22px;
    line-height: 30px;
    color: #039e76;
    text-align: center;
    margin: 0;
}
.practice-test h5 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 0;
}
.practice-test ul li {
    list-style: none;
}
.practice-test .test-wrap .test-q {
    margin-bottom: 10px;
}
.banner {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-prev {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 10px;
}
.banner-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 10px;
}

@media screen and (max-width:767px) {
    .nav-wrapper .nav li a {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .nav-wrapper {
        height: 30px;
        font-size: 14px;
        font-size: 12px;
    }
    .nav-wrapper .nav li a {
        padding: 8px;
    }
    .nav-wrapper .nav li .sub-nav li a {
        height: auto;
        font-size: 12px;
        padding: 8px;
    }
    .ui-news-list {
        padding: 10px;
    }
    .notice {
        border-radius: 0;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
        line-height: 1;
    }
    .notice p {
        float: left;
    }
    .notice p:last-child {
        text-indent: 0;
    }
    .notice2 {
        padding: 10px;
        width: 100%;
        height: auto;
        background: none;
        font-size: 14px;
        line-height: 1;
        color: #ffffff;
        background: #039E76;
        overflow: hidden;
    }
    .notice2 p {
        float: left;
    }
    .aside {
        display: none;
    }
    .section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-group {
        display: inline-block;
        margin-bottom: 15px;
        vertical-align: middle;
    }
    .device {
        height: 216px;
    }
    .wrapper {
        padding-bottom: 0;
    }
}


/*Ã©â„¢â€žÃ¤Â»Â¶Ã¤Â¸â€¹Ã¨Â½Â½*/
.history-details-download{
    padding: 10px 0;
}
.history-details-download a{
    padding: 0 10px;
    cursor: pointer;
}