@charset "UTF-8";


.cont-block{
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
/*教程banner*/
.banner-lesson{
    padding: 15px 0;
}
.banner-lesson .container li{
    display: inline-block;
}
.banner-lesson .container li{
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.banner-lesson .container li:nth-child(2),.banner-lesson .container li:nth-child(3){
    margin-right: 3px;
    margin-left: 3px;
}
.banner-lesson .container li:nth-child(6){
    margin-right: 4px;
    margin-left: 4px;
}
.shadow-t{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

/*教程tab切换*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #f12626;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    font-size: 16px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    color: #535353;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover{
    background-color: transparent;
    color: #f12626;
}
.nav-tabs {
    padding-bottom: 5px;
    border-bottom: 1px solid #f12626;
}
.nav > li > a {
    padding: 10px 25px;
}
.nav-tabs > li > a{
    position: relative;
}
.up-angle{
    position: absolute;
    bottom: -5px;
    left: 44%;
    opacity: 0;
}
.nav-tabs > li > a:hover{
    border:none;
}
.nav-tabs > li > a:hover + .up-angle,.nav-tabs > li.active > a + .up-angle, .nav-tabs > li.active > a:focus + .up-angle, .nav-tabs > li.active > a:hover + .up-angle{
    opacity: 1;
}

/*tabs切换的内容部分*/
.media{
    padding-top: 20px;
    margin-top: 0;
}
.media a:hover{
    color: #f12626;
}
.time-p{
    font-size: 12px;
    color: #959595;
    margin-top: 10px;
}
.text-p{
    font-size: 12px;
    color: #313131;
    margin: 20px 0;
    line-height: 1.8;
}
.media-body{
    padding-left: 20px;
}
.media-heading{font-size: 16px;}
.media-left{
    overflow: hidden;
    position: relative;
}
.shadow-top{
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
/*教程内页*/
.page-cont{
    background-color: #fff;
    padding: 18px;
    margin-bottom: 50px;
}
.page-title h4{
    color: #313131;
}
.share{
    margin-top: 20px;
}
.page-title-span{
    padding-left: 20px;
}
.page-title-p{
    font-size: 12px;
    padding: 25px 0 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.page-label{
    float: right;
}
.page-block{
    padding: 50px 0 20px;
    text-align: center;
}
.vic_content{ width:1160px; overflow:hidden;}
.page-block p{
    font-size: 12px;
    margin-top: 10px;
}
.page-down{
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    line-height: 1.6;
}
.page-down a:hover,.moreNews:hover{
    color: #f12626;
}
.related-news{
    padding: 20px 0;
}
.moreNews{
    font-size: 12px;
}
/*设计资讯*/
/*banner*/
.news-banner img{
    max-width: 100%;
}
.news-banner{
    display: inline-block;
    vertical-align: top;
}
.news-banner1,.news-banner6,.news-banner3,.news-banner4,.news-banner5,.news-banner7{
    position: relative;
}
.news-banner3,.news-banner4,.news-banner7{
    margin-top: 10px;
}
.news-banner4,.news-banner2,.news-banner8{
    margin-left:5px;
}
.news-banner1:hover .shadow,.news-banner6:hover .shadow,.news-banner3:hover .shadow,.news-banner4:hover .shadow,.news-banner5:hover .shadow,.news-banner7:hover .shadow{
    opacity: 1;
}
/*我要投稿*/
.tabs-block{
    position: relative;
}
.addMore{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    cursor: pointer;
}
/*弹窗*/
.modal-title{
    text-align: center;
}
.modal-body{
    width: 70%;
    margin: 10px auto;
    font-size: 14px;
    color: #535353;
}
.modal-body .form-horizontal .control-label {
    padding-top: 0;
    height: 36px;
    line-height: 36px;
}
.modal-body .form-horizontal .col-xs-2 {
    padding: 0;
}
.modal-body input{
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
}
.modal-body textarea{
    resize: none;
    background-color: #f5f5f5;
}
.modal-body .btn {
    padding: 4px 18px;
    background-color: #ff7c34;
    color: #fff;
    border: 1px solid #ff7c34;
    border-radius: 4px;
}
.modal-body .btn:hover{
    background-color: #ea6319;
    border: 1px solid #ea6319;
}
.modal-header .close{
    font-size: 26px;
    margin-top: 0;
}
.modal-header .close:focus,.modal-header .close:visited{
    outline: none;
}