﻿* {
    margin: 0;
    padding: 0;
}

header {
    height: auto;
}

center {
    width: 1024px;
    margin: 12px auto;
}

footer {
    height: auto;
}

.clear {
    clear: both;
}

.center-top {
    height: 420px;
    margin-bottom: 20px;
}

.center-top-box1 {
    height: 420px;
    width: 234px;
    float: left;
    margin-right: 8px;
    /*border: 2px solid #19A97B;*/
    box-sizing: border-box;
}

.center-top-boxadd {
    /*border-bottom: 1px solid #DCDCDC;*/
    background:#f7f7f7;
}
.center-top-box1-i-add{

}
.center-top-boxadd1{
    /*border: 2px solid #2a86ba;*/
    box-sizing: border-box;
}
.center-top-boxadd1 ul{
}
.center-top-boxadd1 ul li{
    float:left;
    width:50%;
    font-size:14px;
    height:24px;
    line-height:30px;
    cursor:pointer;
}
.center-top-boxadd1 ul li:nth-child(1){
    background: #f7f7f7;
    color: black;
    border-top: 2px solid red;
    box-sizing:border-box;
}
.center-top-boxad2 ul{
    padding-top:3px;
}
.center-top-boxad2 ul li{
    margin: 10px;
}
.center-top-boxad2 ul li:nth-child(3){
    margin:0;
}
.center-top-boxad2 ul li span{
    font-size:14px;
}
.center-top-boxad2 ul li input{
    padding: 1px 2px;
    width:120px;
}
.center-top-boxad2 ul li button{
    width: 100px;
    height: 24px;
    margin-bottom:9px;
    background: #da4f49;
    border: none;
    border-radius: 10px;
    color: white;
}
.center-top-boxaddd{
    height: 284px;
    overflow: hidden;
    cursor: pointer;
}
.center-top-boxaddd a{
    height:100%;
    display:inline-block;
}
.center-top-boxaddd:hover{
    box-shadow: 1px 1px 6px #666;
}

.center-top-boxaddd a img{
    width:100%;
    height:100%;
}
.center-top-box1-iii {
    border-top: 2px solid red;
    width: 100%;
    height:107px;
    /*background: url('../img/guidebg.jpg');*/
    background-size: 100% 107px;
    text-shadow: 1px 1px 6px #ffffff;
    cursor:pointer;
    margin-top: 12px;
}
.center-top-box1-iii a {
    display: inline-block;
    margin-top: 26px;
    color: #e60010;
    font-weight:bold    
}
.center-top-box1-iii img{
    width:90px;
    height:90px;
    border:none;
    margin:8px auto;
    line-height:90px;
}
/*.center-top-boxaddd-mb{
    height:284px;
    position: relative;
    top: -332px;
    left: 0;
    
}
.center-top-boxaddd-mb p{
    height:284px;
    line-height:272px;
}
.center-top-boxaddd-mb span{
    height:284px;
    z-index: 999999;
    background: black;
    opacity: 0.3;
}*/

    .center-top-box1-i h1 {
        font-size: 22px;
        font-weight: 100;
        padding: 6px 0;
        color: #19A97B;
    }

.center-top-box1-ii {
    margin-top: 12px;
    width: 88%;
}

.center-top-box1-ii ul{
    height:243px;
   
}

    .center-top-box1-ii ul li {
        list-style: none;
        margin: 6px 0;
        text-align: left;
    }

        .center-top-box1-ii ul li span {
            margin-right: 6px;
            font-weight: bold;
            float: left;
        }

        .center-top-box1-ii ul li p {
            font-size: 14px;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 180px;
            height: 22px;
            line-height: 22px;
            float: left;
        }

.center-top-box2 {
    width: 540px;
    height: 420px;
    float: left;
    margin-right: 8px;
}

.center-top-box2-img {
    width: 540px;
    height: 275px;
}

    .center-top-box2-img img {
        width: 540px;
        height: 275px;
        object-fit: cover;
    }

.center-top-box2-text {
    width: 540px;
    height: 145px;
}



.center-top-box3 {
    height: 420px;
    width: 234px;
    float: left;
    border: 2px solid #ADADAD;
    box-sizing: border-box;
    /*height: 277px;*/
}

.center-bottom {
}

ul, li {
    list-style: none;
}

#box {
    width: 540px;
    height: 275px;
    position: relative;
    overflow: hidden;
}

#list {
    width: 5400px;
    height: 275px;
    position: absolute;
    left: 0;
    top: 0;
}

    #list li, #list img {
        width: 540px;
        height: 275px;
    }

    #list li {
        float: left;
    }

#list2 {
    position: absolute;
    left: 200px;
    bottom: 20px;
}

    #list2 li {
        width: 30px;
        height: 5px;
        background: #9D9CA1;
        text-align: center;
        line-height: 18px;
        cursor: pointer;
        float: left;
        margin-left: 5px;
    }

        #list2 li.active {
            background: #1AA97D;
        }

#left, #right {
    /*width: 50px;
    height: 18px;*/
    position: absolute;
    /*background: yellow;*/
    cursor: pointer;
    top: 45%;
    width:40px;
    height:40px;
    /*display:none;*/
    opacity:0;
}
#left{
    background:url(../img/left-bt.png);  
    background-size:40px 40px;
}

#right{
    background:url(../img/right-bt.png);  
    background-size:40px 40px;
}

#left {
    left: 10px;
}

#right {
    right: 10px;
}

.center-top-box2-text {
    border-left: 1px solid red;
    box-sizing: border-box;
    border:1px solid #DCDCDC;
}

.center-top-box2-i{
    /*margin-top:4px;*/
}

.center-top-box2-i h1 {
    font-size: 18px;
    /*text-align: left;
    padding-left: 20px;*/
    font-weight: 100;
    /*border-left: 2px solid red;*/
    border-bottom: 1px solid #dcdcdc;
    box-sizing:border-box;
    padding:4px;
    background: #fafafa;
}

.center-top-box2-ii ul {
    /*width: 44%;*/
    text-align: left;
    float: left;
    width: 96%;
    margin: 3px 2%;
}

    .center-top-box2-ii ul:nth-child(2) {
        margin-left: 4%;
    }

    .center-top-box2-ii ul li {
        font-size: 14px;
        list-style: none;
        margin: 6px 18px 6px;
        text-align: left;
        /*width: 98%;*/
        margin:0 18px;
        margin-top:4px;
    }
    #more{
        margin-top:0;
    }

        .center-top-box2-ii ul li p {
            display: inline-block;
            width: 78%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .center-top-box2-ii ul li p:nth-child(2) {
                font-size: 12px;
                color: #989797;
                width: 90px;
                float: right;
                text-align:right;
            }

.center-bottom {
    padding-top: 10px;
    border-top: 2px solid #eaeaea;
    /*height: 235px;*/
    float: left;
    margin-bottom:10px;
}

.center-bottommm {
    /*width: 20%;*/
}

.center-bottom-top {
    text-align: left;
    padding-bottom: 8px;
}

    .center-bottom-top h2 {
        display: inline-block;
        font-weight: 100;
        color:#0e78b4;
        float: left;
    }

    .center-bottom-top p {
        display: inline-block;
        color: #999999;
        margin-left: 30px;
        font-size:14px;
    }

    .center-bottom-top p span{
        margin:0 8px;
        height: 31px;
        line-height: 33px;
        display: inline-block;
        cursor:pointer;
    }
    .center-bottom-top #classtabs span{
        color:#000;
    }

    .hoverSpan{
        border-bottom:2px solid #43a0c8;
        color:#43a0c8;
        box-sizing:border-box;
    }

    .center-bottom-top p span:nth-child(odd):hover{
        border-bottom:2px solid #43a0c8;
        color:#43a0c8;
        box-sizing:border-box;
    }

    .center-bottom-top p span:nth-child(even){
        font-size:10px;
    }

/*分类父盒子*/
#center-bottom-main{
  
    padding:0;
    margin:0;
}

#center-bottom-main .center-bottom-center {
    float: left;
    margin: 12px 34px;
}

#center-bottom-main .center-bottom-center-iimg {
    /*background: url(../img/st1.jpg);*/
    width: 272px;
    height: 125px;
}

 #center-bottom-main   .center-bottom-center-iimg span {
        float: left;
        background: #19a97b;
        padding: 4px 12px;
        color: white;
        background:#197ea9;
        padding:4px 0;
        width:100%;
        margin-top:124px;
    }

#center-bottom-main .center-bottom-center-itxt {
    height: 100px;
    /*background: darkgray;*/
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    width: 272px;
    text-align: left;
    display:none;
}

  #center-bottom-main  .center-bottom-center-itxt span {
        font-size: 16px;
        height: 40px;
        line-height: 50px;
        width: 86%;
        margin: 0 auto;
        display: block;
    }

 #center-bottom-main   .center-bottom-center-itxt p {
        line-height: 24px;
        font-size: 14px;
        margin: 0 auto;
        width: 86%;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 54px;
        font-size: 14px;
            height: 48px;
    overflow: hidden;
    font-size: 14px;
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* width: 180px; */
    /* height: 22px; */
    line-height: 24px;
    }

#loginsuccess {
    display:none;
    margin:10px auto;
}
/*#loginsuccess button{
    margin: 10px;
    width: 100px;
    border: none;
    border-radius: 3px;
    background: #2a86ba;
    color: #fff;
    height: 30px;
}*/

/*2017-12-13*/
.editMain button{
    display:inline-block;
    margin:12px 8px 8px;
    width:80px;
    border-radius: 3px;
    font-size:14px;
     height: 30px;
    line-height:30px;
    cursor:pointer;
    outline:hidden;
    background: #2a86ba;
    color: #fff;
    border: none;
}
#loginsuccess button,#loginsuccess a{
    display:inline-block;
    margin:12px 12px 8px;
    
    
    /*width:80px;*/
    border: none;
    border-radius: 3px;
    /*background: #2a86ba;
    color: #fff;*/
    /*height: 30px;
    line-height:30px;*/
    font-size:12px;
     height: 50px;
    line-height:70px;
    cursor:pointer;
    outline:hidden;
    
}
#loginsuccess  button{
    background-color:transparent;
}
#loginout{  
    background:url(../img/loginOut.png) top center no-repeat;
   background-size:100% 48%;
}
#editPwd{
    background:url(../img/keyEdit.png) top center no-repeat;
    background-size:84%;
}
#toAdminM{
    background:url(../img/manage.png) top center no-repeat;
    background-size:84%;
}


#toAdminM{
    margin:5px!important;
    display:none;
}
 /*-----------------------翻页-----------------------*/