﻿/*以下主内容============================================================================================*/

.row {
    padding-bottom: 8px;
}

.col-content {
    padding-right: 8px;
    padding-left: 8px;
}

.row-new {
    background: white;
    /*border:1px solid #C4E3FF;*/
    min-height: 600px;
/ / （解决ie8 .9 . ff . chrome） * + height: 100 %;
/ / （解决ie7） _height: 600 px;
/ / （解决ie6） ie6超出自动溢出

    /*overflow: hidden;*/
}

.row-Sidebar {
    background: white;
    /*border:1px solid #C4E3FF;*/

    height: 600px;
}

/*版块标题*/
.title {
    position: relative;
    height: 45px;
    background-image: url(../images/page-title.jpg);
    background-repeat: repeat-x;

}

.title p {
    float: left;
    font: 15px "微软雅黑", "宋体", "Arial Narrow";
    padding-left: 20px;
    padding-top: 15px;
    margin: 0px;

    color: #214087;
    font-weight: bold;
}

/*版块文字内容*/
.clearfix {
    list-style: none;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    /*overflow: hidden;*/
}

.xz-ul span {
    float: right;
    font-size: 12px;
}

.xz-ul li {
    border-bottom: 1px dotted #d1d1d1;
    height: 40px;
    background: url(../images/news2.png) no-repeat center left;
    padding-left: 10px;

}

.xz-ul li a {
    display: block;
    line-height: 40px;
    width: 80%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xz-ul li span {
    display: block;
    line-height: 40px;
    float: right;
    width: 20%;
    text-align: right;
}

.memberInfo .clearfix li {
    background: 0;
    padding: 0;
    height: inherit;
}

.memberInfo .clearfix li a {
    display: block;
    line-height: 30px;
    width: 100%;
    position: relative;
    padding-bottom: 5px;
    float: none;
}

.memberInfo .clearfix li a i {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
}

.memberInfo .clearfix li a:hover {
    background: #F57C06;
    color: #fff;
}

.fan-ye {
    text-align: center;
    padding: 15px 0px;
}

.fan-ye ul {
    display: inline-block;
}

.fan-ye ul li {
    float: left;
    margin: 0 2px;
}

.fan-ye ul li a {
    background: url(../images/fy.png) no-repeat;
    width: 18px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: bold;
}

.fan-ye ul li.total a{
    width: 60px;
}

.fan-ye ul li.on a {
    background: url(../images/fyon.png) no-repeat;
    color: #4879a6;
}

.fan-ye ul li:hover a {
    background: url(../images/fyon.png) no-repeat;
    color: #4879a6;
}

.fan-ye ul li.yemian a {
    background: url(../images/fyon.png) no-repeat;
    padding: 0 10px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-size: 100% 100%;
    width: 100%;
}

.news-menu {
    width: 100%;
    padding: 0;
    list-style: none;
    padding: 15px;
    font-family: 'Century Gothic';
    clear: both;
    display: table;
}

.news-menu .list {
    font-size: 14px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    vertical-align: sub;
    clear: both;
}

.news-menu .list:hover:after {
    color: #fff;
}

.news-menu .list:after {
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 12px;
    padding: 0px 5px;
    color: #000;
}

.news-menu .list a {
    padding-left: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    border-bottom: 1px dotted #d1d1d1;
    line-height: 40px;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

.news-menu .list a:hover {
    background-color: #F57C06;
    transition: 300ms all;
    color: #fff;
}

.news-menu .list .items {
    height: 0px;
    overflow: hidden;
}

.news-menu .list .items a {
    line-height: 35px;
    padding-left: 15px;
}

.news-menu .list .items a:hover {
    color: #fff;
    transition: 300ms all;
}

.news-menu .list:last-child {
    border-bottom: none;
}

.news-menu .active:after {
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 12px;
    padding: 0px 5px;
    color: #000;
}

.news-menu .active:after:hover {
    color: #fff;
}

.news-menu .active > .items {
    display: block;
    background: #fe9835;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
}

.news-menu .active > .items li a {
    color: #fff;
}

.news-menu .active > .items li {
    padding: 0px;
    border-bottom: 1px solid #fff;
    list-style: none;
}

.news-menu .active > .items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
}

.news-menu .active > .items .active > .items {
    background-color: #fbaf64;
}

.news-menu .active > .items .active > .items a {
    padding-left: 20px;
}

.news-menu .active > a {
    background: #6ec7e4;
    color: #FFF;
    text-transform: uppercase;
    line-height: 38px;
    height: 38px;
    display: block;
    padding-left: 5px;
}

.news-menu .active .list a {
    line-height: 35px;
    margin-top: 5px;
    display: block;
    border-bottom: 1px dotted #d1d1d1;
}