* {
    padding: 0;
    margin: 0;
    border: 0;
}

body, html {
    background: #fff;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

ul, li {
    list-style: none;
}

i {
    font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /*-webkit-text-fill-color: #fff;*/
    -webkit-transition: background-color 43200s ease-in-out 0s;
    transition: background-color 43200s ease-in-out 0s;
}
input:autofill,
input:autofill:hover,
input:autofill:focus {
    /*-webkit-text-fill-color: #fff;*/
    -webkit-transition: background-color 43200s ease-in-out 0s;
    transition: background-color 43200s ease-in-out 0s;
}
input{
    background-color: transparent;: transparent;
}



.main_header .fl_right .inputBox:-webkit-autofill,
.main_header .fl_right .inputBox:hover,
.main_header .fl_right .inputBox:focus{
    color: #e54c00;
    -webkit-text-fill-color: #e54c00;
}
.main_header .fl_right .inputBox:autofill,
.main_header .fl_right .inputBox:autofill:hover,
.main_header .fl_right .inputBox:autofill:focus {
   color: #e54c00;
    -webkit-text-fill-color: #e54c00;
}



.main {
    /*min-width: 1200px;*/
    width: 1200px;
    margin: 0 auto;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.main_load {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(201908_shouye_kpbg.png) repeat left top;
    z-index: 1000;
    overflow: hidden;
    display: block;
}

.main_load img {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    right: -664px;
}

/*第一屏*/
.main_navPage {
    background: url(201908_shouye_bg_02.png) no-repeat left top;
}

.first_bg {
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(201908_shouye_bg_02.png) no-repeat left top;
}

.main_header {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.main_header .fl_left a img {
    vertical-align: middle;
}

.main_header .fl_left span {
    color: #e54c00;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.main_header .fl_right {
    width: 245px;
    height: 35px;
    margin-top: 10px;
    background: url(201908_shouye_03.png) no-repeat left top;
    position: relative;
}

.main_header .fl_right .inputBox {
    width: 170px;
    height: 16px;
    line-height: 16px;
    padding: 9px 0 10px 15px;
    background: none;
    font-size: 16px;
    color: #e54c00;
}

.main_header .fl_right .inputBox::-webkit-input-placeholder {
    color: #e54c00;
}

.main_header .fl_right .inputBox::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e54c00;
}

.main_header .fl_right .inputBox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e54c00;
}

.main_header .fl_right .inputBox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e54c00;
}

.main_header .fl_right .search {
    width: 50px;
    height: 35px;
    margin-top: 0;
    color: transparent;
    background: url(201908_shouye_search_03.png) no-repeat left 2px;
    cursor: pointer;
}

.main_logo {
    width: 550px;
    height: 85px;
    margin: 0 auto;
}

.main_logo img {
    width: 100%;
}

.main_nav {
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #ffcf21;
    text-align: center;
}

.main_nav ul {
    padding: 0 23px;
    height: 75px;
    display: inline-block;
}

.main_nav ul li {
    float: left;
    padding: 0 21px;
    line-height: 75px;
    position: relative;
}

.main_nav ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #be1c20;
}

.main_nav ul li dl {
    background: #ec7c45;
    width: 192px;
    padding: 0 5px 10px;
    position: absolute;
    left: -40px;
    top: 70px;
    display: none;
    z-index: 10;
}

.main_nav ul li.tab_active dl {
    display: block;
}

.main_nav ul li dl dt {
    width: 100%;
    height: 8px;
    margin-bottom: 10px;
    margin-top: -8px;
    background: url(201908_shouye_11.png) no-repeat center bottom;
}

.main_nav ul li dl dd {
    width: 192px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.main_nav ul li dl dd.active {
    background: url(201908_shouye_15.png) no-repeat;
}
.main_nav ul li dl dd:hover {
    background: url(201908_shouye_15.png) no-repeat;
}
.main_nav ul li dl dd a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.main_nav ul li.longTitle dl {
    left: -28px;
}

.main_lb {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.main_lb .bd ul li {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.main_lb .bd ul li img.bg {
    min-width: 100%;
    min-height: 100%;
}

.main_lb .prev, .main_lb .next {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.main_lb .prev {
    left: 100px;
    background: url(201908_shouye_19.png);
}

.main_lb .next {
    right: 100px;
    background: url(201908_shouye_22.png);
}

.main_lb .hd ul {
    position: absolute;
    left: 20%;
    bottom: 20px;
}

.main_lb .hd ul li {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 10px;
    background: url(201908_shouye_33.png) no-repeat;
    cursor: pointer;
}

.main_lb .hd ul li.on {
    width: 40px;
    background: url(201908_shouye_31.png) no-repeat left top;
}

.main_lb .bd ul li .main_lb_cont {
    width: 316px;
    height: 60px;
    position: absolute;
    right: 1%;
    bottom: 20px;
    z-index: 1;
    overflow: hidden;
}

.main_lb .bd ul li .main_lb_content {
    width: 316px;
    /*height: 155px;*/
    margin-left: 620px;
    background: url(201908_shouye_tm_03.png);
    transition: all .3s;
    overflow: hidden;
}

.main_lb .bd ul li.active .main_lb_content {
    margin-left: 0;
}

.main_lb_content h3 {
    line-height: 50px;
   /* margin-top: 10px;*/
    margin-left: 30px;
}

.main_lb_content h3 a {
    font-size: 24px;
    color: #be1c20;
    font-weight: bold;
    vertical-align: middle;
}

.main_lb .bd ul li .main_lb_content h3 img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.main_lb_content p {
    margin: 0 30px;
    line-height: 28px;
    font-size: 16px;
}

.main_lb_content p a {
    color: #c7484b;
}

.main_lb .bd ul li.active .main_lb_content h3 img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.main_lb .bd ul li.active .main_lb_content p {
    margin: 0 30px;
    line-height: 28px;
    font-size: 16px;
}

.main_lb .bd ul li.active .main_lb_content p a {
    color: #c7484b;
}

.main_first_bot {
    text-align: center;
}

.main_first_bot h2 {
    font-size: 40px;
    line-height: 80px;
    color: #be1c20;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #be1c20;
}
.main_first_bot ul{
    display: inline-block;
    width: auto;
}
.main_first_bot ul li {
    /*float: left;*/
    display: inline;
    margin-right: 70px;
    line-height: 55px;
    background: url(201908_shouye_sy_07.png) no-repeat left center;
    padding-left: 28px;
}

.main_first_bot ul li a {
    font-size: 20px;
    color: #e54c00;
    font-weight: bold;
}

.main_container {
    width: 100%;
    background: url(201908_shouye_mainbg_10.jpg) no-repeat center top;
    /*overflow: hidden;*/
}

/*丰收轮播*/
.main_fs {
    /*height: 330px;*/
    height: 338px;
    margin-top: 95px;
}

.main_fs_left {
    /*width: 585px;*/
    width: 600px;
    position: relative;
}

.main_fs_left .bd ul li {
    float: left;
    /*width: 585px;*/
    width: 600px;
    position: relative;
}

.main_fs_left .bd li a {
    display: block;
    width: 100%;
    height: 338px;
}

.main_fs_left .bd li img {
    width: 100%;
    height: 338px;
}

.main_fs_left .bd li p {
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    /*padding-left: 20px;*/
    text-indent: 8px;
    /*background: url(201908_shouye_tmbg_03.png) repeat;*/
    background: url(201908_float-bg.png) repeat;
}

.main_fs_left .bd li p a {
    font-size: 20px;
    color: #ffffff;
    line-height: 45px;
}

.main_fs_left .hd {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 2;
}

.main_fs_left .hd li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    cursor: pointer;
    background: url(201908_shouye_44.png) no-repeat;
}

.main_fs_left .hd li.on {
    background: url(201908_shouye_42.png) no-repeat;
}

.main_fs_right {
    width: 585px;
}

.main_fs .main_fs_right ul li.moreContent {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ff6a1a;
    margin-bottom: 15px;
    background: none;
}

.main_fs .main_fs_right ul li.moreContent h3 {
    font-size: 24px;
    color: #666666;
    line-height: 40px;
}

.main_fs .main_fs_right ul li.moreContent p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.main_fs .main_fs_right ul li.moreContent p a {
    color: #c7484b;
}

.main_fs .main_fs_right ul li {
    background: url(201908_shouye_38.png) no-repeat left center;
    padding-left: 15px;
}

.main_fs .main_fs_right ul li a {
    line-height: 40px;
    font-size: 20px;
    color: #666666;
}

.main_cont_top {
    height: 65px;
    margin-top: 60px;
}

.main_cont_top img {
    width: 75px;
}

.main_cont_top div {
    width: 1115px;
    height: 60px;
    line-height: 55px;
    border-bottom: 1px solid #ff6a1a;
    background: url(201908_shouye_tb_03.png) no-repeat left bottom;
}

.main_cont_top div span {
    font-size: 34px;
    font-weight: bold;
    color: #de4109;
}

.main_cont_top div a {
    width: 60px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    background: #ff6a1a;
}

.main_zt .main_zt_content {
    margin-top: 30px;
    zoom: 1;
}

.main_zt .main_zt_content li {
    width: 216px;
    height: 330px;
    margin-right: 30px;
    float: left;
    text-align: center;
    background: url(201908_shouye_51.png) no-repeat left top;
}

.main_zt .main_zt_content li .province {
    text-align: center;
    width: 135px;
    height: 135px;
    margin: 35px auto 0;
    overflow: hidden;
}

.main_zt .main_zt_content li .province img {
    width: 100%;
    height: 135px;
}

.main_zt .main_zt_content li h3 {
    font-size: 24px;
    color: #e54c00;
    line-height: 60px;
    text-align: center;
}

.main_zt .main_zt_content li a.btn {
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin: 30px 0;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    text-align: center;
    background: url(201908_shouye_tb_07.png) no-repeat left top;
}

.main_zt .main_zt_content li a.btn i {
    margin-right: 5px;
}

/*丰收影像*/
.main_yx_content {
    margin-top: 35px;
    position: relative;
    zoom: 1;
}

.main_yx_left {
    width: 600px;
    height: 520px;
    position: relative;
}

.main_yx_left .prev, .main_yx_left .next {
    width: 66px;
    height: 66px;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.main_yx_left .prev {
    right: 68px;
    background: url(201908_shouye_jiantou_03.png) no-repeat;
}

.main_yx_left .next {
    background: url(201908_shouye_jiantou_05.png) no-repeat;
    right: 0px;
}

.main_yx_left .bd ul li {
    height: 520px;
    position: relative;
    float: left;
}

.main_yx_left .bd ul li a {
    display: block;
    width: 600px;
    height: 450px;
    text-align: center;
    position: relative;
}

.main_yx_left .bd ul li a i {
    display: inline-block;
    position: absolute;
    top: 335px;
    left: 87%;
    margin-left: -45px;
    width: 78px;
    height: 78px;
    cursor: pointer;
    background: url(201908_shouye_tb_11.png) no-repeat center center;
}

.main_yx_left .bd ul li p {
    font-size: 20px;
    color: #de4109;
    line-height: 60px;
    font-weight: bold;
}

.main_yx_left .bd ul li img {
    width: 600px;
    height: 450px;
}

.main_yx_right {
    width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_yx_right ul li {
    float: left;
    width: 299px;
    height: 225px;
    margin-left: 1px;
    margin-top: 1px;
    position: relative;
}

.main_yx_right ul li a {
    display: block;
    width: 299px;
    height: 225px;
}

.main_yx_right ul li a img {
    width: 299px;
    height: 225px;
}

.main_yx_right ul li a i {
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    left: 85%;
    margin-left: -35px;
    top: 80%;
    margin-top: -35px;
    background: url(201908_shouye_58.png) no-repeat center center;
}

/*节庆活动  3d轮播*/
.main_jqhd_content {
    height: 510px;
    width: 1200px;
    margin-top: 30px;
    background: url(201908_shouye_3dbg_03.png) no-repeat;
    border: 1px solid transparent
}

#focus_Box {
    position: relative;
    width: 1045px;
    height: 450px;
    margin: 30px auto;
}

#focus_Box ul {
    position: relative;
    width: 1045px;
    height: 450px
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 650px;
    background: #787878;
    height: 440px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
}

#focus_Box li img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

#focus_Box li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 58px;
    line-height: 58px;
    /*background: url(201908_shouye_3dTitlebg_06.png) repeat;*/
    background: url(201908_shouye_pinkbg_13.png) repeat;
    text-indent: 8px;
    color: #fff;
}

#focus_Box li p span {
    display: inline-block;
    width: 70%;
    height: 58px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
}

#focus_Box .prev, #focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 180px;
}

#focus_Box .prev {
    background: url(201908_shouye_19.png) no-repeat;
    left: -115px
}

#focus_Box .next {
    background: url(201908_shouye_22.png);
    right: -115px
}

/*丰收文化展*/
.main_whz_content {
    margin-top: 30px;
    width: 1200px;
    position: relative;
}

.main_whz_content .prev, .main_whz_content .next {
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 40px;
    z-index: 2;
}

.main_whz_content .prev {
    left: -15px;
    background: url(201908_shouye_jiantou_14.png) no-repeat;
}

.main_whz_content .next {
    right: -15px;
    background: url(201908_shouye_jiantou_17.png) no-repeat;
}

.main_whz_content li {
    width: 395px;
    height: 364px;
    margin: 0 3px;
    float: left;
    text-align: center;
    overflow: hidden;
    background: url(201908_shouye_whzbg_07.png) no-repeat left top;
}

.main_whz_content li a.img {
    width: 380px;
    height: 214px;
    margin-top: 7px;
    display: inline-block;
    position: relative;
}

.main_whz_content li a.img i {
    width: 50px;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -24px;
    background: url(201908_shouye_nmfc_15.png) no-repeat center center;
    cursor: pointer;
    display: none;
}

.main_whz_content li a img {
    width: 380px;
    height: 214px;
}

.main_whz_content li .Title_h3 {
    color: #838f10;
    font-size: 24px;
    line-height: 60px;
    padding: 0 25px;
    text-align: left;
    font-weight: bold;
}

.main_whz_content li p {
    padding: 0 25px;
    color: #666666;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    margin-top: 5px;
}

.main_whz_content li:hover {
    background: url(201908_shouye_whzbg_09.png) no-repeat left top;
}

.main_whz_content li:hover .Title_h3 {
    color: #ffffff;
}

.main_whz_content li:hover p {
    color: #ffffff;
}

.main_whz_content li:hover a.img i {
    display: inline-block;
}

/*农民风采*/
.main_nmfc_content {
    margin-top: 30px;
}

.main_nmfc_content ul {
    zoom: 1;
}

.main_nmfc_content ul li {
    width: 280px;
    height: 415px;
    float: left;
    margin-right: 26px;
}

.main_nmfc_content ul li a.img {
    width: 280px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.main_nmfc_content ul li a img {
    width: 280px;
    height: 300px;
}

.main_nmfc_content ul li .Title_h3 {
    font-size: 20px;
    color: #de4109;
    line-height: 55px;
    font-weight: bold;
}

.main_nmfc_content ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

/*美丽乡村*/
.main_mlxc_content {
    margin-top: 30px;
    zoom: 1;

}

.main_mlxc_content ul li {
    width: 380px;
    height: 705px;
    float: left;
    margin-right: 30px;
}

.main_mlxc_contTop a.img {
    display: block;
    width: 380px;
    height: 250px;
    overflow: hidden;
}

.main_mlxc_contTop a.img img {
    width: 100%;
    height: 250px;
}

.main_mlxc_contTop a.title_h3 {
    font-size: 20px;
    color: #de4109;
    font-weight: bold;
    line-height: 59px;
}

.main_mlxc_contTop p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.main_mlxc_contTop p span {
    background: url(201908_shouye_69.png) no-repeat left center;
    padding-left: 18px;
    float: right;
}

.main_mlxc_contBot {
    margin-top: 20px;
    border-top: 5px solid #ffcf21;
    overflow: hidden;
}

.main_mlxc_contBot dl {
    margin-top: 15px;
    zoom: 1;
    width: 100%;
}

.main_mlxc_contBot dl dt a {
    display: block;
    width: 100px;
    height: 75px;
    overflow: hidden;
}

.main_mlxc_contBot dl dt a img {
    width: 100%;
    height: 75px;
}

.main_mlxc_contBot dl dd {
    width: 255px;
}

.main_mlxc_contBot dl dd a {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    display: block;
}

.main_mlxc_contBot dl dd span {
    display: inline-block;
    margin-top: 10px;
    color: #999999;
    background: url(201908_shouye_69.png) no-repeat left center;
    padding-left: 18px;
}

/*全民推荐、丰收歌会*/
.main_tj_gh {
    zoom: 1;
    /*height: 565px;*/
}

.main_qmtj {
    width: 795px;
}

.main_fsgh {
    width: 385px;
}

.main_qmtj .main_cont_top div {
    width: 700px;
}

.main_qmtj_lb .qmtj_hd ul li {
    float: left;
    margin-right: 65px;
    line-height: 88px;
}

.main_qmtj_lb .qmtj_hd ul li a {
    font-size: 24px;
    color: #707a0b;
}

.main_qmtj_lb .qmtj_hd ul li.on {
    font-weight: bold;
    font-size: 26px;
}

.qmtj_lbbox {
    position: relative;
    width: 795px;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li {
    width: 246px;
    height: 381px;
    float: left;
    margin-right: 25px;
    text-align: center;
    background: url(201908_shouye_tj_32.png) no-repeat left top;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li span {
    font-size: 16px;
    width: 190px;
    text-align: left;
    display: inline-block;
    color: #666666;
    font-weight: bold;
    line-height: 35px;
    margin-top: 10px;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li a.img {
    width: 190px;
    height: 260px;
    display: inline-block;
    overflow: hidden;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li a.img img {
    width: 100%;
    height: 260px;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li p {
    width: 145px;
    height: 39px;
    line-height: 39px;
    margin: 20px auto 0;
    background: url(201908_shouye_tj_39.png) no-repeat left top;
}

.main_qmtj_lb .qmtj_bd .tj_detail_bd li p a {
    font-size: 20px;
    color: #ffffff;
}

.tj_detail_hd {
    margin-top: 20px;
    margin-left: 348px;

}

.tj_detail_hd li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.tj_detail_hd li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(201908_shouye_tj_46.png) no-repeat center center;
}

.tj_detail_hd li.on {
    width: 25px;
}

.tj_detail_hd li.on a {
    width: 25px;
    background: url(201908_shouye_tj_44.png) no-repeat center center;
}

.main_fsgh .main_cont_top div {
    width: 295px;
}

.main_fsgh_content {
    width: 380px;
    height: 470px;
    margin-top: 30px;
    background: url(201908_shouye_tj_30.png) no-repeat left top;
}

.main_fsgh_content ul {
    padding: 14px 15px 0;
    zoom: 1;
}

.main_fsgh_content ul li {
    margin: 13px 40px;
    float: left;
    width: 88px;
    height: 125px;
}

.main_fsgh_content ul li a {
    display: block;
    width: 88px;
    height: 125px;
    text-align: center;
}

.main_fsgh_content ul li a img {
    width: 88px;
    height: 88px;
}

.main_fsgh_content ul li a span {
    margin-top: 15px;
    width: 88px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

/*主题发布*/
.main_ztfb_content {
    margin-top: 15px;
}

.main_ztfb_content ul li {
    float: left;
    margin: 15px 30px 15px 0;
    width: 585px;
    height: 200px;
}

.main_ztfb_content ul li a {
    display: block;
    width: 585px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.main_ztfb_content ul li a img {
    width: 100%;
    min-height: 100%;
}

.main_ztfb_content ul li a span {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 180px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
}

/*底部*/
.main_footer {
    margin-top: 50px;
    border-top: 1px solid #c9ab87;
    padding-bottom: 240px;
}

.main_footer img {
    margin-top: 45px;
}

.main_footer_content {
    width: 825px;
    margin-left: 60px;
    margin-top: 30px;
}

.main_footer_mes {
    zoom: 1;
}

.main_footer_mes dl {
    margin-left: 35px;
}

.main_footer_mes dt a {
    font-size: 18px;
    color: #955911;
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
    border-bottom: 2px solid #955911;
}

.main_footer_mes dd a {
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    color: #955911;
}

.main_footer_content p {
    padding-left: 35px;
    color: #955911;
    font-size: 16px;
    line-height: 45px;
}

/*地方专题*/
.main_xjnav {
    width: 100%;
    min-width: 1200px;
    background: url(201908_xj_navbj_02.png) no-repeat;
}

.main_xjnav .main_nav ul li a {
    color: #ffffff;
}

.nowlocation {
    text-align: right;
    line-height: 60px;
}

.nowlocation a {
    font-size: 16px;
    color: #666666;
}

.main_xj_title {
    margin-top: 0;
}

.main_xj_title div {
    width: 100%;
}

.main_xj_title div span {
    font-size: 30px;
}

.main_xjzt ul li {
    margin-bottom: 30px;
}

.main_xjcontainer {
    background: url(201908_xj_botbg_06.png) no-repeat left bottom;
}

/*列表*/
.main_xj_left .main_xj_left_title {
    width: 240px;
    height: 60px;
    text-align: center;
    background: url(201908_xj_navbj_05.png) no-repeat;
}

.main_xj_left .main_xj_left_title a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.main_xj_left ul {
    width: 238px;
    border: 1px solid #f5e4cf;
}

.main_xj_left ul li {
    height: 55px;
    text-align: center;
    border-top: 1px solid #f5e4cf;
}

.main_xj_left ul li a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #666666;
    padding-left: 20px;
}
.main_xj_left ul li.active{
    background: #fbf5ee;
    /*background: url(201908_xj_navbj_08.png) no-repeat;*/
}
.main_xj_left ul li.active a{
    background: url(201908_xj_lbNavbg_03.png) no-repeat left center;
}
.main_xj_left ul li:hover {
    background: #fbf5ee;
}
.main_xj_left ul li:hover a{
    background: url(201908_xj_lbNavbg_03.png) no-repeat left center;
}

.main_xj_right {
    width: 930px;
}

.main_xj_right_title {
    line-height: 60px;
    border-bottom: 1px solid #f7b2b7;
}

.main_xj_right_title a {
    font-size: 30px;
    color: #e60012;
}

.main_xj_right ul {
    margin-top: 20px;
    border-bottom: 1px solid #f7b2b7;
}

.main_xj_right ul li {
    padding-left: 15px;
    line-height: 38px;
    background: url(201908_xj_lbbg_03.png) no-repeat left center;
}

.main_xj_right ul li:after {
    clear: both;
    content: '';
    display: table;
}

.main_xj_right ul li a {
    color: #333333;
    font-size: 16px;
    float: left;
}

.main_xj_right ul li span {
    float: right;
    font-size: 16px;
    color: #666666;
}

/*分页样式*/
.nyPage {
    padding: 20px 0;
    text-align: center;
}

.nyPage .prev {
    font-size: 16px;
    color: #333;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: url(201908_xj_fenye_07.png) no-repeat top;
    /*margin-top: 1px;*/
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.nyPage .next {
    font-size: 16px;
    color: #333;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: url(201908_xj_fenye_13.png) no-repeat top;
    margin-right: 65px;
    margin-left: 5px;
    /*margin-top: 1px;*/
    display: inline-block;
    vertical-align: middle;
}

.nyPage .pageBtn {
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(201908_xj_fenye_11.png) no-repeat;
    vertical-align: middle;
    margin: 0 2px;
}

.nyPage .pageBtn.active {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(201908_xj_fenye_09.png) no-repeat;
    color: #ffffff;
}
.nyPage .pageBtn:hover{
    color: #ffffff;
    background: url(201908_xj_fenye_09.png) no-repeat;
}

.nyPage .pageInput {
    display: inline-block;
    width: 40px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding: 6px 0 6px 0;
    border: none;
    background: url(201908_xj_fenye_17.png) no-repeat left top;
    vertical-align: middle;
    text-align: center;
    color: #333333;
}

.nyPage span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin-left: 5px;
}

.nyPage .selectPage {
    display: inline-block;
    width: 95px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #333333;
    background: url(201908_xj_fenye_15.png);
    vertical-align: middle;
}

/*详情页*/
.main_xj_detail {
    border-top: 1px solid #f7b2b7;
    margin-top: 20px;
}

.main_xj_detail .detail_title {
    color: #e60012;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    margin-top: 20px;
}

.main_xj_share {
    background: #fbf5ee;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #f4e2cc;
}

.main_xj_share span {
    margin-left: 20px;
    color: #666666;
}

.xj_share_right em {
    font-style: normal;
}

.xj_share_right .changeFont em {
    cursor: pointer;
    margin: 0 5px;
}

.xj_share_right .print {
    padding-left: 20px;
    background: url(201908_xj_dy_14.png) no-repeat left center;
}
.xj_share_right .print em{
    color: #666666;
}

.xj_share_content {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    width: 203px;
}

.xj_share_content a {
    line-height: 21px;
}

.xj_share_content a img {
    margin-top: -3px;
    vertical-align: middle;
}

.main_detail_content {
    padding-top: 25px;
}

.main_detail_content p {
    line-height: 35px;
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}

.main_detail_content img {
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}

.sr-bdimgshare {
    display: none !important;
}

.main_xj_detail_list {
    margin-top: 30px;
}

.main_xj_detail_list .detail_list_title {
    border-top: 1px solid #f4e2cc;
    border-bottom: 1px solid #f4e2cc;
    background-color: #fbf5ee;
    height: 41px;
    line-height: 41px;
    padding-left: 45px;
    background-image: url(201908_xj_xqbg_27.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.detail_list_title a {
    font-size: 18px;
    color: #de4109;
    font-weight: bold;
}

.main_xj_detail_list ul {
    padding: 20px 40px;
}

.main_xj_detail_list ul li {
    line-height: 35px;
    padding-left: 15px;
    background: url(201908_xj_lbbg_03.png) no-repeat left center;
}

.main_xj_detail_list ul li span {
    font-size: 16px;
    color: #666666;
}

.main_xj_detail_list ul li a {
    font-size: 16px;
    color: #666666;
    margin-left: 18px;
}

/*搜索列表*/
.main_xj_searchK {
    height: 104px;
    background: #fbf5ee;
    border: 1px solid #fccbae;
    text-align: center;
    overflow: hidden;
}

.main_xj_searchCenter {
    width: 630px;
    height: 40px;
    margin: 32px auto 0;
}

.main_xj_searchK h3 {
    color: #e60012;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    float: left;
}

.main_xj_searchK .main_xj_searchContent {
    float: left;
    border: none;
    width: 466px;
    margin-left: 5px;
    height: 40px;
    vertical-align: middle;
    background: url(201908_xj_search_03.png) no-repeat;
}

.main_xj_searchK .main_xj_searchContent input {
    width: 420px;
    padding: 12px 0 12px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    background: transparent;
}

.main_xj_searchK .main_xj_searchBtn {
    float: left;
    width: 30px;
    height: 40px;
    margin-left: 5px;
    color: transparent;
    vertical-align: middle;
    background: url(201908_xj_search_06.png) no-repeat left 4px;
    cursor: pointer;
}

.main_xj_searchList {
    width: 100%;
}

.xj_searchList_title {
    border-bottom: 1px solid #ff6a1a;
    margin-top: 25px;
}

.xj_searchList_title span {
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: url(201908_xj_navbj_05.png) no-repeat;
}

.xj_article_list {
    margin-top: 10px;
}

.xj_article_list li {
    height: 54px;
    line-height: 54px;
    padding-left: 15px;
    background: url(201908_xj_lbbg_03.png) no-repeat left center;
    border-bottom: 1px dashed #f4e2cc;
}

.xj_article_list li a {
    float: left;
    color: #333333;
}

.xj_article_list li a em {
    color: #e75d26;
    font-style: normal;
}

.xj_article_list li span {
    float: right;
    color: #666666;
}

/*图片列表*/
.main_xj_tpList {
    width: 930px;
}

.main_xj_tpList ul li {
    float: left;
    background: #fff9e6;
    border: 1px solid #fff0e8;
    height: 221px;
    width: 286px;
    text-align: center;
    margin: 24px 30px 24px 0;
    position: relative;
    padding: 0;
    font-size: 0;
}

.main_xj_tpList ul li a {
    display: block;
    font-size: 0;
}

.main_xj_tpList ul li a img {
    width: 278px;
    height: 183px;
    margin-top: 5px;
}

.main_xj_tpList ul li a span {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #333333;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.main_xj_zdContent {
    padding-bottom: 30px;
    border-bottom: 1px solid #f4e2cc;
}

.main_xj_zdContent h3 {
    font-size: 28px;
    color: #666666;
    font-weight: bold;
    line-height: 90px;
    text-indent: 2em;
}

.main_xj_zdContent p {
    padding: 0 20px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
}

/*地区专题*/
.xj_zxzx_content {
    margin-top: 30px;
    zoom: 1;
}

.xj_zxzx_content li {
    position: relative;
    width: 580px;
    border-bottom: 5px solid #ffcf21;
}

.xj_zxzx_content li a {
    display: block;
}

.xj_zxzx_content li img {
    width: 100%;
}

.xj_zxzx_content li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 140px;
    color: #de4109;
    font-size: 20px;
    font-weight: bold;
    text-indent: 20px;
    background: url(201908_xj_wzbj_06.png) no-repeat;
    cursor: pointer;
}

.main_xj_mtbd .main_xj_title {
    margin-top: 45px;
}

.xj_mebd_list li {
    border-bottom: 1px dashed #fcb188;
}

.xj_mebd_list li a {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
}

.xj_mebd_list li p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-right: 310px;
}

.xj_mebd_list li span {
    font-size: 16px;
    color: #999999;
    margin-right: 5px;
    line-height: 50px;
}

.xj_mebd_list li.active a {
    color: #de4109;
}

.xj_mebd_list li:hover a {
    color: #de4109;
}

.main_yx .main_xj_title {
    margin-top: 45px;
}