﻿

.main {
    padding: 0 .8rem
}

ul,
li,
ol {
    list-style: none;
}

.mt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mgt-10 {
    margin-top: -10px;
}

.xjlz {
    width: 100%;
    border: 1px solid #f5f5f5;
    color: #9b4035;
    font-size: 3rem;
    padding: 30px 0 10px;
    /*text-align:center;*/
    margin-top: 10px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    color: #9b4035
}

h2 {
    font-size: 2.0rem;
    /*background-color: #9b4035;*/
    color: #9b4035;
    /*padding: 10px 10px;*/
    /*display: inline-block;*/
}

.main_content h2 {
    font-size: 2.0rem;
    background-color: #9b4035;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
}
.main_content h2 a {
    font-size: 2.0rem;
    background-color: #9b4035;
    color: #fff;
    display: inline-block;
}

h3 {
    font-size: 2rem;
    color: #9b4035
}

img {
    width: 100%;
}

a {
    color: #9b4035;
}

a:hover {
    color: #999;
    text-decoration: none;
}

.mgb-10px {
    margin-bottom: -10px;
}

/*.main_content {*/
/*            position: relative;*/
/*            padding: 10px;*/
/*            overflow: hidden;*/
/*}*/



.contentp, .main_content p {
    line-height: 2.8rem;
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: justify;
}

.contentpa {
    line-height: 2.6rem;
    font-size: 1.8rem;
    padding: 10px 0;
}

.textcenter {
    text-align: center;
}

.contentpa a {
    color: #999;
    text-decoration: none;
}

.adiv {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #333;
    margin: 2px 0;
    width: 100%;
}

.adiv .title {
    font-size: 1.8rem;
}

.adiv p {
    padding: 9px 0 5px;
    font-size: 1.6rem;
    color: #666;
}

.navbar-nav {
    display: flex;
    align-content: space-around;
    /* flex-wrap: wrap; */
}

.navbar-nav li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100px;
    background-color: #e7e7e7;
    margin: 0px 1px 0px 0;
}


ol[ class="breadcrumb"] li a, ol[ class="breadcrumb"] li {
    color: #999;
}

/* .navbar-default{
            border-color: none;
        } */


/* .navbar-nav li:nth-child(n*4){
            
            margin-right:0;
            
        } */

nav[class="navbar navbar-default"] {
    border: none;
}

footer {
    margin: 12px 0;
    border-top: 1px solid #f5f5f5;
}

footer p {
    text-align: center;
    line-height: 1.4rem;
    font-size: 1.4rem;
    color: #d2d2d2;
    margin-top: 10px;
}


/* m-index */

.titlename {
    /* border: 1px solid #f5f5f5; */
    background-color: #f5f5f5;
    padding: 25px 0;
    text-align: center;
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 5px;
}

.listbox {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    overflow-y: auto;
}

.listbox li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #f5f5f5; */
    background-color: #f5f5f5;
    padding: 15px 20px;
    min-height: 120px;
    margin: 4px 5px 4px 0;
}

.listbox li a {
    color: #666;
}


/*   fangji*/

.zucheng {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zucheng_item {
    width: 33%;
    overflow: hidden;
    margin: 10px 0;
    height: 60px;
}

.zucheng_item a {
    display: flex;
    justify-content: space-around;
    color: #666;
}


.zucheng_item a div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2.4rem;
    margin-left: 10px;
    width: 50%;
}

.zucheng_item img {
    width: 60px;
    height: 60px;
}


.page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.page a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    /*padding:10px;*/
    background-color: #f5f5f5;
    color: #666;
    margin: 10px 8px;
}

.page a.active {
    background-color: #9b4035;
    color: #fff;
}

.tea_tag {
    margin-top: 10px;
}

.tea_tag a {
    background-color: #f5f5f5;
    padding: 8px;
    color: #999;
    margin-right: 5px;
    margin-top: 8px;
    display: inline-block;
}

.cooking {
    margin-top: 18px;
    font-size: 1.6rem;
    color: #999;
}

.summary {
    font-size: 1.8rem;
    color: #666;
    margin: 18px 0;
}

.linename {
    line-height: 2.0rem;
    font-size: 1.8rem;
    margin-top: 18px;
}

.linename div {
    margin: 8px 0;
    line-height: 2.4rem
}

.linename p a {
    color: #9b4035;
}

.time {
    color: #C3C3C3;
    font-size: 1.6rem;
    margin: 15px 0;
}

.yc_more {
    display: flex;
    justify-content: center;
}

.yc_more a {

    padding: 12px;
    border: 1px solid #f5f5f5;
    color: #999;
    margin: 15px 0 0;
    font-size: 1.6rem;
    text-align: center;
}
.yc_more span{
    color:#999;
}



.xuewei_xuexing {
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #999;
    margin-bottom:5px;
}

.xuewei_xuexing a{
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #999;
    display:inline-block;
}

.readmore{
    margin-top:12px;
    background-color:#f5f5f5;
    color:#333;
    font-size:18px;
    padding:5px 15px;
    text-align: right;
}
.m_readmore a.readmore{
    text-align:center;
}

div[class="main_content"] div[class="m_readmore"]{
    height:auto;
}