﻿body {
    padding: 0;
    margin: 0;
}

a,
a:hover {
    color: #999;
}
.mt15{
    margin-top:15px
}

nav ul form[class="navbar-form navbar-left"] {
    padding: 0;
}

nav[class="navbar navbar-default"] {
    border: none;
}

.left_cont p{
    font-size:18px;

}

.left_cont img {
    width: 100%;
}

.left_cont h1 {
    color: #95433a;
}

.left_cont h2 {
    display: inline-block;
    background-color: #95433a;
    padding: 10px 18px;
    color: #fff;
    margin-top: 8px;
    font-size: 20px;
}

.left_cont h2 a{
    color:#FFF;
}

.left_cont .pinyin {
    display: inline-block;
    font-size: 16px;
    color: #999;
}

.left_cont .title {
    margin-top: -8px;
    display: flex;
    justify-content: flex-start;
}

.left_cont .ycwords {
    display: flex;
    align-items: flex-end;
    padding: 0 0 10px 20px;
    font-size: 16px;
    color: #999;
}
.left_cont .ycwords a{
    display: inline-block;
    color: #333;
}

.left_cont .yctag {
    margin: 5px 0;
}

.yctag a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    /* background: #95433a; */
    margin: 0 16px 10px 0;
    /* font-weight: bold; */
    color: #666;
    font-size:16px;
}

.left_cont .linename {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.left_cont .linename a {
    /*color: #95433a;*/
}

.left_cont .yctext {
    margin: 15px 0;
    color: #333;
    line-height: 28px;
    font-size: 18px;
    text-align: Justify;
}
.ptext a{
    font-size:18px;
    line-height:24px;
}

.left_cont .yctext p {
    margin: 20px 0;
}

.right_cont p,.leftunder p{
    font-size:16px;
    padding-bottom:0;
}
.right_cont .title,.leftunder .title{
    background-color: #f8f8f8;
    padding:15px 15px 5px;
    margin:10px 0;
}
.right_cont .title a,.leftunder .title a{
    color:#333;
    font-size:18px;
    display:inline-block;
    margin-bottom:10px;
}

.yc_more {
    text-align: center;
    font-size: 18px;
    margin-top:20px;
}
.yc_more span{
    color:#999;
}

footer {
    padding: 20px 0 10px;
    background-color: #f8f8f8;
}

footer div p {
    display: flex;
    justify-content: center;
    color: #999;
}

footer a {
    margin-left: 15px;
    color: #999
}

.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;
}


.yc_item {
    background-color: #f5f5f5;
    padding: 10px 10px 2px;
    color: #333;
    margin: 10px 0 5px;
    overflow: hidden;
    height: 120px;
}
.yc_type a {
    width:100%;
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding:20px;
}
.yc_item a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.yc_item p {
    color: #999;
    font-size:16px;
}

.blockitem{
    width:100%
}
.blockitem a{
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding:20px;
}


.zucheng {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zucheng_item {
    width: 25%;
    overflow: hidden;
    margin: 10px 0;
    height: 60px;
    display:flex;
}

.zucheng_item a{
    color: #333;
    font-size:16px;
}

.zucheng_item div p{
    color:#999;
    font-size:14px;
}

.zucheng_item div {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2.4rem;
    margin-left: 10px;
    width: 50%;
}

.zucheng_item a img {
    width: 60px;
    height: 60px;
    display:inline-flex;
}


.time{
    font-size:16px;
    color:#999;
    margin-top:20px;
}

.newscont p a{
    color:#9b4035;
}
.xw_info a{
    display:block;
    font-size:16px;
}
.xw_info p{
    font-size:16px;
    color:#999;
    margin-top:8px;
}