/*
// +----------------------------------------------------------------------
// | Nirvana [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016 http://www.58888.tk All rights reserved.
// +----------------------------------------------------------------------
// | Author: 寒江雪 <2991298174@qq.com> <http://www.hy798.com>
// +----------------------------------------------------------------------
*/

@charset "utf-8";
/* -------------------------
	mzooe 全局自定义 CSS
--------------------------- */

.description{ font-size: 16px;}
.body-container{ padding-top: 50px;}
.ia-post-slider-6947 .slider-item-content{
    max-height:500px;
}

.zw li::before {
    content: "□";
    color: red;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    transform: rotate(45deg);
    vertical-align: middle;
}
.zw li {
    list-style-type: none;
    margin-bottom: 20px;
}
.brief-list{background-color: white;}

.brief-list ul{margin-top: 50px; padding: 40px;}

.media .media-body{
    min-width: 220px;
}
@media screen and (max-width:768px){
    h1,.h1{
        font-size:10vw !important; 
    }
}