body {
    font-family: 'Microsoft YaHei Regular'
}

header {
    width: 1200px;
    margin: 0 auto;
    height: 115px;
    background: url(/vlab_files/2026/197/0877/1bgdbe.png) no-repeat 23px center;

    background-size: 75%;
}

nav {
    height: 45px;
    line-height: 45px;
    background: #2d57aa;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    /* text-align: center; */
}

.nav li {
    display: inline-block;
    float: left;
    font-family: "Microsoft Yahei";
    line-height: 44px;
    margin: 0 10px;
    position: relative;
}

.nav li a {
    display: block;
    color: #fff;
    padding: 0 35px;
    font-size: 18px;
}

.nav li:hover {
    background:#234891;
}

.banner {
    height: 300px;
    background: url(/vlab_files/2026/202/0953/j3oq0.png) center -5px no-repeat #2d57aa;
}

.banner p {
    width: 1200px;
    margin: auto;
    /* text-align: right; */
    font-size: 44px;
    font-weight: bold;
    text-indent: 440px;
    padding-top: 95px;
    color: #fff;
}

.menubox {
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0;
}

.menubox .sort {
    margin-bottom: 20px;
}

.menubox .list {
    float: left;
    width: 1135px;
}

.menubox .title {
    float: left;
    color: #333;
    padding: 5px 0;
    width: 50px;
    margin: 5px 0;
}

.menubox .sort .edit input {
    background: #fff;
    border: 1px solid #c1c1c1;
    width: 165px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    /* float: left; */
    border-radius: 3px;
    margin-right: 10px;
}

.menubox .sort .edit {
    float: left;
    height: 30px;
}

.menubox .sort .edit .s-btn {
    border: none;
    background: #2080ff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 12px;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
}

.menubox .proLevel, .menubox .prizeYear, .menubox .declareYear {
    float: left;
}

.sort ul li {
    float: left;
    display: inline-block;
    margin: 5px 10px;
    padding: 5px 0;
    cursor: pointer;
}

.menubox li.active {
    color: #fff;
    background: #2d57aa;
    border-radius: 3px;
    padding: 5px 20px;
}

.course {
    width: 1200px;
    margin: auto;
}

.course li {
    float: left;
    width: 285px;
    height: 255px;
    margin: 0 15px 30px 0;
    position: relative;
    box-shadow: 1px 1px 5px 1px #ccc
}

.course li a {
    display: block;
    height: 100%;
}

.course li .cbox {
    cursor: pointer;
    height: 100%;
    position: relative;
}
.course li .cbox .huang{
        position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ff8100, #ff4700);
    color: #fff;
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 0 0 5px 0;
}
.course li .cbox .pic {
    overflow: hidden;
    height: 190px;
}

.course li .cbox .pic img {
    width: 100%;
    height: 190px;
    transition: 0.5s;
}

.course li .cbox .text {
    margin-top: 10px;
    position: relative;
}

.course li .cbox .text .infor {
    float: left;
    width: 100%;
}

.course li .cbox .text .infor p {
    margin: 0 10px;
}

.course li .cbox .text .infor p.p1 {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course li .cbox .text .infor p.p2 {
    background: #ff4957;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.course ul {
    overflow-y: auto;
}

.scoreBtn {
    display: block;
    margin: auto;
    background: #2280ff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    width: 115px;
}

.course li .cbox .text .infor p.p2 span {
    margin-right: 10px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../img/person.png) no-repeat left center;
    padding-left: 16px;
    float: right;
}

.course li .cbox .text .infor p.p2 label {
    font-size: 12px;
    float: left;
}

footer {
    padding: 45px 0;
    height: 72px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #2d57aa url(/vlab_files/2026/202/0948/ita2e.png) no-repeat center center;
}

footer div {
    width: 1200px;
    margin: 0 auto;
}

footer div p {
    width: 315px;
    text-align: right;
}

.breadcrumb {
    height: 35px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 14px;
    background: url(/vlab_files/2021/314/1025/1ro78.png) left center no-repeat;
}

.breadcrumb span {
    line-height: 35px;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    color: #fff;
    display: block;
    padding: 0 20px;
    float: left;
    background: #3591e0;
}

.breadcrumb ul {
    float: left;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #000;
    font-size: 14px;
    line-height: 35px;
    /* font-family: serif; */
    font-weight: bold;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #3591e0;
}

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #3591e0;
    border-bottom: 2px #3591e0 solid;
    font-weight: normal;
}

.contentCategory {
    width: 1100px;
    padding: 15px;
    min-height: 860px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
}

.aside {
    width: 240px;
    position: relative;
}

.aside h2 {
    background: #2d57aa;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-bottom: 10px;
}

.aside h2 a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.aside ul li {
    background: #0f5035;
    margin-top: 5px;
}

.aside ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    text-decoration: none;
    padding-left: 40px;
    background: #f9f9f9;
}

.aside ul li a:hover {
    color: #fff ;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #0f5035;
    background: #0f5035;
}

.level3 {
    display: block !important;
}

.level3 > li > a {
    font-size: 14px !important;
    padding-left: 60px !important;
    background-position-x: 35px !important;
}

.level4 {
    display: none;
}

.level4 > li > a {
    padding-left: 10px;
    background: #0f5035;
}

.level2 > li > a.arrow:hover, .level3 > li > a.arrow:hover, .level4 > li > a.arrow:hover, .level2 > li > a.current, .level3 > li > a.current, .level4 > li > a.current {
    color: #fff;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;
    background: #0f5035;
}

.level3 li a:hover {
    color: #333 !important;
}

.arrow {
    background: #3591e0 !important;
    color: #fff !important;
}

.contentLi {
    width: calc(100% - 260px);
}

.articleLi {
    /* margin-top:5px; */
    min-height: 550px;
}

.articleLi ul {
    margin: 0 10px;
}

.articleLi ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #bfbfbf;
    padding-left: 5px;
}

.articleLi ul li a {
    display: block;
    font-size: 14px;
    color: #787878;
    text-decoration: none;
    cursor: pointer;
}

.articleLi ul li a h3 {
    font-size: 15px;
    font-weight: normal;
}

.articleLi ul li a:hover {
    color: #023fe6;
}

.contentArt {
    width: 1170px;
    padding: 15px;
    min-height: 600px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
}

.title_info {
    font-family: serif;
    width: 100%;
    color: #666;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    border-bottom: 2px solid #ededed;
}

.secondContent {
    width: 1100px;
}

.articlePage {
    margin-top: 30px;
    min-height: 450px;
}

.articlePage h2 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}

.article-detail {
    padding: 0 15px;
}

.article-detail > p img {
    display: block;
    margin: 10px auto;
}

.article-detail > p {
    font-family: serif;
    line-height: 30px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    font-size: 16px;
}

.article-detail table {
    margin: 0 auto;
}

.article-detail table td {
    text-align: left;
    font-size: 14px;
    color: #666;
    padding: 10px;
    line-height: 22px;
}

.article-detail table td p {
    text-indent: 0;
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 25px;
}

.article-detail object {
    margin-left: -2em;
}

.commonPic {
    margin-bottom: 15px;
}

.picBox .boxTit {
    margin-bottom: 15px;
}

.picBox ul li {
    float: left;
    margin: 7px 14px;
}

.picBox ul li img {
    display: block;
    padding: 5px;
    background: #e9e9e9;
    WIDTH: 235PX;
    height: 142px;
}

.picBox ul li .categoryPic {
    position: relative;
    display: block;
    text-decoration: none;
}

.picBox ul li .categoryPic .greenBg {
    display: none;
    background: url("http://oss.rainier.com.cn/a_lend/2019/233/1017/aid4.png") repeat;
    width: 180px;
    height: 95px;
    padding: 25px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.picBox ul li .categoryPic .greenBg p {
    font-size: 14px;
    color: #fff;
    font-family: "Microsoft Yahei";
    line-height: 22px;
}

.picBox ul li .categoryPicTit {
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    text-decoration: none;
    padding-left: 5px;
}

.picBox ul li p {
    text-align: center;
}

.picBox ul li:hover .categoryPic .greenBg {
    display: block;
    transition: 0.3s;
}

.picBox ul li:hover .categoryPicTit {
    color: #8fba3d;
}

.page {
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px auto 0;
    background: #f2f2f2;
}

.pagelist {
    font-size: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.pagelist span {
    font-size: 14px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump {
    border: 1px solid #ccc;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.ellipsis {
    padding: 0px 8px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump.disabled {
    pointer-events: none;
    background: #ddd;
}

#toolBackTop {
    display: none!important;
}