/*头部*/
.col-sm-3 {
    padding-bottom: 0;
}

.banner_01 {
    background-image: url(../images/garden-banner.png);
    width: 100%;
    height: 600px;
}

.blue_mask {
    position: absolute;
    /*height:150px;*/
    top: 40%;
    left: 15%;
    /*background-color:black;*/
}

.blue_mask > h1 {
    color: #38130B;
    margin-left: 30px;
    font-size: 55px;
}

/*.section_title h3{
	background:url(../images/titile_bottom.png)  no-repeat bottom center;;
}*/
/*文章栏目*/
/*.main{
	margin-left: 200px;
	border-left:1px solid #efefef;
}*/
.main ul li {
    padding-left: 10px;
    margin-top: 10px;
    display: flex;
}

.main-left {
    text-align: center;
    padding: 15px 0px;
    width: 250px;
}

.main-left img {
    width: 150px;
    height: 110px;
}

.main-right {
    width: 500px;
    padding: 10px;
}

.main-right a {
    color: rgb(89, 89, 89);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.main-right p {
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 50px;
}

/*//置顶按钮*/
.putop {
    color: rgb(214, 214, 214);
    font-weight: bold;
    margin-left: 10px;
    font-size: 12px;
    border: 1px solid rgb(217, 217, 217);
    padding: 2px 10px;
    border-radius: 20px;
    vertical-align: middle;
}

/*按钮*/
.btn {
    width: 120px;
    margin-left: 50%;
    transform: translateX(-75px);
    border: 2px solid #efefef;
    border-radius: 20px;
    padding: 10px 2px;
}

aside ul li a:hover {
    color: #38130B;
}

aside ul li {
	border: 2px solid rgb(168 112 76 / 30%);
	border-radius: 26px;
	padding: 10px;
    color: #38130B;
	text-align: center;
	box-shadow: 5px 5px 3px 2px rgb(168 112 76 / 10%);
}

.active1 {
	color: #A8704C;
	font-weight: 600;
}

footer {
    width: 100%;
    background-image: url(../images/garden-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5%;
}

@media (max-width: 992px) {
    aside ul li {
        margin: 10px;
        display: inline-block;
    }

    .main {
        border-left: none;
        box-shadow: none;
        padding: 0 5px;
    }

    .blue_mask {
        left: 0%;
    }
}

@media (max-width: 767px) {
    .main-left img {
        width: 100px;
        height: auto;
    }

    .main-right a {
        font-size: 16px;
    }

    .main-right p {
        -webkit-line-clamp: 1;
        height: 20px;
    }

    aside ul li {
        border: none;
        border-radius: 0;
        padding: 0 6px;
        box-shadow: none;
    }
}
