* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

#course-box {
    width: 100%;
}

body {
    background: #F1F2F8;
}
/* 导航 */




.head-box {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #222222;
    line-height: 40px;
}

.head-msg {
    width: 1200px;
    margin: 0 auto;
}
      
.Nav{
    width: 100%;
    height: 95px;
    background-color: #fff;
}
.Nav_1200{
    width: 1200px;
    margin: auto;
    display: flex;
}
.Nav_1200>a{
    background: url(../images/logo-new.png) no-repeat;
        width: 230px;
        height: 48px;
        float: left;
        margin-top: 24px;
}
.Nav_1200 img{
    width: 275px;
    /* height: 95px;  */
    padding: 23.5px 0;
}



.ul{
    list-style: none;
    display: flex;
    font-size: 16px;
    height: 95px;
}
.ul li{
    margin-left: 50px;
    position: relative;
}
.li{
    /* border: 1px solid #ededed; */
    box-shadow: 0 0 5px #ededed;
}
.ul li>a{
    color: #333;
    height: 95px;
    display: inline-block;
    line-height: 95px;
    margin: 0 24px;
}
.Navxia{
    position: relative;
    /* font-weight: bold; */
}
.Navxia::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    left: 28px;
    bottom:25px;
    margin-left: 0px;
    background-color: #222860;
    border-radius: 5px;
} 
.NavKe{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 119px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height: 45px;
}
.NavKe a:last-child{
    margin-bottom: 40px;
}
.NavKe a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe1{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 151px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe1 a{
    display: block;
    color: #000;
    width: 152px;
    height: 45px;
    line-height: 45px;
}
.NavKe1 a:last-child{
    margin-bottom: 40px;
}
.NavKe1 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe2{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 119px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;
    z-index: 100;
}
.NavKe2 a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height: 45px;
}
.NavKe2 a:last-child{
    margin-bottom:40px;
}
.NavKe2 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
}
.NavKe3{
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 119px;
    text-align: center;
    top: 93px;
    display: none;
    border: 1px solid #eee;
    border-top: none;   
    z-index: 100;
}
.NavKe3 a{
    display: block;
    color: #000;
    width: 120px;
    height: 45px;
    line-height:45px;
}
.NavKe3 a:last-child{
    margin-bottom: 40px;
}
.NavKe3 a:hover{
    color:#fff !important;
    background-color: #222860 !important;
} 
.xia {
    width: 20px;
    height: 10px;
    background-image: url(../images/icons_v9.png);
    /* background-position: -253px -310px;
    display: inline-block;
    margin-left: 24px; */
    background-position: -253px -310px;
    display: inline-block;
    margin-left: 15px;
}


/*  */
.course{
    width: 1200px;
    margin: auto;
    /* height: 60px;
    line-height: 60px; */
    margin-top: 10px;
    margin-bottom: 15px;
}
.course>a{
    font-size: 14px;
    color: #666;
}
.course>span{
    font-size: 14px;
    color: #999;
}

/* 会计分类 */
.Fen{
    width: 1200px;
    margin: auto;
    display: flex;
}
.Fen_left{
    width: 855px;
    background-color: #fff;
    /* height: 1000px; */
}
.Fen_LeftTop{
    height: 80px;
}
.Fen_LeftTop a{
    width: 165px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    background-color: #dddee9;
    color: #222860;
    margin-top: 35px;
    margin-left: 30px;
}
.bian{
    background-color: #222860 !important;
    color: #fff !important;
}
.Fen_wen{
    width: 795px;
    height: 160px;
    margin: 40px 30px 0px;
    display: flex;
    box-shadow: 0 0px 20px #e6e5ee;
}
.Fen_wen img{
    width: 260px; 
    /* height: 160px; */
    margin-right: 25px;
}
.Fen_WenNei{
    width: 550px;
    position: relative;
}
.Fen_WenNei p:nth-child(1){
    font-size: 20px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 368px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.Fen_WenNei p:nth-child(2){
    width: 368px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #999;
}
.Fen_WenNei a{
    position: absolute;
    right: 25px;
    top: 63px;
    width: 100px;
    height: 45px;
    background-color: #f1ebe8;
    border-radius: 25px;
    line-height: 45px;
    text-align: center;
    color: #ef5b1a;
}
.Fen_WenNei a:hover{
    background-color: #ef5b1a !important;
    color:#f1ebe8 !important;
}
.ting{
    background-color: #ef5b1a !important;
    color: #fff !important;
}
.HuanYe{
    width: 855px;
    height: 132px;
}
.cma{
    display: none;
}
.Fen_right{
    width: 320px;
    margin-left: 25px;

}
.Fen_right1{
    width: 320px;
    height: 510px;
    background-color: #fff;
}
.Fen_right1 h3{
    height: 84px;
    position: relative;
    margin: 0 30px;
    line-height: 84px;
    padding-left: 15px;
}
.Fen_right1 h3::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 22px;
    left: 0;
    top: 30px;
    background-color: #ef5b1a;
    border-radius: 5px;
}
.Fen_right1 img{
    width: 260px;
    height: 250px;
    /* padding: 20px 30px; */
    padding: 0 30px 20px;
}
.Fen_right1 p:nth-child(3){
    font-size: 24px;
    color: #000;
    text-align: center;
}
.Fen_right1 p:nth-child(4){
    font-size: 18px;
    color: #999;
    text-align: center;
    margin: 10px 0;
}
.Fen_right1 a{
    width: 220px;
    height: 45px;
    line-height: 45px;
    margin: 0 50px;
    text-align: center;
    background-color: #f77935;
    color: #fff;
    border-radius: 25px;
    font-size: 22px;
    display: inline-block;
}



.Bao_right{
    width: 320px;
    /* height: 540px; */
    height: auto;
    background-color: #fff;
}
.Bao_right .KaoDian1:last-child{
    padding-bottom: 20px;
}
.Bao_RightTop{
    height: 84px;
    position: relative;
    padding: 0 30px;
    line-height: 84px;
}
/* .Bao_RightTop::after{
    position: absolute;
    content: '';
    width: 320px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #eee;
} */
.Bao_RightTop h3{
    font-size: 24px;
    color: #000;
    width: 170px;
    float: left;
    position: relative;
    padding-left: 15px;
}
.Bao_RightTop h3::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 22px;
    left: 0;
    top: 30px;
    background-color: #ef5b1a;
    border-radius: 5px;
}
.Bao_RightTop a{
    font-size: 14px;
    color: #222860;
    float: right;
}
.KaoDian1{
    padding: 0 30px;
    height: 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 26px;
    
}
.KaoDian1:nth-child(2){
    margin-top: 0px;
}
.KaoDian1 a{
    display: flex;
}
.KaoDian1 span:nth-child(1){
    color: #333;
    width: 260px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.KaoDian1 span:nth-child(2){
    color: #333;
}
.KaoDian1 span:hover{
    text-decoration: underline;
}





/* 底部 */

.foot-box {
    width: 100%;
    height: 212px;
    background-color: #ffffff;
    text-align: center;
    margin-top: 80px;
    font-size: 12px;
    overflow: hidden;
}

.foot-top {
    width: 1200px;
    height: 60%;
    margin: 20px auto;
    line-height: 60px;
}

.foot-box p {
    margin-top: 20px;
}

.foot-top span {
    margin-right: 35px;
}

.icons {
    display: inline-block;
    background-image: url('../images/icons_v9.png');
}

.icon-security {
    width: 27px;
    height: 24px;
    background-position: -281px -164px;
}

.icons.icon-union {
    width: 32px;
    height: 26px;
    background-position: -2px -278px;
}

.icons.icon-ebs {
    width: 20px;
    height: 27px;
    background-position: -315px -31px;
}

.icons.icon-police {
    width: 23px;
    height: 25px;
    background-position: -315px -2px;
}

.icons.icon-real {
    width: 27px;
    height: 27px;
    background-position: -281px -104px;
}

.icons.icon-ssia {
    width: 37px;
    height: 23px;
    background-position: -192px -157px;
}

.icons.icon-best {
    width: 85px;
    height: 33px;
    background-position: -192px -2px;
}

.icons.icon-tech {
    width: 25px;
    height: 25px;
    background-position: -405px -57px;
}

.icons.icon-tencent {
    width: 23px;
    height: 23px;
    background-position: -442px -30px;
}

.icons.icon-sina {
    width: 33px;
    height: 24px;
    background-position: -405px -30px;
}

.icons.icon-china {
    width: 55px;
    height: 24px;
    background-position: -405px -3px;
}

.foot-box i {
    vertical-align: middle;
    margin-right: 10px;
}

.foot-box a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.icons.icon-yue {
    width: 30px;
    height: 30px;
    background-position: -312px -140px;
}

.icons-img {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: -5px;
}

.icons-span {
    position: relative;
}

.ml-10 {
    margin: 0 40px;
}

@media screen and (max-width: 1366px) {
    .head-msg {
        width: 1000px;
    }
    .nav-box {
        width: 1000px;
    }
    .head-navigation {
        width: 680px;
    }
    .bottom-img {
        width: 1000px;
    }
    .bottom-img img {
        margin: 0 20px;
    }
    .bottom-box .bottom-ul {
        width: 1000px;
    }
    .video-box .video-left {
        width: 650px;
        height: 365px;
    }
    .video-box .video-right {
        width: 350px;
        height: 365px;
    }
    .video-box {
        width: 1004px;
        height: 365px;
    }
    .list-item {
        height: 310px;
    }
}







/*分页样式*/

/* .page {
    width: 594px;
    border: 1px solid #fff;
    margin: auto;
}

.page ul {
    padding: 0;
    min-width: 450px;
    margin: 40px 0;
    text-align: center;
}

.page ul::after {
    content: '';
    display: block;
    clear: both;
}

.page ul li {
    float: left;
    width: 50px;
    height: 32px;
    list-style: none;
    text-align: center;
    margin-left: 50px;
}

.page a {
    color: #333333;
    font-family: "微软雅黑";
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-left: none;
    width: 42px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}
.active a{
    width: 32px !important;
    height: 32px !important;
}

.page ul li a:hover {
    color: #00b882 !important;
}

.page ul li a:hover {
    color: white;
}

.page .disabled a:hover {
    background-color: white;
    cursor: not-allowed;
    color: #aaa;
}

.page .active a {
    background-color: #00b882;
    color: white;
}

.page .lastPage {
    width: 60px;
}

.page .nextPage {
    width: 60px;
}

.page .homepage,
.page .zhpage {
    width: 50px;
}

.page .homepage>a,
.page .zhpage>a {
    width: 50px;
    border-radius: 0
}

.page .lastPage>a {
    width: 60px;
    border-radius: 0;
}

.page .nextPage>a {
    width: 60px;
    border-radius: 0;
}

.page .nextPage>a:hover,
.page .lastPage>a:hover,
.page .zhpage>a:hover,
.page .homepage>a:hover {
    background-color: transparent;
    color: #aaa;
}


.page1 {
    width: 594px;
    border: 1px solid #fff;
    margin: auto;
    display: none;
}

.page1 ul {
    padding: 0;
    min-width: 450px;
    margin: 40px 0;
    text-align: center;
}

.page1 ul::after {
    content: '';
    display: block;
    clear: both;
}

.page1 ul li {
    float: left;
    width: 50px;
    height: 32px;
    list-style: none;
    text-align: center;
    margin-left: 50px;
}

.page1 a {
    color: #333333;
    font-family: "微软雅黑";
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-left: none;
    width: 42px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}
.active a{
    width: 32px !important;
    height: 32px !important;
}

.page1 ul li a:hover {
    color: #00b882 !important;
}

.page1 ul li a:hover {
    color: white;
}

.page1 .disabled a:hover {
    background-color: white;
    cursor: not-allowed;
    color: #aaa;
}

.page1 .active a {
    background-color: #00b882;
    color: white;
}

.page1 .lastPage {
    width: 60px;
}

.page1 .nextPage {
    width: 60px;
}

.page1 .homepage,
.page1 .zhpage {
    width: 50px;
}

.page1 .homepage>a,
.page1 .zhpage>a {
    width: 50px;
    border-radius: 0
}

.page1 .lastPage>a {
    width: 60px;
    border-radius: 0;
}

.page1 .nextPage>a {
    width: 60px;
    border-radius: 0;
}

.page1 .nextPage>a:hover,
.page1 .lastPage>a:hover,
.page1 .zhpage>a:hover,
.page1 .homepage>a:hover {
    background-color: transparent;
    color: #aaa;
} */

















#pageBox1 {
    padding: 50px 0 50px 0;
    font-size: 14px;
    text-align: center;
}

#pageBox2 {
    padding: 50px 0 0 0;
    font-size: 14px;
    text-align: center;
    display: none;
}

#pageBox1 span,#pageBox2 span  {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #bbb;
    /* background: #08a586; */

}

#pageNav,#pageNav2 {
    display: inline-block;
    margin: 0 30px;
}

#pageNav a,#pageNav2 a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #3a87ad;
    text-decoration: none;
    margin-right: 25px;
}

#pageNav a.active, #pageNav a:hover,#pageNav2 a.active, #pageNav2 a:hover  {
    background: #222860 !important;
    color: #fff !important;
    border-radius: 20px;
}

#prev:hover,#prev2:hover {
    cursor: pointer;
}

#next:hover,#next2:hover {
    cursor: pointer;
}