
@charset "UTF-8";
/*引入学习平台css */
@import "page-study.css";
@import "page-forum.css";
@import "page-test.css";
@import "magic-check.css";

*{ box-sizing:border-box; padding:0px; margin:0px;}
body{
    font-family: Microsoft YaHei, Tahoma , sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */


}

a{
    color: #333333;
}
a:hover{
    color: #3aa6ff;
    transition-duration:1s;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
}

ul,li{
    list-style: none;
}
.clearfix{
    clear:both;
}

/*background-color*/
.main-bg{
    background:#f6f8f9;
}
.bg-white{
    background:#ffffff;
}
.bg-blue{
    background:#00a0e9;
    color:#ffffff;
}
.bg-skyblue{
    background:skyblue;
    color:#ffffff;
}
.bg-cadetblue{
    background:cadetblue;
    color:#ffffff;
}
.bg-green{
    background:#04BE02;
    color:#ffffff;
}
.bg-lightseagreen{
    background:lightseagreen;
    color:#ffffff;
}
.bg-orange{
    background:#f19149;
    color:#ffffff;
}
.bg-orangered{
    background:#ec6941;
    color:#ffffff;
}
.bg-red{
    background:#e60012;
    color:#ffffff;
}
.bg-pink{
    background:hotpink;
    color:#ffffff;
}


.bg-gray{
    background:#f1f1f1;
    color:#333333;
}
/*font-color*/
.font-color-main{
    color:#5a88ff;
}
.font-color-bright{
    color:#dc704c;
}
.font-color-light{
    color:#999999;
}
.font-color-normal{
    color:#666666;
}
.font-color-red{
    color:#ff0000;
}
.font-color-green{
    color:#96c365;
}
.font-color-orange{
    color:#dc704c;
}

/*font-size*/
.font-10{
    font-size:10px;
}
.font-14{
    font-size:14px;
}
.font-12{
    font-size:12px;
}
.font-16{
    font-size:16px;
}
.font-18{
    font-size:18px;
}
.font-20{
    font-size:20px;
}
.font-28{
    font-size:28px;
}
.font-36{
    font-size:36px;
}
.font-normal{
    font-weight:normal;
}
.font-thin{
    font-weight:300;
}
/*marging*/
.margin-0{margin:0}
.padding-0{padding:0}
.mr-5{margin-right:5px;}
.ml-5{margin-left:5px;}
.mt-5{margin-top:5px;}
.mb-5{margin-bottom:5px;}
.mr-10{margin-right:10px;}
.ml-10{margin-left:10px;}
.mt-10{margin-top:10px;}
.mb-10{margin-bottom:10px;}
.mt-15{margin-top:15px;}
.mb-15{margin-bottom:15px;}
.ml-15{margin-left:15px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}
.ml-20{margin-left:20px;}
.mt-20{margin-top:20px;}
.mb-20{margin-bottom:20px;}
/*padding*/
.p-5{padding:5px;}
.pt-5{padding-top:5px;}
.pr-5{padding-right:5px;}
.pb-5{padding-bottom:5px;}
.pl-5{padding-left:5px;}
.p-10{padding:10px;}
.pt-10{padding-top:10px;}
.pr-10{padding-right:10px;}
.pb-10{padding-bottom:10px;}
.pl-10{padding-left:10px;}
.p-15{padding:15px;}
.pt-15{padding-top:15px;}
.pr-15{padding-right:15px;}
.pb-15{padding-bottom:15px;}
.pl-15{padding-left:15px;}
.p-20{padding:20px;}
.pt-20{padding-top:20px;}
.pr-20{padding-right:20px;}
.pb-20{padding-bottom:20px;}
.pl-20{padding-left:20px;}

/*box-pdding*/
.box-p10{
    padding:10px ;
    font-size:13px;
    position:relative;
}
.box-p15{
    padding:15px ;
    font-size:13px;
    position:relative;
}
.box-p20{
    padding:20px ;
    font-size:13px;
    position:relative;
}
.box-p-lr20{
    padding:10px 20px ;
    font-size:13px;
    position:relative;
}

/*border*/
.border-b0 {
    border-bottom: 0 !important;
}
.border-t0 {
    border-top: 0 !important;
}
.border-top {
    border-top: 1px solid #ececff!important;
}
.border-bottom {
    border-bottom: 1px solid #ececff!important;
}
.border {
    border: 1px solid #ececff!important;
}
.border-none{
    border:1px solid transparent;
}
.img{
    width:100%;
    height:100%;
}
.round {
    border-radius: 1.8rem; }

.square {
    border-radius: 0; }


.hidden{
    display: none;
}
.blank{
    height:10px;
}
.cursor{ cursor: pointer;}
.cursor-no{ cursor: default;}


.boxshadow-none {
    box-shadow: none !important;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

.float-left{
    float:left;
}
.float-right{
    float:right;
}
/*page-min-height*/
.page-min-height{
    min-height: 700px;
}

/*empty-page*/
.empty-page{
    padding:100px auto;
}
.empty-box{
    text-align: center;
    color:#666666;
    margin:100px auto;
    width:120px;
    height:120px;
}
.empty-box img{
    width:100%;
    height:100%;
    margin-bottom:20px;
}
/*avatar*/
.avatar{
    border-radius: 50%;
    text-align: center;
}
.avatar.w40{
    width:40px;
    height:40px;
}
.avatar.w48{
    width:48px;
    height:48px;
    font-size: 24px;
    line-height: 48px;
}
.avatar.w60{
    width:60px;
    height:60px;
    font-size: 30px;
    line-height: 60px;
}
.avatar.w80{
    width:80px;
    height:80px;
}
.avatar img{
    width:100%;
    height:100%;
}

.avatar-system{
    background:orange;
}


/*ellipsis*/
.ellipsis-1row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ellipsis-2row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



/*布局 layout*/
.layout-relative{
    position: relative;
}
.fixed-top{
    position: fixed;
    top:0;
}
.fixed-bottom{
    background:#ffffff;
    width:100%;
    position:fixed;
    bottom:0;
    z-index:2;
}

.flex-box{
    display:flex;
}
.flex-item,.flex-left,.flex-right{
    display:inline-flex;
}
.flex-start{
    -webkit-box-align:flex-start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}

/* actGotop 返回顶部*/
.actGotop{ width: 45px;
    height: 45px;
    background: #005ca1;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
}
.actGotop:hover {
    background: #176fed;
}
.actGotop i{
    color:#ffffff;
    font-size: 20px;
    margin-top:10px;
}

.dot-red{
    background:red;
    width:8px;
    height:8px;
    border-radius: 50%;
}

.hover-show .h-show{
    display: none;
}
.hover-show:hover .h-show{
    display: block;
}
/*结束  公共代码部分 end common css*/


/*body-layout*/
.body-layout{
    padding-top:60px;
}

/*my-navbar*/
.navbar{
    background-color: rgba(255, 255, 255, 1);
}
.my-navbar{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding:10px 0;
    margin-bottom:0;
    border-radius: 0;
    z-index: 100;
}
.my-navbar ul > li > a:hover,
.my-navbar ul > li > a:active,
.my-navbar ul > li > a:focus,
.my-navbar ul > li.dropdown > a:hover,
.my-navbar ul > li.dropdown > a:active,
.my-navbar ul > li.dropdown > a:focus{
    background:none;
}

.navbar-brand{
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-brand img{
    height:40px;
}
@media screen and (max-width: 767px) {
    .navbar-brand img{
        height:30px;
        margin-top:-5px;
    }
}
.navbar-header .navbar-toggle {
    color:#555555;
    padding:0;
    font-size:20px;
}
@media screen and (min-width: 767px) {
.navbar-hidden{
    margin:0;
    padding:0;
    float:right;
    display: none;
}
}

/*navbar-nav*/
.navbar-nav{
    margin:0;
    padding:0;
}

.my.navbar-nav > li > a{
    color:#555555;
    font-size: 17px;
    margin-left:15px;
    margin-right:15px;
}

.my.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 100%;
    height: 2px;
    background-color:#0072c7;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.my.navbar-nav > li.current > a,
.my.navbar-nav > li:hover > a {
    background-color: transparent;
    color: #0072c7;
}
.my.navbar-nav > li.current > a:before,
.my.navbar-nav > li:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@media screen and (max-width: 767px) {
    .nav-link{
        display:none;
    }
    .my.navbar-nav{
        width:100%;
        margin:0;
        padding:0;
        float:none;
    }
    .my.navbar-nav.pull-right{
        float:none;
    }
    .my.navbar-nav > li > a{
        width: 100%;
        border-bottom:1px solid #ebebeb;
        display: block;
        text-align:left;
        color:#555555;
        font-size: 16px;
        margin-left:0;
        margin-right:0;
    }
    .my.navbar-nav > li.current > a:before{
        background-image:none;
    }
}
/*导航flex*/
.nav-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
@media screen and (max-width: 767px) {
    .nav-flex {
        display: block !important;
    }
}

/*breadcrumb*/
.my.breadcrumb{
    margin-top:10px;
    margin-bottom:10px;
}
@media (max-width: 767px) {
    .my.breadcrumb{
        margin-top:60px;
    }
}

/*footer*/
.my .footer{
    background:#333333;
    color:#c2c2c2;
    display: block;
    border: 0px;
}
.my .footer a{
    color:#c2c2c2;
}
.my .footer .block-title h3{
    color:#555555;
}
.my .footer .block-title h2{
    color:#ededed;
}

.my .footer .erweima{
    height:360px;
    padding:30px 0;
    background:#222222;
    text-align: center;
}
.my .footer .erweima img{
    display: block;
    margin:0 auto;

}
.my .footer-bottom{
    height:80px;
    margin:0;
    padding-top:30px;
    background:#222222;
    color:#6b6b6b;
}
.my .footer-bottom a{
    color:#888888;
    text-decoration: none;
}

/*block-title*/
.block-title{
    padding:60px 0;
}
.block-title h2{
    color:#000000;
    font-size: 36px;
    margin:0;
}
.block-title span{
    font-size: 36px;
}
.block-title h3{
    color:#333333;
    font-size: 18px;
    font-weight:100;
}
.block-title h3 span{
    font-size: 28px;
    font-weight: 100;
    letter-spacing:0;
}
.block-title p{
    margin:15px;
    font-size: 16px;
    font-weight: 100;
    color:#888888;
}
@media screen and (max-width: 767px) {
    .block-title{
        padding:20px 0;
    }
    .block-title h2{
        color:#000000;
        font-size: 20px;
        margin:0;
    }
    .block-title h2 span{
        font-size: 32px;
    }
    .block-title h3{
        margin:5px 0;
        color:#999999;
        font-size: 14px;
        font-weight:100;
        line-height: 28px;

    }
    .block-title h3 span{
        font-size: 16px;
        line-height: 28px;
        font-weight: 100;
        letter-spacing:0;
    }
}

.out-title{
    padding:10px 0;
    color:#666666;
}

.center-line-title{
    margin:30px 0;
    height:10px;
    color:#666666;
    text-align: center;
    border-bottom:1px solid #f0f0f0;

}

.center-line-title span{
    padding:0 20px;
}
/*blank*/
.blank10{
    padding:0 10px;
}

@media screen and (max-width: 767px) {
    .carousel{
        margin-top:50px;
    }
}

/*bootstrap thumbnail特效1207*/
.thumbnail{
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.thumbnail:hover{ text-decoration: none;}
.thumbnail:hover{  border: 1px solid #dddddd !important;}
.thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.thumbnail:hover img{
    transform: scale(1.05);
}

.img-thumbnail{ overflow: hidden; padding: 0;}
.img-thumbnail img{
    cursor: pointer;
    transition: all 0.6s;
}
.img-thumbnail:hover img{
    transform: scale(1.05);
}
.thumbnail .badge,
.thumbnail:hover .badge{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    font-weight: 100;
    border-radius: 0 0 0 10px;
}
.thumbnail.hover:hover{
    box-shadow: 0px 2px 10px rgba(58,166,255,0.5);
    border: 1px solid #3aa6ff !important;
    color:#3aa6ff;
}
.thumbnail .caption{
    overflow: hidden;
}
.cs-name img{
    width:22px;
    height:22px;
    border-radius: 50%;
    margin-right:5px;
}

.cs-tt{
    font-size:15px;
    margin-bottom:15px;
}
.cs-tt a{ color: #333333;}
.cs-tt a:hover{
    color: #3aa6ff;
    transition-duration:1s;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
}
.cs-fl{
    font-size: 12px;
    color: #777777;
    position: relative;
}
.cs-yuan{ color: #ff7045;}
.cs-money{ font-size: 15px; color: #ff7045;}
.cs-how{font-size: 12px;}

/*mylist1*/
.mylist1 .media{
    border-bottom: 1px solid #f0f0f0;
    margin-top:0;
    padding-top:20px;
    padding-bottom: 18px;
    position: relative;
    overflow: inherit;
}
.mylist1 .img{
    width:180px;
    height:101px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .mylist1 .img{
        width:100px;
        height:56px;
        overflow: hidden;
    }
}
.mylist1 .progress-bar{
    height:4px;
    line-height: 4;
}
.mylist1 .progress{
    margin-top:10px;
    margin-bottom:10px;
    height:4px;
    line-height: 4;
}

.mytitle{ padding: 50px 0;}
@media (max-width: 767px) {
    .mytitle{ padding: 2em 0;}
}

@media screen and (max-width: 767px) {
    .my-layout-ad .open .dropdown-menu{
        position: absolute;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    }
}

/*bootstrap nav +hover-nobg*/
.hover-nobg .title{
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #999;
}

.hover-nobg.nav > li > a:hover,
.hover-nobg.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color:#3aa6ff;
    border-radius: 0;
}


/*sub-banner*/
.sub-banner{
    height:300px;
    background-image:linear-gradient(to right,#00a2ff,#2b81fc);
    overflow: hidden;
}
.sub-banner .container{
    position: relative;
}
.sub-banner .title-sub-top{
    margin-top:90px;
    color:#ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.sub-banner .title-sub-top h2{
    padding:0;
    margin:5px 0;
}
.sub-banner .title-sub-top h3{
    font-weight: 100;
    padding:0;
    margin:0;
    letter-spacing:10px;
    color:rgba(255,255,255,0.5);
}
.sub-banner .breadcrumb{
    margin:20px 0;
    padding-left:0;
    background: transparent;
}
.sub-banner .breadcrumb i{
    margin-right:5px;
    font-size: 24px;
}
.sub-banner .breadcrumb a{
    color:rgba(255,255,255,0.7);
}
.sub-banner .breadcrumb a:hover{
    color:rgba(255,255,255,1);
    text-decoration: none;
}
.sub-top-back{
    padding:5px 20px;
    border:1px solid #ffffff;
    position:absolute;
    right:10px;
    bottom:15px;
    color:#ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.sub-top-back:hover{
    background:rgba(0,0,0,0.1);
}
.sub-bg{
    height:220px;
}

@media screen and (max-width: 767px) {
    .sub-banner{
        height:100px;
    }
    .sub-banner .title-sub-top{
        margin-top:30px;
        color:#ffffff;
    }
    .sub-banner .title-sub-top h2{
        font-size: 20px;
    }
    .sub-banner .title-sub-top h3{
        font-size: 16px;
        color:rgba(255,255,255,0.2);
    }
    .sub-banner .breadcrumb{
        display: none;
    }
    .sub-bg{
        height:100px;
    }
    .sub-top-back{
        bottom:26px;
    }
}

.sub-wrapper{
    min-height: 500px;
    padding:50px 0;
}
/*my-article*/
.my-article{
    min-height: 500px;
}
.my-article .title{
    padding:20px 0;
    text-align: center;
}
.my-article .title h3{
    font-size:30px;
}

.my-article .title .time-info{
    margin:30px 0;
    color:#666666;
    font-weight: 100;
}
.my-article .title .time-info span{
    padding:0 10px;
}
.my-article .title .time-info span:first-child{
    padding-left:0;
}
.my-article .content{

    font-size: 16px;
    line-height: 30px;
}
.my-article .more{
    margin:30px 0;
    padding:10px 0;
    font-size: 16px;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.my-article .more .item{
    padding:10px 0;
}
@media screen and (max-width: 767px) {
    .my-article .title{
        text-align: left;
    }
    .my-article .title h3{
        font-size:24px;
        line-height: 30px;
    }
    .my-article .more{
        margin:20px 0;
        font-size: 14px;
    }
    .my-article .title .time-info{
        margin:10px 0;
    }
}

/*user-page-heading*/
.user-page-heading{
    height:180px;
    padding:30px 0;
    background: url(../images/bg-user-page.jpg);
    overflow: hidden;
    color:#ffffff;
}
.user-page-heading .container{
    position: relative;
}
.user-page-heading .user-btn-box{
    position:absolute;
    right:10px;
    top:10px;
}
.user-page-heading .avatar{
    width:100px;
    height:100px;
}
@media screen and (max-width: 767px) {
    .user-page-heading{
        margin-top:50px;
        height:140px;
        padding:20px 0;
    }
    .user-page-heading .avatar{
        width:80px;
        height:80px;
    }
    .user-page-heading h3{
        font-size: 18px;
    }
    .user-page-heading p{
        font-size: 14px;
    }
}

/*search-category*/
.search-sort{
    background:#ffffff;
    padding:35px 0;
    border-bottom: 1px solid #e9e9e9;
}
.search-sort .sort-list{
    width:100%;
    clear:both;
}
.search-sort .sort-list li{
    padding:10px 10px 10px 0 ;
    float:left;
    font-size: 15px;
    color:#333333;
}
.search-sort .sort-list li a{
    color:#999999;
}
.search-sort .sort-list li a:hover,
.search-sort .sort-list li a:active,
.search-sort .sort-list li.active a{
    color:#3aa6ff;

}
.search-sort .sort-list li.title{
    width:80px;
}

.search-filter{
    background:#ffffff;
    border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px) {
    .search-filter .dropdown{
        float: left;
    }
}



/*content-header*/
.content-header {
    font-weight: 300;
}
.content-header .img{
    box-shadow: 0px 0 1px rgba(0,0,0,0.2);

}
.content-header .title{
    font-size: 22px;

}
.content-header .cs-fl{
    padding-right:50px;
    font-size: 14px;
    font-weight: 200;
}
.content-header .cs-fl a{
    color:#3aa6ff;
}
.content-header .cs-price{

}
.content-header .cs-price strong{
    padding-left: 20px;
    font-size: 24px;
    color:#ec6941;
    font-weight: normal;
}
.content-header .cs-links .dropdown a{
   color:#999999;
    padding-left:10px;

}
.content-header  .cs-bottom{
    position:absolute;
    bottom:0;
    width:calc( 100% - 30px );
}
.caption-box{
    position: relative;
    height:260px;
}
@media screen and (max-width: 767px) {
    .content-header  .cs-bottom{
        position:relative;
        margin-top:15px;
        width:100%;
    }
    .caption-box{
        position: relative;
        height:auto;
    }
}


.my.nav-pills > li.active > a,
.my.nav-pills > li.active > a:hover,
.my.nav-pills > li.active > a:focus {
    color: #3aa6ff;
    background-color: transparent;
}
.my.nav-pills > li.active > a:after{
    content: "";
    position: absolute;
    bottom:0px;
    left:0;
    display: block;
    width:100%;
    height:0;
    border:1px solid #3aa6ff;
}

.my-style2.nav-pills > li.active > a,
.my-style2.nav-pills > li.active > a:hover,
.my-style2.nav-pills > li.active > a:focus {
    color: #3aa6ff;
    background-color: transparent;
}
.my-style2.nav-pills > li.active > a:after{
    content: "";
    position: absolute;
    bottom:0px;
    left:-15px;
    display: block;
    width:2px;
    height:100%;
    border:1px solid #3aa6ff;
}

.panel{
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.list-user-avatar li{
    height:125px;
}
.list-user-avatar label{
    font-weight: normal;
}
.list-user-avatar .select-box{
    position: relative;
    width:80px;
    margin:0 auto;
}
.list-user-avatar .select-box .select{
    position: absolute;top:0;left:0;
}
.list-user-avatar .h-show{

}

/*view-more*/
.view-more {
    margin: 50px auto;
    width: 150px;
    height: 40px;
    text-align: center;
    border:1px solid #dbdbdb;
}

.view-more a {
    display: block;
    line-height: 38px;
    color: #7f7f7f;
}

.view-more a:hover {
    text-decoration: none;
}





/*本项目自由样式*/
.sub-bg.fangan{
    background-image:url(../images/sub-bg-fa.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    background-size: cover;
}
.sub-bg.chanpin{
    background-image:url(../images/sub-bg-cp.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    background-size: cover;
}
.sub-bg.about{
    background-image:url(../images/sub-bg-about.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
}
.sub-bg.fuwu{
    background-image:url(../images/sub-bg-fw.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-size: cover;
}
/*products*/

.home-section1{

}
.home-section2{
background:#f6f6f6;
}
.home-section3{
    background:url(../images/bg-home-seation.jpg);
    height:700px;
    color:#ffffff;
}
.home-section3 .block-title h2{
    color:#ffffff;
}

.home-tedian{
    margin-top:30px;
    padding-top:40px;
    padding-bottom:80px;
    background:rgba(0, 0, 0, 0.4);
    text-align: center;
}
.home-tedian:hover{
    background:rgba(0, 58, 94, 0.6);
}
.home-tedian img{
    margin:100px auto 60px;
}

@media screen and (max-width: 767px) {
    . home-tedian{
        margin-top:30px;
        padding-top:20px;
        padding-bottom:50px;
    }


    .home-tedian img{
        margin:0 auto 0;
    }
}




.text-list1 {
    background: #f9f9f9;
    padding: 20px 0;
    border: 1px solid #f9f9f9;
    cursor: pointer;
    margin-bottom: 20px;
}

.text-list1:hover {
    background: #ffffff;
    border: 1px solid #2b81fc;
}

.text-list1:hover h4 {
    color: #2b81fc;
}

.text-list1 .date {
    text-align: center;
    color: #888888;
}

.text-list1 .date strong {
    text-align: center;
    font-size: 50px;
    color: #999999;
}

@media screen and (max-width: 767px) {
    .news.wrapper {
        background: #ffffff;
        padding: 40px 0;
    }
    .text-list1 {
        padding: 24px 0;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .text-list1:first-child {
        margin-top: 10px;
    }
    .text-list1 .date {
        text-align: left;
        color: #888888;
    }
    .text-list1 .date strong {
        font-size: 18px;
    }
}

.text-list1 p, .text-list-main p {
    color: #888888;
}
.text-list-main {
    background: #f9f9f9;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .text-list-main {
        margin-right: 0;
    }
}

.text-list-main img {
    width: 100%;
}

.text-list-main .list-box {
    padding: 24px 20px;
    cursor: pointer;
    border: 1px solid transparent;
}

.text-list-main .list-box:hover {
    background: #ffffff;
    border: 1px solid #2b81fc;
}

.text-list-main .list-box:hover h4 {
    color: #2b81fc;
}

.text-list-main .list-box h4 {
    height: 50px;
    line-height: 26px;
}