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;
}

.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;
}

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

.left-c, .right-c {
    margin-top: 40px;
}

.left-c {
    float: left;
}

.right-c {
    float: right;
}

/* 左侧部分 ============= */
/* 新闻导航 */
.news-tab {
    border-bottom: 1px solid #d8d8d8;

}

.news-tab li {
    float: left;
    padding-left: 20px;
    margin-right: 132px;
    margin-bottom: -1px;
    padding-bottom: 24px;
}

.news-tab li.last-child {
    margin-right: 0;
}

.news-tab li.active {
    border-bottom: 1px solid #a65880;
}

.news-tab a {
    color: #505050;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.news-tab .circle {
    font-style: normal;
    background: url(../images/radius-grey.png);
    color: #fff;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin-right: 15px;
}

.news-tab li.active .circle {
    background: url(../images/radius-red.png);
}

.news-tab span {
    display: inline-block;
    height: 42px;
    font-size: 32px;
    line-height: 42px;
    vertical-align: middle;
}

/* 新闻条目 */
.news-c {
    width: 780px;
    padding-left: 20px;
}

.news-item {
    margin-bottom: 23px;
    padding: 0 39px 0 28px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.news-item .news-type {
    color: #a65880;
    margin: 33px 0 20px;
}
.news-item .news-type a{
    color: #a65880;
    text-decoration:none;
}
.news-type .date {
    color: #bbb;
    float: right;
    font-style: normal;
}

.news-img, .news-content {
    float: left;
}

.news-img {
    margin-right: 20px;
    width: 300px;
    height: 150px;
}

.news-content {
    width: 393px;
}

.news-content .title {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 14px;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content .detail {
    height: 120px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
}

.news-detail-btn {
    display: block;
    text-align: center;
    width: 159px;
    height: 38px;
    margin: 14px 0 29px 320px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #666;
    text-decoration: none;
    color: #666;
}

.news-detail-btn:hover {
    background-color: #f8a227;
    color: #fff;
    border: 1px solid #f8a227;
}

/* 纯文字新闻 */
.news-content.pureText {
    width: auto;
}

.news-content.pureText .detail {
    height: auto;
}

/* 翻页按钮 */
.btn-c {
    text-align: center;
}

.btn-c .btn {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
}

.btn-c .btn.active {
    background-color: #a65880;
    color: #fff;
}

.btn-c .prev {
    margin-right: 30px;
}

.btn-c .next {
    margin-left: 20px;
}

/* 右侧部分 ============= */
.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;
    color: #292929;
}

.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;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    margin-bottom: 10px;
}

.aside-news .content a {
    color: #666;
    text-decoration: none;
}

div.news-img > img{
    max-width: 100%;
}

/* 右侧部分 ============= */
.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;
}
/* 尾部 */
.footer {
    border-top: 1px solid #ededed;
    padding: 28px 0;
    text-align: center;
    background-color: #383838;
    color: #7f7f7f;
}