html, body, div, h1, h2, h3, a, p, ul, ol, li span, button, img {
    margin: 0;
    padding: 0;
}
*{
    font-family: 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif !important;
    font-weight: normal !important;
}
body {
    width: 100%;
}

/* 清除浮动 */
.group:after {
    content: "";
    display: table;
    clear: both;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 头部 */

.header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
    padding: 25px 0px;
    height: 45px;
    background-color: #fff;
}

/* 导航 */
.nav {
    width: 980px;
    margin: 0 auto;
    position: relative;

}
.nav img {
    margin-right: 65px;
}

.nav .navigation {
    display: inline-block;
    height: 37px;
    line-height: 37px;
}

.navigation li {
    float: left;
    width: 120px;
}

.navigation a {
    width: 100%;
    height: 100%;
    display: block;
    color: #a2a2a2;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.underline {
    position: absolute;
    top: 58px;
    margin-left: 231px;
    width: 120px;
    height: 4px;
    background-color: #a65880;
}


/* 二级导航 */
.nav2-c {
    width: 100%;
    height: 40px;
    background-color: #8f4d6e;
    line-height: 40px;
    margin-top: 95px;
}

.nav2-wrap {
    width: 980px;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.nav2-wrap li {
    float: left;
    height: 100%;
}

.nav2-wrap a {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.nav2-wrap a:active, .nav2-wrap a:visited {
    color: #fff;
}

.nav2-wrap .seperate {
    width: 20px;
    height: 40px;
    display: inline-block;
    background-image: url('../images/nav-arrow.png');
}

/* 整个主体 */
.main-c {
    width: 100%;
    background-color: #ececec;
    overflow: hidden;
    zoom: 1;
}

.main-c .main-wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 36px 0 60px;
    overflow: hidden;
}

.left-c, .right-c {
}

.left-c {
    float: left;
    background-color: #fff;
    width: 780px;
    border-radius: 10px;
}

.right-c {
    float: right;
}

/* 左侧部分 ============= */
.article-c {
    padding: 0 30px;
}

.article-head {
    padding: 26px 0 10px;
}

.article-head h1 {
    font-size: 24px;
    color: #515151;
}

.article-head ul {
    margin: 10px 0;
    font-size: 14px;
}

.article-head .type ,.article-head .type a{
    color: #a65880;
    text-decoration:none;
}

.article-head li {
    float: left;
    margin-right: 25px;
    color: #666;
}

.article-main {
    min-height: 100px;
    padding: 45px 0 30px;
    border: 1px dotted #666;
    border-left: none;
    border-right: none;
}

.article-foot {
    padding: 20px 0 40px;
    font-size: 14px;
    color: #666;
}

.article-foot a {
    color: #a65880;
    text-decoration: none;
}

.article-foot a.visited {
    color: inherit;
}

/* 右侧部分 ============= */
.aside-news {
    width: 160px;
    padding: 37px 25px 28px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
}

.aside-news .title {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    padding-bottom: 10px;
    margin-bottom:10px;
}

.aside-news span {
    border-bottom: 1px solid #a65880;
    padding-bottom: 10px;
}

.aside-news .img-c {
    width: 100%;
    height: 80px;
    background-color: #ccc;
    margin: 17px 0;
}

.aside-news .content {
    overflow: hidden;
    font-size: 14px; /*white-space: nowrap; text-overflow: ellipsis;*/
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 16px;
}

.aside-news .content a {
    color: #666666;
    text-decoration: none;
}
.article-main p{
    font-size:14px;line-height:24px;color:#666;
    margin-bottom: 20px;
}
.article-main img{
    max-width: 95%;
}

/* 尾部 */
.footer {
    border-top: 1px solid #ededed;
    padding: 28px 0;
    text-align: center;
    background-color: #383838;
    color: #7f7f7f;
}