body{
    background: #f5f5f5;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
}
.col-01, .col-02, .col-03, .col-04, .col-05, .col-06, .col-07, .col-08, .col-09, .col-10, .col-11, .col-12 {
    float: left;
    margin: 10px;
    position: relative;
}
.col-01 {
    width: calc(1 / 12 * 100% - 20px)
}

.col-02 {
    width: calc(2 / 12 * 100% - 20px)
}

.col-03 {
    width: calc(3 / 12 * 100% - 20px)
}

.col-04 {
    width: calc(4 / 12 * 100% - 20px)
}

.col-05 {
    width: calc(5 / 12 * 100% - 20px)
}

.col-06 {
    width: calc(100% / 2 - 20px)
}

.col-07 {
    width: calc(7 / 12 * 100% - 20px)
}

.col-08 {
    width: calc(8 / 12 * 100% - 20px)
}

.col-09 {
    width: calc(9 / 12 * 100% - 20px)
}

.col-10 {
    width: calc(10 / 12 * 100% - 20px)
}

.col-11 {
    width: calc(11 / 12 * 100% - 20px)
}

.col-12 {
    width: calc(100% - 20px)
}
.common-page{
    background: #f5f5f5;
    padding-top: 80px;
}
.common-page .container{
    width: 1240px;
}
.common-page .container>div{
    padding: 0 20px;
}
.top-list,.hot-list,.dry-list,.text-list{

    overflow: hidden;
}
.top-list .row {
    margin-left: -15px;
    margin-right: -15px;
}
.top-list ul{
    padding: 30px 0;
}
.top-list li{
    width: calc(4 / 12 * 100% - 30px);
    height: 180px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
}
.top-list li a{
    display: block;
    background:#fff;
    border-radius:8px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 54px 10px 54px 160px;
}
.top-list li p{
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-list li .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 180px;
    line-height: 180px;
    text-align: center;
}
.top-list li .icon img{
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
}
.top-list li .title{
    font-size: 32px;
    font-weight:bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
}
.top-list li .subTitle{
    color: #999999;
    font-size: 18px;
}
.top-list li a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}
.top-list li a:hover .title{
    color: #1B97E3;
}
.common-type-label{
    background: #fff;
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
}
.common-type-label .label-unit{
    display: inline-block;
    color:#333;
    cursor: pointer;
    font-size:14px;
    line-height:1;
    padding: 8px 12px;
    margin: 0 25px 14px 0;
}
.common-type-label .label-unit:hover{
    background: #EEEEEE;
    border-radius:4px;
}
.common-type-label .label-unit.active{
    color: #1B97E3;
}
.common-tab{
    background: #fff;
    display: block;
    text-align: center;
}
.common-tab li{
    display: inline-block;
    padding: 0 40px;
}
.common-tab li a{
    display: block;
    font-size:18px;
    color:#999;
    padding: 12px 0;
    position: relative;
}
.common-tab li a:hover{
    color: #1B97E3;
}
.common-tab li.active a{
    color: #333;
}
.common-tab li.active a:before{
    content: '';
    display: block;
    width:100%;
    height:2px;
    background:#333;
    border-radius:1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.hot-list{
    padding-top: 30px !important;
    min-height: 50px;
}
.hot-list li{
    height: 232px;
    margin-bottom: 30px;
    margin-top: 0;
}
.hot-list li a{
    border-radius:4px;
    display: block;
    background:#fff;
    width: 100%;
    height: 100%;
    position: relative;
}
.hot-list li p{
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-list li .thumb-img{
    border-radius:4px 4px 0px 0px;
    width: 100%;
    height: 179px;
    line-height: 179px;
    text-align: center;
    overflow: hidden;
}
.hot-list li .thumb-img img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.hot-list li .title{
    line-height: 53px;
    font-size: 15px;
    color: #333333;
    padding: 0 10px;
}
.hot-list li a{
    transition: .5s;
}
.hot-list li a:hover{
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

}
.dry-list{
    min-height: 50px;
    padding-top: 30px !important;
}
.dry-list .row {
    margin-left: -11px;
    margin-right: -11px;
}
.dry-list li{
    width: calc(100% / 2 - 22px);
    height: 190px;
    margin-bottom: 30px;
    margin-top: 0;
}
.dry-list li a{
    display: block;
    background:#fff;
    border-radius:4px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 20px 20px 290px;
}
.dry-list li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dry-list .col-03 a p:nth-child(3){
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dry-list li .thumb-img{
    position: absolute;
    left: 20px;
    top: 20px;
    width:240px;
    height:150px;
    border-radius:4px;
    line-height: 150px;
    text-align: center;
    overflow: hidden;
}
.dry-list li .thumb-img img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height:  100%;
    max-width: 100%;
}
.dry-list li .title{
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    margin-top: 10px;
    /*min-height: 60px;*/
}
.dry-list li .subTitle{
    color: #999999;
    font-size: 14px;
}
.dry-list li a:hover{
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}

.text-list{
    margin-top: 30px;
    margin-bottom: 50px;
}
.text-list .row {
    margin-left: -15px;
    margin-right: -15px;
}
.text-list li{
    background: #fff;
    width: calc(6 / 12 * 100% - 30px);
    height: 50px;
    line-height: 50px;
    margin:0 15px;
}
.text-list a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    padding-left: 68px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-list a:before{
    content: '';
    width:8px;
    height:8px;
    background:#ccc;
    border-radius:50%;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -4px;
}
.text-list a:hover{
    background: #EDF7FD;
    color: #333;
}
.text-list a:hover:before{
    background:#1B97E3;
}
.common-none-area{
    font-size:16px;
    color:#999;
    text-align: center;
    padding: 100px 0;
}
.common-none-area.hide{
    display: none;
}
.common-none-area img{
    display: block;
    margin: 0 auto 20px;
}
.dropload-bottom-area{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}


.box-5{text-align: left}
.box-5 a{color: #000;transition: color 0.3s,box-shadow 0.3s;}
.box-5 a:hover{color: #1B97E3;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);transition: color 0.3s,box-shadow 0.3s;}
.box-5 .list-item{
    width: 380px;
    height: 180px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 20px 0 0px;
}
.box-5 a{padding:unset!important;}
.box-5 .list-item:nth-child(3){margin:0;}
.box-5 .list-item .list-left,.university-section2 .box-5 .list-item .list-right{display: inline-block;}
.box-5 .list-item .list-left{
    margin-left: 60px;
    margin: 65px 50px 65px 60px;
}
.box-5 .list-item .list-left img{
    display: block;
    margin: 0;
    width:55px;
}
.box-5 .list-item .list-right{
    margin: 45px 0 45px 0;
    text-align: left;
    float: left;
}
.box-5 .list-item .list-right p{
    font-size: 32px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 211px;
    line-height: 48px;
}
.box-5 .list-item .list-right span{
    color:#999999;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 211px;
}
