/*
.what .item img, .what .item .description {
    display: inline-block;
    vertical-align: middle;
}
*/
.what .item img {
    padding-right: 20px;
   
    padding: 10px 20px 10px 0px;
}

.what .item strong {
    text-transform: uppercase;
}

#header .banner {
    /*height: 362px;*/
    /*height: 479px;*/
    /*background-image: url('/themes/default/assets/img/banner3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    margin-bottom: -5px;
}

#content .content-main .title {
    margin: 0;
    font-weight: normal;
    font-size: 34px;
    /*
    color: #1480b4;
    */
}

#content .content-main .image {
    max-width: 100%;
    display: block;
    margin: auto;
}

#content .content-main hr.horizontal {
    border: none;
    border-bottom: 1px #ddd solid;
}

#content .content-main .faq {
    border-right: 1px #ddd solid;
    padding-right: 20px;
}

#content .content-main .faq .slide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#content .content-main .faq .slide-list .item {
    border: 1px #3e92bb dashed;
    padding: 0px;
    margin-bottom: 10px;
}

#content .content-main .faq .slide-list .item.show {
    border: 3px #ff6d01 solid;
    padding: 0px;
    margin-bottom: 10px;
}

#content .content-main .faq .slide-list .item .item-title {
    display: block;
    margin: 12px 17px;
    color: #17719d;
    font-size: 22px;
    cursor: pointer;
    
    background-repeat: no-repeat;
    background-position: center right;
    
    background-image: url("/themes/default/assets/img/btn/circle-down-blue.png");
}

#content .content-main .faq .slide-list .item.show .item-title {
    margin: 10px 15px;
    color: #ff6c00;
    background-image: url("/themes/default/assets/img/btn/circle-up-red.png");
}

#content .content-main .faq .slide-list .item .list {
    display: none;
    
    background: #ececec;
    
    list-style: none;
    margin: 0;
    padding: 15px;
}

#content .content-main .faq .slide-list .item .list .item {
    padding: 15px;
    border: 1px #b7b7b7 dashed;
    
    margin-bottom: 5px;
}

#content .content-main .faq .slide-list .item .list .item.show {
    border: 1px #cbcbcb solid;
    background: #f2f2f2;
}

#content .content-main .faq .slide-list .item .list .item .item-title {
    display: block;
    margin: 5px 0px;
    color: #797979;
    font-size: 22px;
    cursor: pointer;
    
    background-repeat: no-repeat;
    background-position: center right;    
    background-image: url("/themes/default/assets/img/btn/circle-down-grey.png");    
}

#content .content-main .faq .slide-list .item .list .item.show .item-title {
    color: #ff6c00;
    background-image: url("/themes/default/assets/img/btn/circle-up-red.png");    
}

#content .content-main .faq .slide-list .item .list .item .list {
    display: none;
    padding: 0;
    padding-left: 25px;
    
    background: url("/themes/default/assets/img/btn/down-right.png") no-repeat 0 0; 
}

.btn.queshen, .btn.review {
    display: inline-block;
    color: #fff;
    margin: 0px;
    padding: 10px 10px;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    
    border: 1px #00f dashed;
}

.btn.queshen p, .btn.review p {
    display: inline-block;
    background: url('/themes/default/assets/img/btn/btn_line_blue.png') repeat-x 0 0;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 0;
}

.btn.review {
    border-color: #ff6d01;
}

.btn.review p {
    background-image: url('/themes/default/assets/img/btn/btn_line_f80.png');
    padding-left: 80px;
    padding-right: 80px;
}

.btn.queshen p b {
    background: url('/themes/default/assets/img/btn/queshen2.png') no-repeat center;
    padding: 15px;
    margin: 0 10px;
}

#content .content-main .image {
    
    max-height: none;
    
    float: none;
    margin-right: auto;
}

#news {
    display: table;
    width: 100%;
}

#news h1 {
    padding-bottom: 20px;
}

#news .all-news {
    text-decoration: none;
    text-transform: uppercase;
    color: #888;
    float: right;
}

#news .all-news:hover {
    text-decoration: underline;
}

#news .news-item {
    margin-bottom: 20px;
    color: #888; 
}

#news .news-item .date {
    padding-right: 20px;
}

#news .news-item a {
    color: #222; 
    text-decoration: none;
}    

#news .news-item a:hover {
    text-decoration: underline;
}  