﻿body {
    font-family:"Microsoft YaHei", "微软雅黑", "黑体", "SimSun";
    font-size: 16px;
}
body, h1, h2, h3, h4, h5, p, div {
    font-family: "Microsoft YaHei", "微软雅黑", "黑体", "SimSun";
    font-size: 16px;
}
li,ol,ul {
    list-style:none;
}

a{
    color: #000;
}
a:hover{
    color: brown;
}

.b-title{
    font-size: 36px;
    text-align: center;
}
.m-title{
    font-size: 24px;
}
.m-title a{font-size: 24px; font-weight: bold;}

/*.article p img{
    margin-left:-2em;
}*/
h4{
    margin-top: 10px;
    margin-bottom: 0px;
}

.list-2 dd{ width: 45%; display: inline-block; line-height:36px;}
.list-2 dd:nth-child(odd){
    margin-right: 8%;
}
.am-nav-tabs li a{
    font-weight: bold;
}
.am-nav-tabs>li{
    padding: 0 6px;
}

/*通用底部*/
.text-white{ color:#FFF; text-align:center; font-size:12px; }

.wxw-list{padding-left:0; }
.wxw-list dt{
    line-height: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    font-size: 22px;
}
.wxw-list dd{
    line-height: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;

}
.catagory{
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    color: #ff8c00;
}
#v_btn li{
    cursor:pointer;
}
#v_btn li img:hover{
    border-radius: 15px;
}



/*内容页*/
.article p { text-indent:2em;}
.subtitle{ margin-top:20px; margin-bottom:20px; color:#777;}
.adjust-height{margin-top: 20px}
/***
****************************************************
*电脑响应*
****************************************************
***/
/*内容页*/
.detail h3{
    font-size:24px !important;
    line-height:40px !important;
    text-align:center;
}
.subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #777;
    text-align:center;
}
.article { line-height:200%;}
.mbimg{display: none;}

.dp{position:relative;color: #333;font-size: 14px;line-height: 24px;padding: 10px 14px;margin-top:15px;box-sizing: border-box;}
.dp div{overflow: hidden;height:auto;}

.title{height: 56px; line-height: 56px; border-bottom: 2px solid #838383;margin-top: 15px;}



.dp p{margin: 0 0 0px}

a:hover{ text-decoration: none;}


dd{margin: 0;
    padding: 0;
    border: 0;
    outline: 0;}


/***
****************************************************
*手机响应*
****************************************************
***/
@media  only screen and (max-width: 767px){
    .article p img {
        width: 100%;
    }
    body{
        background: none;
    }
    .banner{
        background:none;
        display:none;
    }
    .detail h3{ text-align:left;}
    .subtitle {
        text-align:center;
    }
    .pcimg{display: none;}
    .mbimg{display: block;}
    .mbimg img{width: 100%}
    .list-2 dd{ width: 100%; display: inline-block; line-height:32px;}
    .list-2 dd:nth-child(odd){
        margin-right: 0;
    }
}


