.active .news_rSearch_input {
    width: 160px;
    padding-left: 6px;
    background-image: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.xny_inner_c {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    background-color: #f4f4f4;
}
.xny_inner_m {
    width: 1200px;
    margin: 0 auto;
}
.xny_inner_position {
    width: 1200px;
    margin: 0 auto;
    color: #777;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.xny_inner_position a {
    color: #777;
    padding: 0 4px;
}
.xny_news_content {
    width: 1205px;
    overflow: hidden;
}
.xny_news_left {
    float: left;
    width: 309px;
}

.xny_news_right {
    float: left;
    width: 861px;
    margin-left: 30px;
}

.xny_news_rNav {
    height: 50px;
}
.xny_news_rNav .active, .xny_news_rNav li:hover {
    color: #ef6d00;
    font-weight: bold;
}
.xny_news_rNav li {
    background: url(../images/xny_news_rNav_li.png) no-repeat right top;
    font-weight: bold;
    padding: 0 20px;
    float: left;
    cursor: pointer;
    color: #393939;
    font-size: 14px;
}

.xny_news_rSearch {
    position: absolute;
    right: 14px;
    top: 0;
    overflow: hidden;
}
input[type=text], input[type=password], textarea, select {
    border: 1px solid #dadada;
    transition: 0.5s;
}
.news_rSearch_input {
    width: 38px;
    height: 32px;
    padding-left: 65px;
    padding-right: 8px;
    line-height: 35px;
    background: #f4f4f4;
    color: #393939;
    font-size: 14px;
    margin-top: 1px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:link, a:visited, a {
    color: inherit;
    text-decoration: none;
}
.news_rSearch_btn {
    position: absolute;
    right: 14px;
    top: 9px;
    width: 50px;
    height: 32px;
    background: url(../images/rSearchBg.png) no-repeat center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/**/

.xny_news_rHead {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    position: relative;
}

.xny_news_lHead {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    background-color: #e9e9e9;
}
.xny_news_lHead li {
    float: left;
    width: 102px;
    font-size: 16px;
    color: #393939;
    cursor: pointer;
}
.xny_news_lHead li span {
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 800;
}
.xny_news_lbody {
    background-color: #fff;
}
.xny_news_lbody section.active {
    display: block;
}
.xny_news_lbody section {
    width: 100%;
    display: none;
}
.xny_news_lbody section ul {
    padding: 8px 21px 0;
}
.xny_news_lbody .list-item {
    padding: 15px 0px 12px 60px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.xny_news_lbody .list-item .title {
    font-weight: bold;
    color: #404040;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.xny_news_lbody .list-item .intro {
    color: #a8a4a4;
    white-space: nowrap;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xny_news_lbody .list-item .date {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid #dadada;
    color: #777;
    left: 0;
    top: 20px;
    text-align: center;
}
.xny_news_lbody .list-item .date em {
    margin-top: 5px;
}
.xny_news_lbody .list-item .date span, .xny_news_lbody .list-item .date em {
    width: 100%;
    display: block;
    line-height: 18px;
}

.xny_news_lMore {
    padding: 20px 21px 27px;
}
.xny_news_lMore a {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #ebebeb;
    color: #373737;
    display: inline-block;
}
.xny_news_lAd {
    margin: 20px 0;
    padding: 8px;
    background-color: #fff;
}

/**/
.xny_news_rBody {
    margin: 31px 0;
}
.xny_news_rList .list-item {
    margin-bottom: 21px;
    background-color: #fff;
    padding: 8px 9px;
    height: 175px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}.xny_news_rList .pic {
    float: left;
}.xny_news_rList img {
    width: 235px;
    height: 159px;
}
.xny_news_rList .list_con {
    float: left;
    width: 570px;
    margin-left: 20px;
    position: relative;
}
.xny_news_rList .title {
    font-weight: bold;
    color: #444;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: left;
}
.xny_news_rList .intro {
    color: #959595;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.xny_news_rList .view {
    margin-top: 25px;
    color: #c9c8cd;
}
.xny_news_rList .date {
    background: url(../images/icon_small.png) no-repeat 0 1px;
    padding-left: 20px;
}
.xny_news_rList .num {
    background: url(../images/icon_small.png) no-repeat -90px 1px;
    padding-left: 20px;
    margin-left: 30px;
}
.xny_news_rList .more {
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 0px;
    background: url(../images/icon_small.png) no-repeat -254px -489px;
    color: #888;
    display: inline-block;
}

.zd_fy {
    height: 30px;
    line-height: 30px;
    font-size: 0;
    color: #323232;
    text-align: center;
    margin-top: 32px;
}

/**/

.xny_newsV_right {
    background-color: #fff;
    overflow: hidden;
}
.xny_news_right {
    float: left;
    width: 861px;
    margin-left: 30px;
}.xny_newsV_right_m {
    padding: 30px;
}.xny_newsV_rHead {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.xny_newsV_rHead .title {
    color: #343333;
    font-size: 24px;
    line-height: 30px;
}.xny_newsV_rHead .view {
    margin-top: 20px;
    color: #c9c8cd;
}
.xny_newsV_rHead .date {
    /* background: url(../images/icon_small.png) no-repeat 0 1px; */
    padding-left: 20px;
    width: 98px;
}.xny_newsV_rBody {
    padding: 25px 0 40px;
}
.xny_newsV_rBody_m {
    color: #777;
    font-size: 14px;
    line-height: 26px;
}.xny_newsV_rShare {
    text-align: center;
    margin: 65px 0;
}
.bdshare-button-style2-16 {
    zoom: 1;
}
.xny_newsV_rShare .bdsharebuttonbox .bds_more {
    background: none !important;
    width: 40px !important;
}
.xny_newsV_rShare .bdsharebuttonbox a {
    display: inline-block !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    margin-left: 5px !important;
    line-height: 46px;
    vertical-align: middle !important;
    float: none !important;
    background: url(../images/icon_small.png) no-repeat -310px -196px !important;
}.xny_newsV_rPage {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    line-height: 25px;
    height: 25px;
}
.xny_newsV_rPage span {
    width: 50%;
    height: 25px;
    float: left;
}
.xny_newsV_rPage span {
    width: 50%;
    height: 25px;
    float: left;
}
.xny_newsV_rNext {
    text-align: right;
}
.xny_newsV_rPage a {
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 95%;
}
.xny_newsV_rShare .bdsharebuttonbox .bds_qzone {
    background-position: -310px -288px !important;
}
.xny_newsV_rShare .bdsharebuttonbox .bds_weixin {
    background-position: -310px -150px !important;
}