/* 列表页块 */

.g12-section2-1 {
    clear: both;
    margin-top: 30px;
}

.g12-section2-1::after {
    display: block;
    clear: both;
    content: "";
}

.g12-section2-1 .main-left {
    float: left;
    width: 250px;
    overflow: hidden;
}

.g12-section2-1 .main-left .title {
    height: 65px;
    width: 250px;
    background-color: #53ae47;
    color: #fff;
    color: #fff;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.g12-section2-1 .main-left .menu {
    background: url("bg21.jpg") center bottom no-repeat;
    background-size: cover;
    min-height: 293px;
    margin-bottom: 15px;
    padding: 10px 0 10px 0px;
}

.g12-section2-1 .main-left .menu li {
    text-align: center;
    line-height: 35px;
    position: relative;
    font-size: 16px;
}

.g12-section2-1 .main-left .menu li.on {
    background-color: #fff;
    line-height: 46px;
}

.g12-section2-1 .main-left .menu li.on a {
    color: #53ae47;
}

.g12-section2-1 .main-left .menu li.on .dot {
    display: block;
}

.g12-section2-1 .main-left .menu li:first-child.on {
    margin-top: 0;
}

.g12-section2-1 .main-left .menu a {
    color: #666;
    display: block;
}

.g12-section2-1 .main-left .menu a:hover {
    color: #53ae47;
    font-weight: 700;
}

.g12-section2-1 .main-left .menu .dot {
    width: 5px;
    border-radius: 0;
    height: 5px;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -2px;
    background-color: #53ae47;
    display: none;
}

.g12-section2-1 .main-left .banner-box {
    width: 250px;
    height: 77px;
    margin-bottom: 15px;
    background-image: url(banner_wzbk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px 77px;
    box-shadow: 2px 2px 30px inset;
    position: relative;
}

.g12-section2-1 .main-left .banner-box img {
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 77px;
    display: block;
}

.g12-section2-1 .main-left .banner-box .banner-wz {
    text-align: center;
    color: white;
    position: relative;
    top: 35%;
    font-size: 20px;
}

.g12-section2-1 .main-right {
    float: left;
    width: 908px;
    margin-left: 30px;
}


/* 面包线 */

.g12-pbpossw {
    width: 100%;
    height: 80px;
    box-shadow: 0px 15px 10px -15px rgb(211, 206, 206);
    border: 1px;
}

.g12-pbpos {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    color: #666;
}

.g12-pbpos .homea {
    color: rgb(83, 174, 71);
    font-weight: 600;
    display: inline-block;
    padding-left: 17px;
    background: url("index_icon.png") no-repeat left center;
    background-size: 20px;
    padding-left: 20px;
}


/* 顶部banner */

.m_banner {
    height: 430px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    background-image: url(xueshu_banner.png);
    background-size: auto 430px;
}
.m_banner .m1200{
    position: relative;
}
.m_banner span{
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin-top: 110px;
    height: 50px;
}
.m_banner span::before{
    content: "";
    position: absolute;
    width: 47px;
	height: 4px;
	background-color: #ffffff;
    margin-top: 46px;
}


/* 列表表头 */

.g-titleLine {
    border-bottom: #e5e5e5 1px solid;
    clear: both;
    height: 44px;
    margin-left: 3px;
}

.g-titleLine::after {
    display: block;
    clear: both;
    content: "";
}

.g-titleLine b {
    font-size: 20px;
    color: rgb(3, 146, 0);
    height: 41px;
    line-height: 41px;
    border-bottom: #53ae47 3px solid;
    display: block;
    float: left;
    padding-top: 2px;
}

.g-titleLine .more {
    float: right;
    line-height: 41px;
    color: #999;
}

.g-titleLine .more:hover {
    color: #53ae47;
}


/* 列表页码 */

.g12-prvNxt {
    width: 903px;
    height: 30px;
    padding: 20px 0 60px;
    text-align: center;
    margin-left: 182px;
    margin-top: 50px;
}

.g12-prvNxt a {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    border: #e5e5e5 1px solid;
    line-height: 30px;
    margin: 0 3px;
    text-align: center;
    color: #999;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.g12-prvNxt a:hover,
.g12-prvNxt a.on {
    background-color: #53ae47;
    border-color: #53ae47;
    color: #fff;
}

.g12-prvNxt .disabled {
    background-color: #eeeeee !important;
}

.g12-prvNxt .disabled:hover {
    color: #53ae47;
}


/* 动态信息列表 */

.right_item {
    width: 905px;
    height: 530px;
    margin-top: 2px;
}

.ri_li {
    height: 46px;
    line-height: 26px;
    border-bottom: 1px dotted rgb(216, 214, 214);
    font-size: 16px;
    color: #333333;
}


/* ul */

.dian {
    margin-bottom: 20px;
    padding-left: -10px;
}

.dian li img {
    width: 25px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-top: 11px;
}

.li_date {
    color: #888888;
}

.rfr {
    float: right;
    overflow: hidden;
    margin-top: 10px;
    color: rgb(131, 131, 131);
}

.rfl {
    float: left;
    overflow: hidden;
    margin-top: 10px;
    width: 740px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 替换右侧列表 */
.kpsec1_box .rt_box{
    width: 908px;
}
.kpsec1_box{
height: auto;
padding-top: 22px;
padding-bottom: 60px;
}
.kpsec1_box .lt_nav{
width: 262px;
height: 550px;
}
.kpsec1_box .lt_nav .heading{
width: 262px;
    height: 81px;
    background-color: #0d397b;
font-size: 24px;
color: #ffffff;
line-height: 77px;
text-align: center;
}
.kpsec1_box .lt_nav .kpnav{
    padding:0 20px;
    width: 222px;
    height: auto;
    min-height: 260px;
    background-color: #eeeff1;
    padding-bottom: 60px;
}
.kpsec1_box .lt_nav .kpnav li>a{
display: block;
width: 226px;
height: 62px;
line-height: 62px;
font-size: 16px;
font-weight: bold;
color: #333;
border-bottom: 1px solid #e5e5e5;
margin-left: 2px;
text-align: center;
}
.kpsec1_box .lt_nav .kpnav li:last-child a{
    border-bottom: none;
}
.kpsec1_box .lt_nav .kpnav li>a img{
    position: relative;
    top: 10px;
}
.kpsec1_box .rt_box{
    width: 908px;
    position: relative;
    padding-bottom: 30px;
    float: left;
    height: 270px;
    margin-right: 20px;
}

.kpsec1_box .subnav{
    height: 38px;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #00379d;
}
.kpsec1_box .subnav::before{
    content: "";
    position: absolute;
    width: 81px;
    height: 3px;
    background:  #337ac8;
    margin-top: 37px;
}
.kpsec1_box .rt_list{
    position: relative;
}
.kpsec1_box .rt_list li{
    height: 16px;
    height: 46px;
    border-bottom: 1px dashed #c5c5c5;
}
.kpsec1_box .rt_list li::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cecece;
    margin-top: 21px;
}
.kpsec1_box .rt_list li>a{
    line-height: 47px;
    font-size: 16px;
    color:#333;
    height: 16px;
    width: 775px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.kpsec1_box .rt_list li span{
    line-height: 47px;
}
.kpsec1_box .rt_box .page{
    text-align: center;
    padding-top:38px
}
.kpsec1_box .rt_box .page>a{
    display: inline-block;
    font-size:12px;
    padding:8px 12px;
    background:#eee;
    margin:0 5px;
    border:1px solid #e3e3e3;
}
.kpsec1_box .rt_box .page .num{
    background-color: #fff;
}
.kpsec1_box .rt_box .page .act{
    background-color: #3482bb;
    color:#fff;
}