*{margin: 0;padding: 0;}
a:hover{
    color: #900406 !important;
}
/* 头条 */
.m_toutiao{
    width: 100%;
    height: 186px;
    background: url(../images/toutiao.png)top center no-repeat;
    position: relative;
}
.m_toutiao img{
    float: left;
    width: 90px;
    height: auto;
    margin-left: 43px;
    margin-top: 46px;
}
.m_toutiao .txt{
    max-width: 920px;
    margin-top: 46px;
    float: left;
    max-height: 95px;
    margin-left: 30px;
}
.m_toutiao .txt h3 a{
    display: block;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
    padding-top: 7px;
	letter-spacing: 0px;
	color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.m_toutiao .txt p{
    font-size: 16px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    padding-top: 13px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_toutiao .more{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
    float: right;
    margin-top: 86px;
    margin-right: 28px;
}
.m_toutiao .more::before{
    position: absolute;
    content: "";
    margin-top: 13px;
    margin-left: 60px;
    border-color: transparent transparent transparent #900406;
    border-style: solid;
    border-width: 6px 8px;
}
/* 党建动态 */
.g_left{
    width: 678px;
    height: 500px;
    float: left;
}
.g_left .lf_top{
    width: 678px;
    height: 360px;
}
.g_left .lf_top .dt_img{
    width: 678px;
    height: 360px;
    overflow: hidden;
}
.g_left .lf_top .dt_img img{
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.g_left .lf_top .dt_img img:hover{
    transform:scale(1.2);
    transition: 0.5s;
}
.g_left .lf_top .dt_txt{
    width: 100%;
    height: 50px;
	background-color: rgba(176,29,32, 0.6);
    position: relative;
    margin-top: -50px;
}
.g_left .lf_top .dt_txt span{
    max-width: 580px;
    display: block;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
    padding-left: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.g_left .lf_top .hd ul{
    width: 78px;
    height: auto;
    float: right;
    position: relative;
    margin-top: -30px;
}
.g_left .lf_top .hd ul li{
    width: 10px;
	height: 10px;
	border: solid 1px #ffffff;
	opacity: 0.7;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
}
.g_left .lf_top .hd ul li.on{
    background: #fff;
    opacity: 1;
}
.g_left .lf_btn{
    width: 100%;
    height: auto;
    margin-top: 21px;
}
.g_left .lf_btn .lf_list{
    width: 121px;
	height: 119px;
    background: url(../images/icon_bg.png) top center no-repeat;
    float: left;
    margin-right: 18px;
}
.g_left .lf_btn .lf_list:hover img{
    transform: rotate(360deg);
    transition: 0.5s;
}
.g_left .lf_btn .lf_list:last-child{
    margin-right: 0px;
}
.g_left .lf_btn .lf_list img{
    display: block;
    max-width: 45px;
    margin: 0 auto;
    margin-top: 24px;
}
.g_left .lf_btn .lf_list span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 5px;
}
.g_right{
    width: 520px;
	height: 500px;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffefef),to(#fff));
    background: -webkit-linear-gradient(top,#ffefef,#fff);
    background: -o-linear-gradient(top,#ffefef 0,#fff 100%);
    background: linear-gradient(180deg,#ffefef,#fff);
	border: solid 1px #efe1e5;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.g_right .biaoti{
    width: 100%;
    height: auto;
    float: left;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),to(#fbefef));
    background: -webkit-linear-gradient(left,#fff 0,#fbefef);
    background: -o-linear-gradient(left,#fff 0 0,#fbefef 100%);
    background: linear-gradient(90deg,#fff 0,#fbefef);
    height: 70px;
    -webkit-box-shadow: 0 6px 10px 0 #ffe7e6;
    box-shadow: 0 6px 10px 0 #ffe7e6;
}
.g_right .biaoti img{
    float: left;
    width: 272px;
    height: auto;
}
.g_right .biaoti .more{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
    float: right;
    margin-top: 25px;
    margin-right: 28px;
}
.g_right .biaoti .more::before{
    position: absolute;
    content: "";
    margin-top: 13px;
    margin-left: 60px;
    border-color: transparent transparent transparent #900406;
    border-style: solid;
    border-width: 6px 8px;
}
.g_right .lr_list{
    width: 453px;
    padding: 0px 29px 0px 36px;
    height: auto;
    float: left;
}
.g_right .lr_list ul li{
    width: 100%;
    height: 60px;
    border-bottom: solid 2px #e5e5e5;
}
.g_right .lr_list ul li a{
    line-height: 60px;
    max-width: 400px;
    margin-right: 10px;
    float: left;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.g_right .lr_list ul li span{
    height: auto;
    float: right;
    font-size: 15px;
	font-weight: bold;
	line-height: 16px;
    color: #999999;
    margin-top: 16px;
    text-align: center;
}
.g_right .lr_list ul li span b{
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}
/* .g_right .lr_list::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 64px;
    bottom: -1px;
    z-index: 4;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(70%,hsla(0,0%,100%,.4)),to(#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 70%,#fff);
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.4) 70%,#fff 100%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 70%,#fff);
} */
/* 征集 */
.m_zhengji{
    width: 100%;
    height: 149px;
    background: url(../images/zhengji_bg.png)center center no-repeat;
    background-size: auto 143px;
    margin-top: 23px;
}
.m_zhengji .zhengji{
    display: block;
    width: 448px;
    height: auto;
    margin-top: 49px;
    margin-left: 30px;
}
.m_zhengji a img{
    width: 227px;
    height: auto;
    margin-top: 32px;
    margin-right: 68px;
}
/* 百家优秀农技协 */
.m_njx{
    margin-top: 75px;
    height: 900px;
    background: url(../images/njx_bg.png)bottom center no-repeat;
}
.map{
    margin-top: 108px;
}
.map .nansha{
    position: relative;
    margin-left: 653px;
    margin-top: -154px;
}
.m_njx .njx_fr{
    width: 380px;
	height: 515px;
    margin-top: 148px;
    background: url(../images/njx.png) no-repeat;
}
.m_njx .njx_fr #pr{
    display: block;
    width: 327px;
	height: 51px;
    background: url(../images/njx_bg1.png) no-repeat;
    margin-top: 41px;
    margin-left: 25px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 2px;
	color: #ffffff;
    padding-left: 14px;
}
.m_njx .njx_fr ul{
    height: 400px;
    overflow-y: auto;
}
.m_njx .njx_fr ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 16px;
}
.m_njx .njx_fr ul li em{
    margin-left: 39px;
    float: left;
}
.m_njx .njx_fr ul li a {
    color: #000;
    padding-left: 10px;
    display: block;
    float: left;
    width: 78%;
}
/* 百位农技协会长 百家科技小院 */
.m_huizhang{
    width: 100%;
    height: auto;
    background: url(../images/yuan_bg.png)bottom center no-repeat;
}
.g_huizhang{
    width: 100%;
    height: auto;
    margin-top: 69px;
}
.g_huizhang .bd{
    height: 641px;
    background: url(../images/bg_line.png) 0px 486px no-repeat;
}
.g_huizhang .bd ul{
    width: 1242px;
}
.g_huizhang .bd ul li{
    width: 372px;
    height: 100%;
    float: left;
    margin-right: 42px;
}
.g_huizhang .bd ul li .hz_top{
    width: 372px;
	height: 467px;
	background-color: #da9b5e;
    position: relative;
}
.g_huizhang .bd ul li .hz_top .hz_img{
    width: 372px;
	height: 467px;
    overflow: hidden;
}
.g_huizhang .bd ul li .hz_top .hz_img img{
    width: 100%;
    height: auto;
}
.g_huizhang .bd ul li .hz_top a span{
    display: block;
    position: relative;
    font-family: HYa4gj;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
    float: right;
    margin-top: -51px;
    margin-right: 38px;
}
.g_huizhang .bd ul li .hz_top a::before{
    content: "";
    position: absolute;
    width: 372px;
    height: 120px;
    bottom: 0px;
    background: url(../images/huizhang_bg.png)no-repeat;
}
.g_huizhang .bd ul li .hz_ton{
    width: 372px;
	height: 87px;
    margin-top: 87px;
    background: url(../images/huizhang.png)no-repeat;
}
.g_huizhang .bd ul li .hz_ton span{
    max-width: 290px;
    height: auto;
    font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	letter-spacing: 0px;
	color: #a27336;
    margin-left: 62px;
}
.g_huizhang .bd ul li .hz_ton span:nth-child(1){
    padding-top: 19px;
}
.g_huizhang .hd{
    width: 1200px;
    margin: 0 auto;
}
.g_huizhang .hd .prev{
    width: 48px;
	height: 39px;
    background: url(../images/prev.png)no-repeat;
    position: relative;
    margin-top: -426px;
    margin-left: -68px;
}
.g_huizhang .hd .next{
    width: 48px;
	height: 39px;
    background: url(../images/next.png)no-repeat;
    position: relative;
    margin-top: -426px;
    margin-right: -68px;
}
.g_huizhang .hd .prev:hover{
    background: url(../images/prev_cur.png) no-repeat;
}
.g_huizhang .hd .next:hover{
    background: url(../images/next_cur.png) no-repeat;
}
.g_xiaoyuan{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.g_yuan .hd{
    width: 100%;
    height: auto;
    float: left;
}
.g_yuan .hd ul li{
    padding: 15px 32px 17px;
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 8px;
	letter-spacing: 0px;
    float: left;
	color: #333333;
    position: relative;
}
.g_yuan .hd ul li:hover{
    cursor: pointer;
}
.g_yuan .hd ul li.on{
    color: #fff;
    background: #e11b33;
}
.g_yuan .hd ul li.on::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 40px;
    left: 42%;
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #e11b33;
}
.g_yuan .tab_con{
    width: 1193px;
	height: 380px;
	border: solid 1px #e11b33;
    margin-top: 40px;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
.g_yuan .tab_con::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: 380px;
    background: url(../images/shade.png) no-repeat;
}
.g_yuan .tab_con .con_item{
    width: 100%;
    height: auto;
    display: none;
}
.g_yuan .tab_con .act{
    display: block;
}
.yuan_lf{
    width: 530px;
	height: 324px;
    margin: 26px 27px 0px 30px;
    float: left;
}
.yuan_lf .bd ul li{
    width: 530px;
	height: 324px;
    overflow: hidden;
}
.yuan_lf .bd ul li .y_litpic{
    width: 530px;
	height: 324px;
    overflow: hidden;
}
.yuan_lf .bd ul li .y_litpic img{
    width: 100%;
    height: auto;
}
.yuan_lf .bd ul li .y_txt{
    width: 530px;
	height: 50px;
	background-color: rgba(225,27,51, 0.6);
    position: relative;
    margin-top: -50px;
}
.yuan_lf .bd ul li .y_txt span{
    max-width: 410px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-left: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.yuan_list{
    max-width: 580px;
    float: left;
    margin-top: 26px;
}
.yuan_list h3 a{
    display: block;
    max-width: 550px;
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
    padding-top: 7px;
	color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.yuan_list span{
    max-width: 550px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    padding-top: 13px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yuan_list ul{
    width: 578px;
    height: auto;
    margin-top: 27px;
    border-top: solid 1px #e5e5e5;
}
.yuan_list ul li{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.yuan_list ul li img{
    position: relative;
    top: 4px;
    margin-right: 13px;
}
.yuan_list ul li a{
    display: block;
    float: left;
    width: 552px;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
/* 百位最美农技协人 */
.m_renwu{
    width: 100%;
    min-height: 737px;
}
.m_renwu .lanmu{
    margin-bottom: 23px;
    margin-top: 47px;
}
.g_remwu{
    width: 50%;
    height: 540px;
}
.g_remwu .renwu_di{
    width: 956px;
    height: 540px;
}
.g_remwu .renwu_di .remwu_list{
    width: 478px;
    height: 269px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.g_remwu .renwu_di .remwu_list .rw_litpic{
    width: 239px;
	height: 269px;
    overflow: hidden;
    float: left;
}
.g_remwu .renwu_di .remwu_list .rw_litpic img{
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.g_remwu .renwu_di .remwu_list .rw_litpic img:hover{
    transform:scale(1.2);
    transition: 0.5s;
}
.g_remwu .renwu_di .remwu_list .rw_txt{
    width: 239px;
	height: 269px;
	background-color: #f9f9f9;
    float: left;
}
.g_remwu .renwu_di .remwu_list .rw_txt a h3{
    width: 191px;
    height: 53px;
    font-size: 20px;
    font-weight: bold;
    line-height: 53px;
    margin-left: 23px;
	letter-spacing: 0px;
	color: #000000;
    border-bottom: 2px solid #bb0306;
    margin-bottom: 15px;
}
.g_remwu .renwu_di .remwu_list .rw_txt a span{
    display: block;
    width: 186px;
    font-size: 16px;
    margin-left: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}
.g_remwu .renwu_di .remwu_list:nth-child(3) .rw_litpic,
.g_remwu .renwu_di .remwu_list:nth-child(4) .rw_litpic{
    float: right;
}
.g_remwu .renwu_di .remwu_list:nth-child(3) .rw_txt,
.g_remwu .renwu_di .remwu_list:nth-child(4) .rw_txt{
    float: left;
}
.g_remwu .renwu_di .remwu_list .rw_txt::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 116px;
    left: 200px;
    display: inline-block;
    border: 20px solid transparent;
    border-top-color: #f9f9f9;
    transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg);
}
.g_remwu .renwu_di .remwu_list:nth-child(3) .rw_txt::before,
.g_remwu .renwu_di .remwu_list:nth-child(4) .rw_txt::before{
    left: 238px;
    transform:rotate(-90deg);
-ms-transform:rotate(-90deg); 	/* IE 9 */
-moz-transform:rotate(-90deg); 	/* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
-o-transform:rotate(-90deg);
}
/* 百项优质农产品 */
.m_chanpin{
    width: 100%;
    height: 935px;
    background: url(../images/chanpin_bg.png) top center no-repeat;
}
.m_chanpin .lanmu{
    margin-top: 70px;
    margin-bottom: 34px;
}
.m_chanpin .chanpin_lf{
    width: 100%;
	height: 371px;
}
.m_chanpin .chanpin_lf .bd .cp_vid{
    width: 662px;
	height: 371px;
	background-color: #bcacae;
    overflow: hidden;
    float: left;
    position: relative;
}
.m_chanpin .chanpin_lf .bd .cp_vid a img{
    width: 100%;
    height: auto;
}
.m_chanpin .chanpin_lf .bd .cp_vid a::before{
    content: "";
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(../images/bo1.png) no-repeat;
    margin-top: 163px;
    margin-left: 314px;
}
.m_chanpin .chanpin_lf .bd .cp_txt{
    width: 520px;
    height: 371px;
    float: left;
    padding-left: 18px;
}
.m_chanpin .chanpin_lf .bd .cp_txt a{
    display: block;
    max-width: 504px;
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    margin-top: 65px;
    margin-bottom: 67px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.m_chanpin .chanpin_lf .bd .cp_txt a:hover{
    color: #fff !important;
    font-weight: bold;
}
.m_chanpin .chanpin_lf .bd .cp_txt span{
    max-width: 504px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.m_chanpin .chanpin_lf .hd{
    width: 510px;
    float: right;
    margin-top: -40px;
}
.m_chanpin .chanpin_lf .hd ul li{
    width: 10px;
	height: 10px;
	border: solid 1px #e11b33;
	opacity: 0.7;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.m_chanpin .chanpin_lf .hd ul li.on{
    background-color: #e11b33;
    opacity: 1;
}
.cp_btn{
    width: 100%;
    height: 234px;
    margin-top: 30px;
    background: url(../images/cp_bor.png) bottom center no-repeat;
}
.cp_btn .bd ul li{
    width: 286px;
    height: 100%;
    float: left;
    margin-right: 19px;
}
.cp_btn .bd ul li .cp_img{
    width: 286px;
    height: 162px;
    overflow: hidden;
}
.cp_btn .bd ul li .cp_img img{
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.cp_btn .bd ul li .cp_img img:hover{
    transform:scale(1.2);
    transition: 0.5s;
}
.cp_btn .bd ul li a span{
    display: block;
    text-align: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 10px;
}
.cp_btn .hd{
    width: 1200px;
    margin: 0 auto;
}
.cp_btn .hd .prev{
    width: 16px;
    height: 26px;
    background: url(../images/cp_lf.png)no-repeat;
    position: relative;
    margin-top: -127px;
    margin-left: -36px;
}
.cp_btn .hd .next{
    width: 16px;
    height: 26px;
    background: url(../images/cp_fr.png)no-repeat;
    position: relative;
    margin-top: -127px;
    margin-right: -36px;
}
/* 党史百年 */
.m_dangjian .lanmu{
    margin-top: 70px;
    margin-bottom: 28px;
}
  .m_area_out .m_area {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
  }
  .m_area_out .m_area:after {
    content: "";
    display: block;
    clear: both;
  }
  .slideBox {
    float: left;
    width: 850px;
    height: 570px;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    position: relative;
  }
  .slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 1;
  }
  .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    list-style: none;
  }
  .slideBox .hd ul li{
      width: 10px;
      height: 10px;
      background: #fff;
      float: left;
      margin-left: 5px;
  }
  .slideBox .hd ul li.on{
      background-color: #bb0406;
  }
  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }
  .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
  }
  .slideBox .bd li img {
    width: 850px;
    height: 570px;
    display: block;
  }
  .slideBox .bd li .p1 {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;
    background-position: 0 0;
  }
  .slideBox .bd li .p1 h3 {
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
  }
/*要闻*/
.focus_news {
    width: 330px;
    float: right;
    padding: 26px 0 0;
  }
  .news_box {
    height: 698px;
  }
  .m_news {
    padding: 10px 10px 5px;
    background: #fff;
  }
  .m_news h3 {
    font-size: 20px;
    padding: 0 0 10px;
    text-align: center;
  }
  .m_news h3 a {
    color: #474747;
  }
  .m_news p {
    font-size: 16px;
    color: #474747;
    text-indent: 2em;
    line-height: 2em;
  }
  .m_news p a {
    color: #d72626;
  }
  .list {
    background: #fff;
  }
  .list li {
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    padding-left: 10px;
    line-height: 3em;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
  }
  .list li a {
    color: #323232;
  }
  .list li:hover {
    background:#c69455;
  }
  .list li:hover a {
    color: #fff;
  }
  .more {
    font-size: 12px;
    text-align: center;
  }
  .more a {
    float: right;
    display: block;
    color: #777;
    background: #e2e2e2 url(../images/more1.png) 180px center no-repeat;
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  .m_area_out_news .m_area {
    background: url(../images/bg_news.png) 0 0 no-repeat;
  }
  /*专版*/
  /*互动话题*/
  /*增加*/
  .slider_left {
    float: left;
    width: 870px;
  }
  .video_picbox {
    float: left;
    background: #bb0406;
  }
  .video_picbox ul {
    float: left;
    width: 100%;
    padding: 0 5px;
  }
  .video_picbox ul li {
    float: left;
    width: 277px;
    height: 195px;
    position: relative;
    margin: 0 5px 10px;
  }
  .video_picbox ul li img {
    width: 277px;
    height: 195px;
  }
  .video_picbox ul li p {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    height: 36px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
  }
  .video_picbox ul li span {
    position: absolute;
    width: 280px;
    height: 195px;
    background: url(../images/btn_video.png) center no-repeat;
    left: 0;
    top: 0;
  }
  .video_picbox .picbox {
    padding: 0 10px 0 0;
  }
  .video_picbox .picbox img {
    width: 270px;
    height: 400px;
  }
  .focus_news img {
    vertical-align: middle;
  }
  .news_box {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
/* 右侧 */
.asid_share{
    position:fixed;
    width: 190px;
    bottom:15%;
    right:3%;
    z-index:890;
}
.navrt{
    width: 100%;
    height: 346px;
    background: url(../images/right1.png) no-repeat;
}
.asid_share ul {
    width: 152px;
    height: 307px;
    margin-top: 24px;
    margin-left: 20px;
    position: absolute;
}
.asid_share ul li a{
    display: block;
    text-align: center;
    font-family: Bulter,QingKe,sans-serif,SimSun;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #f8cd92;
}
.asid_share ul li a:hover{
    color: #fff !important;
}