/*公共部分*/
* {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#bannerson {
    height: 300px;
    overflow: hidden;
}

 #pages {
    padding: 40px 0 80px;
    height: 36px;
    text-align: center
}

#pages a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out
}
#pages a.prev{
    width: 100px;
}
#pages a.next{
    width: 100px;
}
#pages span {
    margin-right: 5px
}

#pages a i {
    font-size: 24px;
    top: 2px;
    position: relative
}

#pages a.active, #pages a:hover {
    background-color: #838383;
    color: #fff;
}

#n_title {
    position: relative;
    background: #fff;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    margin-bottom: 55px;
}

#n_title .main_box {
    position: relative;
    height: 55px;
}

.main_box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

#position {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    height: 55px;
    color: #7b7b7d;
    background: url(../img/icon_home.png) left center no-repeat;
    padding-left: 18px;
}

#position a {
    vertical-align: middle;
    font-size: 12px;
    color: #7b7b7d;
/*    float: left;
    display: block;*/
    line-height: 55px;
}

#position i {
    background: url(../img/icon_position_id.png) center no-repeat;
    float: left;
    display: block;
    height: 55px;
    width: 25px;
}

#position span {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    color: #d83648;
    font-style: normal;
    float: left;
    display: block;
    line-height: 55px;
}

#n_nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#n_nav a {
    position: relative;
    float: left;
    display: block;
    width: 155px;
}

#n_nav a strong {
    position: relative;
    background: url(../img/bg_n_nav.png) center no-repeat;
    display: block;
    text-align: center;
    z-index: 9;
    height: 55px;
    line-height: 55px;
    color: #333;
    font-size: 14px;
}

#n_nav a span {
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    width: 100%;
    display: inherit;
    text-align: center;
}
#n_nav a:hover strong {
    color: #fff;
}
#n_nav a:hover i{
    width: 157px;
}
#n_nav a i {
    display: inline-block;
    background: #d83648;
    height: 55px;
    width: 0px;
}

#n_nav a.on strong {
    color: #fff;
}

#n_main_box {
    background: #f4f5f7;
    padding-bottom: 60px;
}

.fl,
.left {
    float: left !important;
}

.fr,
.right {
    float: right !important;
}

.clear {
    clear: both;
}

/*公共部分完*/

/*在线留言*/
#n_right {
    float: left;
    width: 758px;
    min-height: 399px;
}

#n_un_box {
    min-height: 300px;
}

.j_form {
    position: relative;
}

.j_form label {
    width: 310px;
    float: left;
    border: 1px solid #edeff2;
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 0 12px 0;
    font-size: 12px;
    color: #bebebe;
    padding-left: 120px;
}

.j_form label strong {
    font-weight: normal;
    display: block;
    background: #e2e4e6;
    color: #5e5f61;
    height: 40px;
    line-height: 40px;
    position: absolute;
    width: 120px;
    left: 0px;
    top: 0;
    font-size: 14px;
    text-align: center;
}

.j_form input[type="text"] {
    height: 40px;
    background: none;
    color: #676767;
    width: 280px;
    border: none;
    background: #fff;
    border-radius: 0px;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 12px;
}

.j_form .textarea_box {
    width: 758px;
    height: 163px;
}

.j_form .textarea_box strong {
    height: 163px;
}

.j_form textarea {
    height: 162px;
    resize: none;
    color: #66656b;
    width: 728px;
    padding-right: 10px;
    background: #fff;
    border: none;
    line-height: 24px;
    font-size: 12px;
    padding: 6px 15px;
}

.j_form input[type="submit"] {
    width: 120px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    height: 40px;
    background: #d83648;
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    border: none;
    text-align: center;
}

/*图片列表1*/
#list_box,
#list_notice {
    margin: -19px;
}

#list_box li {
    width: 375px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    float: left;
    margin: 18.5px;
    padding-bottom: 20px;
}

#list_box li .pic_box {
    position: relative;
    background: #000;
    width: 375px;
    height: 220px;
    overflow: hidden;
}

#list_box li .pic_box a {
    position: relative;
    display: block;
}

#list_box li img {
    width: 375px;
    height: 220px;
    display: block;
}

#list_box li .text_box {
    position: relative;
    padding: 20px 20px 10px 20px;
}

#list_box li h1 {
    border-bottom: 1px solid #edeeee;
    display: block;
    padding-bottom: 10px;
}

#list_box li h1 a {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555557;
    font-size: 16px;
    display: block;
}

#list_box .fot_box {
    position: relative;
    height: 12px;
    line-height: 14px;
    padding: 0 20px;
}

#list_box .fot_box span.time {
    background: url(../img/icon_time.png) left center no-repeat;
    padding-left: 20px;
}

#list_box .fot_box span {
    color: #a1a1a1;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}

#list_box .fot_box span.read {
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../img/icon_read.png) left center no-repeat;
    padding-left: 20px;
}

#list_box li:hover {
    box-shadow: 0 0 12px #aaa;
}

.img_size li:hover img,
.img_size a:hover img,
.img_size1 li:hover .pic {
    -moz-transform: scale(1.05);
    -o-moz-transform: scale(1.05);
    -o-moz-transform: scale(1.05);
    -webkit-moz-transform: scale(1.05);
    transform: scale(1.05);
}

/*新闻列表*/
.un_box {
    background: #fff;
    padding: 50px 0;
    margin-bottom: -60px;
}

#list_notice li {
    width: 512px;
    height: 176px;
    padding: 35px 25px;
    margin: 15px 35px;
    border: 1px solid #dedee2;
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

#list_notice li a {
    display: block;
}

#list_notice li h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404142;
    font-size: 15px;
    display: block;
}

#list_notice li p {
    font-size: 12px;
    line-height: 20px;
    color: #8a8b8d;
}

#list_notice .fot_box {
    position: relative;
    height: 12px;
    line-height: 14px;
    margin-top: 20px;
}

#list_notice .fot_box span.time {
    background: url(../img/icon_time.png) left center no-repeat;
    padding-left: 20px;
}

#list_notice .fot_box span {
    color: #c5c5c7;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}

#list_notice .fot_box span.read {
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../img/icon_read.png) left center no-repeat;
    padding-left: 20px;
}

#list_notice li:hover {
    border: 1px solid #cb1b36;
}

/*重点新闻列表*/
#n_news .up_box {
    padding-bottom: 50px;
}
#n_news .up_box .left {
    width: 725px;
}
#hot_pic_news a {
    position: relative;
    display: block;
    border: 2px solid #dedee2;
    padding-left: 500px;
    height: 315px;
    overflow: hidden;
}
#hot_pic_news .pic_box {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 4px solid #dedee2;
    width: 470px;
    height: 315px;
    overflow: hidden;
}
#hot_pic_news .pic_box img {
    display: block;
    width: 470px;
    height: 315px;
}
#hot_pic_news .text_box {
    padding: 55px 30px 0 0;
    position: relative;
}
#hot_pic_news a:hover {
    background: #fff;
}
#hot_text_news li:hover {
    border-bottom: 2px solid #cb1b36;
    background: #fff;
}
#hot_pic_news .text_box h1 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    font-weight: 700;
    color: #4c4c4f;
}
#hot_pic_news .text_box p {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 12px;
    color: #505159;
    opacity: .74;
    filter: alpha(opacity=74);
}
#hot_pic_news .text_box span.more {
    margin-top: 30px;
    background: #df203d;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 95px;
    text-align: center;
}
#n_news .up_box .right {
    width: 450px;
}
#hot_text_news li {
    margin-bottom: 20px;
    margin-bottom: 17px;
    display: block;
    position: relative;
    height: 150px;
    overflow: hidden;
    border: 2px solid #dedee2;
    padding: 15px 30px;
}
#hot_text_news li .text_box {
    position: relative;
    margin-top: 10px;
}
#hot_text_news li h1 {
    display: block;
}
#hot_text_news li h1 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #404142;
    font-size: 15px;
    display: block;
}
#hot_text_news li p {
    font-size: 12px;
    line-height: 19px;
    color: #8a8b8d;
    height: 38px;
    overflow: hidden;
}
#hot_text_news .fot_box {
    position: relative;
    height: 12px;
    line-height: 14px;
    margin-top: 20px;
}
#hot_text_news .fot_box span.time {
    background: url(../img/icon_time.png) left center no-repeat;
    padding-left: 20px;
}
#hot_text_news .fot_box span {
    color: #a1a1a1;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}
#hot_text_news .fot_box span.read {
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../img/icon_read.png) left center no-repeat;
    padding-left: 20px;
}
#list_news li {
    height: 205px;
    padding: 30px 0;
    position: relative;
    display: block;
    overflow: hidden;
}
#list_news li .pic_box {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    width: 220px;
    height: 145px;
    overflow: hidden;
    display: block;
}
#list_news li img {
    width: 220px;
    height: 145px;
    display: block;
}
#list_news li .text_box {
    position: relative;
    margin-left: 265px;
}
#list_news li h1 {
    display: block;
    padding-bottom: 15px;
    padding-top: 17px;
}
#list_news li h1 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #434345;
    display: block;
}
#list_news li p {
    font-size: 12px;
    line-height: 20px;
    color: #9c9f9f;
    height: 40px;
    overflow: hidden;
}
#list_news .fot_box {
    position: relative;
    height: 12px;
    line-height: 14px;
    margin-top: 20px;
}
#list_news .fot_box span.time {
    background: url(../img/icon_time.png) left center no-repeat;
    padding-left: 20px;
}
#list_news .fot_box span {
    color: #979798;
    font-size: 12px;
    margin-top: 2px;
    display: block;
    opacity: .65;
    filter: alpha(opacity=65);
}
#list_news .fot_box span.read {
    position: absolute;
    left: 120px;
    top: -2px;
    background: url(../img/icon_read.png) left center no-repeat;
    padding-left: 20px;
    color: #979798;
}
#list_news li:hover {
    background: #f4f5f7;
}
/*新闻列表【日期】*/
#n_party .up_box ul {
    margin-right: -50px;
}
#n_party .up_box li {
    position: relative;
    padding-left: 245px;
    margin-right: 50px;
/*    width: 330px;*/
    height: 170px;
    float: left;
}
#n_party .up_box li .pic_box {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 245px;
    height: 170px;
    overflow: hidden;
}
#n_party .up_box li .pic_box img {
    display: block;
    width: 245px;
    height: 170px;
}
#n_party .up_box li .text_box {
    padding: 35px 25px;
    position: relative;
    border: 2px solid #dedee2;
    height: 170px;
    width: 330px;
}
#n_party .up_box li .text_box a {
    display: block;
    font-size: 15px;
    color: #404142;
}
#n_party .up_box li .text_box span {
    color: #807f85;
    display: block;
    font-size: 12px;
}
#n_party .up_box li:hover{
    background: #fff;
}
#n_party .up_box {
    padding-bottom: 55px;
}
#n_party .up_box li .text_box p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    color: #818283;
}
#n_party .un_box li {
    position: relative;
    height: 150px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #eaebef;
}
#n_party .date_box {
    position: absolute;
    left: 0px;
    display: block;
    top: 35px;
    height: 76px;
    width: 90px;
    border: 2px solid #eaebef;
    background: #fff;
}
#n_party .date_box strong {
    display: block;
    text-transform: uppercase;
    font-size: 36px;
    color: #747678;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
}
#n_party .date_box span {
    display: block;
    text-transform: uppercase;
    color: #88888a;
    font-size: 12px;
    text-align: center;
    line-height: 0px;
}
#n_party .un_box .text_box {
    margin-left: 47px;
    padding: 35px 30px;
    padding-left: 80px;
    height: 143px;
}
#n_party .un_box .text_box a {
    display: block;
    margin-bottom: 17px;
    font-size: 16px;
    color: #434345;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#n_party .un_box .text_box p {
    color: #9c9f9f;
    font-size: 12px;
    line-height: 20px;
}
#n_party .un_box li:hover{
    border-bottom: 1px solid #fff;
}
#n_party .un_box li:hover .date_box {
    background: #df203d;
    border: 2px solid #df203d;
    top: 35px;
}
#n_party .un_box li:hover .date_box strong {
    color: #fff;
}
#n_party .un_box li:hover .date_box span {
    color: #fff;
}
#n_party .un_box li:hover .text_box {
    background: #f4f5f7;
}
#n_party .un_box li:hover .text_box a {
    color: #d83648;
}
/*详情页面*/
.n_article {
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    float: left;
}
.n_article .ar_title {
    padding-top: 45px;
    margin: 0 45px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdee1;
}
.n_article .ar_title h1 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-bottom: 8px;
    color: #565659;
}
.n_article .ar_title h2 {
    position: relative;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
}
.n_article .ar_title h2 strong {
    float: left;
    margin-right: 30px;
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    color: #c5c5c7;
    font-weight: normal;
}
.n_article .ar_title h2 strong.time {
    background: url(../img/icon_time.png) left center no-repeat;
}
.n_article .ar_title h2 strong.read {
    background: url(../img/icon_read.png) left center no-repeat;
}
.shart_box {
    display: inline-block;
    height: 36px;
    background: url(../img/icon_shart.png) left center no-repeat;
    padding-left: 50px !important;
    width: 0;
    overflow: hidden;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.n_article .ar_article {
    margin: 0 45px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 180px;
    font-size: 16px;
    line-height: 36px;
}
.n_article .ar_article p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 10px;
}
#j_shart_s_24 {
    position: relative;
}
.shart_box:hover {
    width: auto;
}