.hand{
    cursor: pointer;
}
.container.content{
    /*margin-top: 20px;*/
}
.box_left{
    width: 200px;
    height: 440px;
}
.box_left a.icon_link{
    display: block;
    height: 110px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    position: relative;
    line-height: 170px;
}
.box_left a.icon_link:hover,
.box_left a.icon_link.current{
    background: url("../images/icon_link.jpg");
    color: #ffffff;
}
.box_left a.icon_link:hover i,
.box_left a.icon_link.current i{
    color: #fff;
}
.box_left a.icon_link:hover span,.box_left a.icon_link.current span{
    color: #FFF;
}
.box_left .icon_link span{
    font-size: 50px;
    position: absolute;
    top: 20px;
    left: 75px;
    color: #7ac915;
}

.box_left a.icon_link i{
    font-size: 18px;
    width: 73px;
    padding-top: 48px;
    margin: 25px auto 0;
    text-align: center;
    color: #666;
    background: url("../images/icon_n.png") no-repeat 0 0;
}
.box_left a.icon_link.hy i{
    background-position: 0 -100px;
}
.box_left a.icon_link.qk i{
    background-position: 0 -200px;
}
.box_left a.icon_link.zc i{
    background-position: 0 -300px;
}
.box_left a.icon_link.mt:hover i,
.box_left a.icon_link.mt.current i{
    background-position: -65px 0;
}
.box_left a.icon_link.hy:hover i,
.box_left a.icon_link.hy.current i{
    background-position: -65px -100px;
}
.box_left a.icon_link.qk:hover i,
.box_left a.icon_link.qk.current i{
    background-position: -65px -200px;
}
.box_left a.icon_link.zc:hover i,
.box_left a.icon_link.zc.current i{
    background-position: -65px -300px;
}
.link-btn a{
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #00923f;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.link-btn a.cur{
    border-left: 1px solid #00923f;
    border-right: 1px solid #00923f;
    border-top: 2px solid #00923f;
    border-bottom: none;
}
.friend_link{
    background-color: #fff;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.friend_link .container{
    padding:0 0 20px 0;
    vertical-align: middle;
    font-size: 17px;
}
.friend_link .container .link a{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #505050;
}
.friend_link .container .link a:hover{
    color: #00923f;
}
.friend_link .container a img{
    width: 100%;
    height: 100%;
}
.friend_link .container .title{
    vertical-align: middle;
    display: table-cell;
    width:100px;
}
.footer{
    background-color: #00923f;
    height: 165px;
    overflow: visible;
}
.footer .container{
    overflow: visible;
}
.footer .info{
    float: left;
    color: #fff;
    width: 500px;
    margin-top: 60px;
}
.footer .qrcode{
    position: absolute;
    display: block;
    top: 20px;
    right: -90px;
    overflow: visible;
}
.footer .qrcode div{
    margin-left:10px;
}
.footer .qrcode img{
    height: 110px;
    width: 110px;
}
.footer .qrcode p{
    text-align: center;
    color: #ffffff;
}
.footer .looknum{
    float: left;
    height: 25px;
    margin-top: 60px;
}
.footer .looknum .look{
    display: block;
    float: left;
    height:25px;
    color: #ffffff;
    font-size:14px;
    line-height: 25px;
    text-align: center;
}
.footer .looknum .num{
    display: block;
    float: left;
    color: #d2a61f;
    font-size:21px;
    height:50px;
    width: auto;
    padding: 0px 10px 0px 5px;
    line-height: 25px;
}
/*新闻详细*/
.left{width: 870px; float: left;}

.news_detail h2{
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
}
.news_detail h2 + h3{
    text-align: center;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
}
.news_detail .info{margin-top: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px; padding-bottom: 10px}
.news_detail  .left-info{float: left;padding-bottom: 5px; }
.news_detail  .left-info > *{float: left; font-size: 12px; color: #5F5F5F}
.news_detail  .left-info dt{padding-right: 3px;font-family: "simsun";}
.news_detail  .left-info dd{padding-right: 17px;color: #333;font-family: "simsun";}


.news_detail  .right-func{float: right; color:#878787; font-size: 16px; cursor: pointer;position: relative}
.news_detail  .right-func a{color:#878787; }


.news_detail  .right-func dt{float: left;padding: 0 5px }
.news_detail  .right-func dt:hover{ color:#00913C; }
.news_detail .info:after{
    content:"";
    display: block;
    clear: both;
}
.info2{margin-bottom: 20px;}
.info2 > *{float: left;color: #5F5F5F; }
.info2 dt{font-size: 20px;padding: 0 10px; }
.info2 dd{font-size: 14px;font-size: 12px; line-height: 20px}
.info2:after{
     content:"";
    display: block;
    clear: both;   
}
.info2 dd span{
    color: #128F01;
    font-weight: bold;
}

.news_content p{text-indent: 28px;margin-bottom: 20px}

.share .hand{display: inline-block;padding: 0px 15px; background: #00933F;border-radius: 3px;color:#fff }
.share .hand{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.share .hand:hover{opacity: 0.8;}
.news_content p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.news_tags{
    line-height: 32px;
    font-size: 12px;
}
.news_tags a{
    margin-left:5px;
}
.news_preNext{
    padding: 10px;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
    line-height: 27px;
}
.news_preNext a{
    display: block;
    color: #333;
}
.news_preNext a:hover{
    color: #69b27b;
}
.news_preNext a i{
    color: #aaa;
}
.share{
    line-height: 45px;
}
.share .share_btn i.icon-thumbs-up{
    color: #fff;
    font-size: 23px;
}
.share .share_btn{
    font-size: 15px;
}
.right{ width:300px; float: right;}
.right .well{border-top: 3px solid #00913C;margin-bottom: 17px;padding-bottom: 10px;background: #fff; line-height: 21px;}
.right .well .banner-img{display: block; margin: 0 auto; margin-bottom: 5px;}
.right .well .title{line-height:40px;margin-bottom: 10px; color:#00913C; font-size: 16px;padding-left: 39px;border-bottom: 1px solid #ddd; }
 .well .title > span{margin-left: -25px; padding-right:5px;font-size: 20px }

.right .well .list-num li{margin: 0 15px;line-height: 28px;position: relative; padding-left: 24px}
.right .well .list-num li em{display: inline-block;font-size: 12px;position:absolute; left: 0; top: 6px;background:#CACACA;height: 18px;line-height: 18px;text-align: center; color: #fff;width: 14px; }
.right .well .list-num li em.hot{background:#01903E;}
.right .well.map{
    padding-bottom: 0;
}
.right .well.map .title{
    margin-bottom: 0;
}
.well div.content{
    padding-left: 20px;
    padding-right: 20px;
}
.well .value{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.well .content.qrcode{
    text-align: center;
}
.well .content.qrcode div.qrcode{
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}
.well .content.qrcode div.qrcode img{
    width: 156px;
    height: 156px;
}
.well .date_list{
    border-left: 2px solid #aaa;
    padding-top: 10px;
}
.well .date_list .dot{
    display: inline-block;
    background-color: #75c497;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-left: -7px;
    vertical-align: top;
}
.well .date_list p.title_green{
    color: #4b9169;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 14px;
    margin-bottom: 5px;
}
.well .date_list p{
    font-size: 12px;
}
.well .welltab a{
    font-size: 14px;
    padding: 5px 10px;
    font-weight: normal;
    cursor: pointer;
}
.well .welltab a:hover,.well .welltab a.current{
    background-color: #fdac11;
    color: #fff;
}
.well ul.right_ul li{
    border-bottom: 1px dotted #aaa;
}
.well ul.right_ul li a{
    white-space: nowrap;
    line-height: 35px;
}
.well ul.right_file li{
    padding-left: 50px;
    line-height: 50px;
    white-space: nowrap;
    border-bottom: 1px dotted #aaa;
}
.well ul.right_file li a{
    white-space: nowrap;
}
.well .img_list a.img_link{
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.well .img_list a.img_link img{
    height: 100%;
    width: 100%;
}


/* 新闻评论部分 */
.bg_lu1{background: #f3faf0}

.comment-box{border: 1px solid #c6debe; margin-bottom: 20px;}
.news_comment >  .info{text-align: left; line-height: 40px;font-size: 16px;color: #373737}
.news_comment > .info.cur{
    border-bottom: 2px solid #009243;
}
.news_comment > .info span.Fright{color:#666;font-size: 12px;}
.news_comment > .info span.text-green{color: #009243}
.news_comment textarea{
	width: 100%;
    height: 100px;	
	line-height: 22px;
	font-size: 12px; 
	color: #333;
	padding:5px; 	
	border:none;
	
	overflow-y:visible;
    outline:none;
    overflow: auto;
    resize: none;
    vertical-align: top;
    box-sizing: border-box;
}

.comment-submit{width: 100%; height: 43px;background: #f3faf0;border-top: 1px solid #c6debe;}
.comment-submit > *{display: block; float: right}
input.comment-name, input.comment-pictext, input.comment-password{
    width: 133px; height: 27px; border: 1px solid #dcdcdc;
    box-sizing: border-box; overflow: auto; resize: none;  
    margin-top: 8px;
}
input.comment-name{margin-right:15px; }
input.comment-password{margin-right: 15px;}
input.comment-pictext{margin-right: 15px;}
img.comment-pic{margin-top: 7px; margin-right: 15px;}
.comment-login{
	color: #fff;
    font-size: 14px;
	background: #039240;
    margin-right: 4px;
    margin-top: 7px;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;       
}

.comment-login:hover{opacity: 0.85;color: #fff;}
.comment-registe{
    color: #006ebc;
    background: transparent;
    margin-right: 4px;
    font-size: 12px; 
    line-height: 43px; 
    margin-right: 12px;       
	}

.feedback{
    width: 100%;
    line-height: 30px;
}
.feedback .star-red{
    color: red;
}
.cof-list .title{
    background: #dddddd;
    padding: 0px 10px;
    cursor: pointer;
}
.cof-list .title .fr i.fa{
    top: 0px;
}
.cof-list ul{
    padding-left: 25px;
}
.cof-list li{
    border-bottom:1px solid #dddddd;
}
.cof-list i.fa{
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    top: 3px;
}
.feedback .seek input[type=text]{
    width: 400px;
}
.feedback .seek input.normal{
    width: 100px;
}
.feedback .cmz-radio input{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
.feedback .cmz-radio label{
    border: 1px solid #00a0e9;
    padding: 5px 15px;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.feedback .cmz-radio label:hover{
    background-color: #54cfff;
    color: #ffffff;
}
.feedback .cmz-radio label.cur{
    background-color: #00a0e9;
    color: #ffffff;
}
.questions .fa-question-circle{
    color: #5b9bd5;
}
.answers .fa-commenting{
    color: #70ad47;
}

.blue-tips {
    background-color: #e6f1fd;
    border: 1px solid #80bdfa;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}
.feedback .questions{
    cursor: pointer;
}
.feedback .answers-list{
    display: none;
}
.feedback .questions span{
    color: #999;
}
.table-normal{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #333;
}
.table-normal input[type=text],.table-normal input[type=password],.item input[type=text]{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.table-normal input[type=text]{
    text-indent: 5px;
    transition: all 0.3s ease 0s;
}
.table-normal select{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.table-normal textarea{
    width: 99.5%;
    resize: none;
    border: 1px solid #aaa;
    font-size: 13px;
}
.table-normal.table-simple th{
    font-weight: bold;
    line-height: 20px;
    height: 20px;
}
.table-normal.table-simple td{
    line-height: 20px;
    height: 20px;
}
.table-normal th,.table-normal td{
    height: 32px;
    font-weight: normal;
    padding: 2px 5px;
}
.th-grey th{
    background-color: #e6f1fd;
    color: #111;
}
.th-grey th,.th-grey td{
    height: 32px;
    padding: 1px 5px 1px;
    border: 1px solid #d3e1ea;
}
.th-right th{
    text-align: right;
}
.td-left td{
    text-align: left;
}
.td-center td,.td-center th{
    text-align: center;
}
td.img{
    text-align: center;
}
td.img span.title{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 200px;
}
td.img img{
    display: inline-block;
    vertical-align: middle;
}
td.left{
    text-align: left;
}
.table-normal label.tips{
    font-size: 12px;
}
.table-normal input[type=radio] + label{
    padding-right: 5px;
}
.table-normal.th-right .table-center th{
    text-align: center;
}
/* 新闻评论列表 */
.comment_list{width: 100%;}
.comment_box{position: relative;padding-left: 60px; padding-bottom: 15px; border-bottom: 1px solid #D2D2D2;margin-bottom: 18px;}
.face{position: absolute; top: 0; left: 0;}

.reply-info{color:#4faa32;font-family: "宋体"; font-size: 12px;}
.reply-info span{color:#8d8d8d; margin-left: 30px;font-family: "宋体";}
.reply-text{margin-top: 10px; margin-bottom: 6px; line-height: 24px; color:#303030;font-family: "宋体";font-size: 14px; }
.zan,.huifu{font-family: "simsun"; font-size: 12px;color: #909090;padding-right: 10px;}
.zan a,.huifu a{font-size: 14px;color: #909090;}


.inner-reply{ border-top: 1px solid #D2D2D2;padding-top: 18px; margin-top: 18px;}
.inner-reply .comment_box{border-bottom: none;margin-bottom: 0; padding-bottom: 0;}

a[class^=icon-]{
    cursor: pointer;
}
a[class^=icon-]:hover{
    color: #00913c;
}
/*视频、图集列表 按钮*/
ul.row li.video a,ul.row li.pic a{
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

ul.row li.video a .shadow_title,a.video .shadow_title{
    background: url("../images/video.png") 10px center no-repeat;
    padding-left: 35px;
}
ul.row li.pic a .shadow_title,a.pic .shadow_title{
    background: url("../images/photo.png") 10px center no-repeat;
    padding-left: 35px;
}
/*林业大会轮播*/
.banner_forest{
    height: 360px;
    background-image: url("../images/forestrymeet/bannerBg.jpg");
}
#slider_3 .owl-dots{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 45%;
}
#slider_3 .owl-controls{
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
}
#slider_3 .owl-controls .owl-dot{
    width: 18px;
    height: 18px;
    background-color: #666;
    margin-left: 5px;
    border-radius: 100%;
    float: left;
}
#slider_3 .owl-controls .owl-dot:hover,#slider_3 .owl-controls .owl-dot.active{
    background-color: #ff750c;
}
#slider_3 .owl-controls,#slider_3 .owl-buttons,#slider_3{
    overflow: visible;
}
#slider_3 .owl-nav{
    position: absolute;
    z-index: 100;
    top: -190px;
    width: 1200px;
}
#slider_3 .owl-prev{
    float: left;
    margin-left: -80px;
    display: block;
    width: 72px;
    height: 72px;
    background-image: url("../images/pre.png");
}
#slider_3 .owl-next{
    float: right;
    margin-right: -80px;
    width: 72px;
    height: 72px;
    background-image: url("../images/next.png");
}

.info_box{
    padding: 25px 30px 30px;
    background-color: #fff;
    border: 1px solid #cccbd0;
    margin-bottom: 15px;
}
.info_box h1{
    color: #00923f;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.info_box p{
    text-indent: 2em;
}
.img_newsList li{
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #aaa;
}
.img_newsList li:first-child{
    margin-top: 0;
}
.img_newsList li img.title{
    float: left;
    width: 136px;
    height: 105px;
    margin-right: 20px;
}
.img_newsList li .detail{
    float: left;
    width: 670px;
    height: 110px;
    overflow: hidden;
}
.img_newsList .detail a.title{
    font-size: 18px;
    color: #00923f;
}
.img_newsList .detail p{
    font-size: 12px;
    height: 92px;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify;
}

.slider_more .owl-item a.item {
    display: block;
    width: 270px;
    height: 200px;
    position: relative;
    border: 1px solid #aaa;
    margin: 0 auto;
}

.slider_more .owl-item a.item img {
    width: 100%;
    height: 100%;
}
.slider_more .owl-item a.item label {
    display: inline;
    line-height: 32px;
    padding: 0 15px;
    z-index: 10;
    position: absolute;
    color: #fff;
    background-color: #70ca10;
    top: 0;
    right: 0;
}
.slider_more_control {
    float: right;
    width: 44px;
    height: 22px;
    margin-top: 6px;
    border: 1px solid #fff;
}

.slider_more_control .owl-controls .owl-prev, .slider_more_control .owl-controls .owl-next {
    width: 22px;
    height: 22px;
    float: left;
}

.slider_more_control .owl-controls .owl-prev:hover {
    background-position: -22px 0;
}

.slider_more_control .owl-controls .owl-prev {
    background: url("../images/slider2con.png");
}

.slider_more_control .owl-controls .owl-next {
    float: right;
    background: url("../images/slider2con.png") 0 -22px;
}

.slider_more_control .owl-controls .owl-next:hover {
    background-position: -22px -22px;
}
.icon_top{
    overflow: hidden;
    margin-bottom: 15px;
}
a.icon_serv,a.icon_serv2{
    display: inline-block;
    text-align: center;
    width: 145px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding-top: 85px;
    padding-bottom:20px;
    transition: all 0.5s ease 0s;
}
a.icon_serv{
    background:#f5a200 url("../images/iconRight.png") no-repeat center 20px;

}
.icon_serv2{
    background:#f5a200 url("../images/iconRight.png") no-repeat center -100px;

}
a.icon_serv:hover,a.icon_serv2:hover{
    background-color: #70ca10;
}

/* 2016/2/16新增加 */
.preNext a {
	display: block;
	margin-left: 55px;
}
.preNext a:hover {
	color: #00923f;
}
.nav-p-n {
	background-color: #f8f8f8;
	padding: 10px 5px;
	margin-bottom: 20px;
}


.news_tags {
	line-height: 32px;
	font-size: 12px;
	margin-bottom: 15px;
}
.news_tags a {
	margin-left: 5px;
	padding: 5px 8px;
	background: #fff;
}
.news_tags a:hover, .news_tags a.cur {
	margin-left: 5px;
	padding: 5px 8px;
	background: #009243;
	color: #fff;
}

.piclist{
    overflow: hidden;
    width: 104%;
}

.piclist li{
    width:180px; height: 139px;
    float: left;
    margin-right: 13px; 
    overflow: hidden
}

.piclist-item a{
    display: inline-block;       
}
.piclist li a img{
   vertical-align: top;
}

.piclist-item .title{
    width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 0;
    position: absolute;
    left: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    font-weight: normal;
}
.piclist-item .title a{
	display: inline-block;
	position: relative; 
	line-height: 1.3;
	*line-height: 34px;
	padding-left: 10px;
	padding-right: 24px;
	vertical-align: middle;
	font-size: 12px;
 	color: #fff;
}

.item-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; top: 100%;
    color: #fff;
	font-size: 0;
    background: rgba(0, 0, 0, 0.65);
}
.item-mask h3{
 	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

.pic-mask,.video-mask{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px; 
	top: 50%;
	margin-top: -9px;
	background: url(../images/picture1.png) center center no-repeat;
}
.video-mask{
	background: url(../images/video1.png) center no-repeat;
}

/*ie 7, 8下做的兼容*/
@media \0screen\,screen\9{
    .item-mask,.piclist-item .title{   
        background: #000;
        filter:Alpha(opacity=65);
    }
}
.text-center{
	width: 100%;
	text-align: center;
}

.item-mask span{
    color: #fff;
    font-size: 12px;
	line-height: 1.6;
    padding:0 9px ;  
    display: inline-block;

}

.well > .title {
	
	height: 30px;
	margin-bottom: 20px;
	
	border-bottom: 1px solid #ccc;
	}
.well > .title .more {	
	float: right;
	background: #ccc;
	padding: 3px 10px;
	border-radius: 14px;
}
.well > .title .caption {
	border-bottom: 2px solid #009243;
	display: inline-block;
	padding-right: 5px;
	font-size: 18px;
	color: #009243;
	line-height: 31px;
	margin-top:-2px;
}

.well > .title .caption span{
    padding-right: 5px
}
.bg-white{
    background: #fff;
}
/*左侧菜单栏*/
.left-nav{
    float: left;
    margin: 0 14px 20px 0;
    width: 195px;
}
.right-con{
    float: left;
    overflow: hidden;
    width: 980px;
}
.left-nav .w-col0 h3{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: url("../images/leftheadtitlebg.gif") repeat-x 0;
    color:#fff;

}
.left-nav .w-col0{
    border: 1px solid #c8daa4;
    margin-bottom: 8px;
    text-align: center;
}
.left-nav .w-col0 p{
    text-align: left;
    padding-left: 10px;
    color: #09353a;
    font-size: 12px;
    line-height: 28px;
    padding-top: 10px;
}
.left-nav .w-col0 .c0-btn {
    background: #f8f6f7 none repeat scroll 0 0;
    border-top: 1px solid #dae6c2;
    color: #005b01;
    display: block;
    font: 14px/2em "Microsoft YaHei";
    height: 32px;
    text-align: center;
}
.left-nav .w-col1{
    border: 1px solid #c8daa4;
    width: 100%;
}
.left-nav .w-col1 h3{
    font-size: 14px;
    line-height: 34px;
    background: #A6D469;
    color: #fff;
    padding-left: 10px;
}
.left-nav .w-col1 h3 i{
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.left-nav .w-col1 .w2{
    padding: 10px 0;
}
.left-nav .w-col1 .w2-1{
    display: block;
    line-height: 28px;
    padding-left: 40px;
}
.left-nav .w-col1 .w2-1:hover{
    background: #d7e9c6;
    color: #555;
}
.left-nav .w-col1 .w2-1 i{
    float: right;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
    display: none;

}
.left-nav .w-col1 .w2-1:hover i{
    display: inline-block;
}
.left-nav .col2-help{
    display: block;
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    margin-top: 10px;
    background: #f8f8f8;
    border: solid 1px #ccc;
}
.left-nav .col2-help i{
    font-size: 24px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 5px;
    color: #55b537  ;
}
/*公告*/
.c-notice {
    border: 1px solid #c8daa4;
    height: 29px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 788px;
}
.c-notice a {
    color: #333;
}
.c-notice .c-n-l {
    background: url("../images/noticeleft.gif")  0 0 no-repeat;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 32px;
    height: 31px;
    padding-left: 4em;
    position: relative;
    top: -1px;
    width: 48px;
}
.c-notice ul {
    display: block;
    float: left;
    overflow: hidden;
    width: 6000px;
}
.c-notice ul li {
    float: left;
    height: 29px;
    width: 600px;
}
.c-n-c {
    display: block;
    float: left;
    height: 29px;
    overflow: hidden;
    width: 600px;
}
.c-notice ul li b {
    background: #005b01;
    display: block;
    float: left;
    height: 3px;
    margin: 14px 5px 14px 10px;
    width: 3px;
}
.c-notice ul li a {
    color: #333;
    display: block;
    float: left;
    line-height: 31px;
    overflow: hidden;
    width: 580px;
}
.c-notice .c-n-r {
    background: #f2f2f2;
    display: block;
    float: right;
    height: 29px;
    line-height: 30px;
    padding-left: 1em;
    width: 40px;
}
.org-tips {
    background-color: #fff5d1;
    border: 1px solid #ffb027;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}

.blue-tips {
    background-color: #e6f1fd;
    border: 1px solid #80bdfa;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}
.blue-tips .title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
ul.dot li {
    font-size: 10px;
    line-height: 22px;
    list-style: inside none square;
}
ul.dot li span {
    font-size: 12px;
}
ul.dot li a {
    font-size: 12px;
}
.input-control{
    border: solid 1px #dddddd;
    line-height: 28px;
    padding:0 3px;
}

.upload-info-author{
    border: 1px solid #ddd;
    overflow: hidden;
}
.upload-info-author a.attach-example,.upload-info-author a.upload-pic-2{
    display: block;
    width: 310px;
    height: 360px;
    border: 1px solid #ddd;
    position: relative;
}
.upload-info-author a.attach-example i.tips{
    position: absolute;
    padding: 3px 6px;
    border: 1px solid #ff7327;
    background-color: #ffdf9f;
    color: #333;
    right: 0;
    top: 0;
    font-size: 12px;
}
.upload-info-author a.attach-example img{
    width: 100%;
    height: 100%;
}
.upload-info-author a.upload-pic-2 img{
    width: 100%;
    height: 100%;
}
.upload-info-author .upload-info-tips{
    display: inline-block;
    width: 300px;
    height: 320px;
    border: 1px solid #ddd;
}

.upload-info-author .upload-info-tips .inner{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    text-indent: 2em;
}
.btn-green{
    background: #55b537;
    padding: 5px 7px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px;

}
.btn-green-1{
    background: #55b537;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}
.btn-green-1:hover{
    opacity: 0.8;
    filter: alpha(opacity:80);
}
.zoomWindow{
    left: -410px !important;
}
.radio-control{
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 10px;
}
.textarea-control{
    width: 100%;
    height: 100px;
    border:solid 1px #ddd ;
}
 fieldset {
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 6px;
}
 fieldset legend {
    color: #555;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 3px 6px;
    border: solid 1px #dddddd;
    box-shadow: 1px 1px 5px #ddd;
}

.user-info-bar {
    border-bottom: 1px solid #ddd;
    height: 30px;
    overflow: visible;
}
.user-info-bar a {
    color: #111;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.user-info-bar a.cur {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #6a9fff;
}
.user-info-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    clear: both;
    min-height: 100px;
}
.user-info-bar a i.icon-ok {
    color: #00c300;
    padding-left: 5px;
}
div.tagsinput {
    background: #fff;
    border: 1px solid #bbb;
    float: left;
    height: 24px;
    margin: 0;
    overflow-y: auto;
    padding: 2px;
    width: 400px;
}
div.tagsinput span.tag {
    background: #cde69c;
    border: 1px solid #a5d24a;
    color: #638421;
    display: block;
    float: left;
    font-family: helvetica;
    font-size: 12px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}
div.tagsinput span.tag a {
    color: #82ad2b;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
div.tagsinput input {
    background: none;
    border: 1px solid transparent;
    color: #000;
    font-family: helvetica;
    font-size: 13px;
    margin: 0 5px 5px 0;
    outline: 0 none;
    padding: 5px;
    width: 300px;
}
div.tagsinput input.not_valid {
    background-color: #ffa58b;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}
.user-card {
    overflow: hidden;
    text-align: center;
    width: 250px;
}
.user-card img {
    height: 160px;
    width: 240px;
}
.right-con .box{
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 20px;
}
a.qk-more{
    color: #ff694d;
}
a.qk-more:hover{
    text-decoration: underline;
}
.list-qk .title.qk a{
    color: #333;
    margin-left: 0;
}
.list-qk .title.qk a:hover{
    text-decoration: underline;
}
/*国际交流页面/决策咨询 部分css*/
.international-content{
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
    border:1px solid #CCCCCC;
}
.international-content em{
    color: #57992d;
    font-size: 16px;
    font-weight:bold;
}
.international-content .title{
    border-bottom:2px solid #70ca10;
    overflow: visible;

}
.international-content .title .title-content{
    border-bottom:4px solid #00923f;
    font-size: 24px;
    color: #00923f;
    line-height: 40px;
    width: 220px;
    padding:5px 10px;
    text-align: center;
    margin:0px auto;
    position: relative;
    bottom: -3px;
}
.international-content p{
    text-indent:2em;
    color: #212020;
    font-size: 14px;
    line-height: 35px;
    margin-top: 20px;
    text-align: justify;
}
ul.international{
    padding: 10px;
    max-height:410px;
    overflow: hidden;
}
ul.international li{
    line-height:30px;
    margin-top:10px;
    border-bottom:1px dotted #666666;
    color: #666666;
    font-size: 14px;
    list-style: square inside;
    padding:0px 10px;
}
.inter-tip{
    height: 40px;
    background-color: #00923f;
    background-image: url("../images/international-tip.png");
    background-position: 15px 13px;
    background-repeat:no-repeat;
}
.inter-tip span{
    color: #ffffff;
    font-size:18px;
    line-height:40px;
    padding-left:60px;
}
.inter-tip a.more{
    font-size: 12px;
    margin-right:13px;
    margin-top:9px;
    padding:3px 10px;
}
.inter-tip a.more:hover{
    background-color: #ff7f27;
    opacity:1;
}
.pic-hover {
    width: auto;
    overflow: hidden;
    padding-top: 20px;
}

.pic-hover a{
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pic-hover i {
    background: #333;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: absolute;
    top:0px;
    left: 0px;
    text-align: center;
}
.pic-hover a img {
    height: 100%;
    width: 100%;
}
.pic-hover.slider_more a.item{
    width: 272px;
    height: 202px;
    display: inline-block;
    margin:5px 7px;
}
.pic-hover li {
    height: 225px;
    /*高度可以自定义*/
    list-style: outside none none;
    /*具体布局时，适当调整*/
    width: 430px;
    /*宽度也可以自定义*/
    margin-right: 10px;
    margin-top: 20px;
}
.pic-hover li.small{
    height: 225px;
    width:283px;
}
.trans-title {
    background: url('../images/opacity_50.png') repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: bottom 0.5s ease 0s;
}
a:hover .trans-title {
    bottom: -100%;
}
.trans-title span {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.trans-title span.top{
    display: inline-block;
}
.shadow-big {
    background: url("../images/opacity_50.png") repeat scroll 0 0;
    bottom: -100%;
    color: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
    z-index: 200;
}

a:hover .shadow-big {
    bottom: 0%;
}
.shadow-inner {
    height: 80%;
    margin: 20px auto;
    width: 90%;
}
.shadow-inner h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}
.shadow-inner p {
    font-size: 12px;
    text-indent: 2em;
    color: #fff;
}
.list-inline li{
    float: left;
}
/*国际交流页面部分css 结束*/
/*决策咨询部分 css*/
.news-tab{
    margin-top:20px;
    padding-bottom: 25px;
    border-bottom:1px solid #CCCCCC;
}
.news-tab img{
    width:220px;
    height:130px;
    float: left;
}
.news-tab h3{
    padding-left:250px;
    font-size: 18px;
    color: #333;
    line-height:38px;
}
.news-tab p{
    padding-left:250px;
    text-indent:2em;
    font-size: 14px;
    color: #666;
    line-height: 27px;
}
.news-tab .info{
    padding-left:250px;
    font-size: 12px;
    color: #333;
    line-height: 38px;
}
.news-tab .more{
    color: #00923f;
}
.news-tab .info span{
    margin-right:15px;
    cursor: pointer;
}
.news-tab span.num{
     color: #00923f;
     margin-right: 0px;
 }
/*决策咨询部分css 结束*/

.nav_main{
    background: #f0efef;
    height:45px;
    overflow: visible;
}
.nav_main .container{
    overflow: visible;
}
.container.p10{
    background: #ffffff;
}
.container.pl10.pr10{
    background: #ffffff;
    border-bottom: 1px solid #eee;
}
.top_menu_new > li{
    float: left;
    overflow: visible;
    text-align: center;
    width: 90px;
}
.top_menu_new > li a{
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 43px;
    border-bottom: 2px solid #ffffff;
}
.top_menu_new > li a:hover{
    border-bottom: 2px solid #00923f;
    color: #00923f;
}
.top_menu_new > li{
    position: relative;
}
.top_menu_new{
    width: 1000px;
    height: 45px;
}
.dlce li{
    float: left;
    padding: 4px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px 0 15px;
}
.dlce li a{
    display: block;
    color: #00923f;
}
.dlce li:hover{
    background: #00923f;
    border: 1px solid #00923f;
}
.dlce li:hover a{
    color: #ffffff;
}
.title_banner{
    width: 101px;
    height: 101px;
}
.RwCode{
    display: none;
}
.RwCode .title_banner{
    height: auto!important;
    margin-left: 10px;
}
.RwCode .title_banner .name{
    text-align: center;
    color: #ffffff;

}
.title_banner .text{
    width:693px;
    height:25px;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}
.title_banner .text ul{
    position: absolute;
    width: 100%;
    top:0px;
    right:0px;
}
.title_banner .text li{
    height: 100px;
    text-align: right;
}
.title_banner .picture{
    height: 100px;
    width: 100px;
}
.title_banner .picture img{
   width: 100%;
    height: 100%;
}
.ntinfo{
    width: 440px;
    height: 374px;
}
.ntinfo .new_banner{
    background: url("../images/new_banner.png") no-repeat center left;
    color: #ffffff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
}
.ntinfo .new_banner .wrap{
    position: absolute;
    top: 0;
    left: -20px;
    height: 38px;
    line-height: 38px;
}
.ntinfo .new_banner p.p1{
    -ms-word-break: keep-all;
    word-break: keep-all;
    line-height: 38px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    padding-left: 40px;
}
.ntinfo .new_banner p.p2{
    -ms-word-break: keep-all;
    word-break: keep-all;
    line-height: 38px;
    padding-left: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
}
.news_top{
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    line-height: 20px;
}
.news_top .title{
    color:#333333;
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #00923f;
    padding: 5px 15px;
}
.que-list4{
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
}
.que-list4 li a{
    line-height: 34px;
    display: block;
    width: 420px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.que-list4 li a .list-num{
    background: #ddd;
    padding: 0 5px;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
}
.que-list4 li:nth-child(1) a .list-num, .que-list4 li:nth-child(2) a .list-num, .que-list4 li:nth-child(3) a .list-num{
    background: #f7ab00;
}

.th-left{
    width: 210px;
    margin-top: 20px;
    overflow: visible;
}
.th-left .bgf,.ne-right .bgf{
    background: #ffffff;
}
.th-left .th-left-banner{
    background: url("../images/th-left-banner.png")no-repeat center center;
    height: 34px;
    width: 210px;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    text-indent: 20px;
}
.th-left-banner i.icon-angle-down{
    font-size: 18px;
    line-height: 34px;
    margin-right: 15px;
}
.th-left-list{
    margin: 10px 0;
}
.th-left-list li{
    line-height: 34px;
    border-bottom: 1px dotted #CCCCCC;
    text-indent: 2em;
    color: #333333;
}
.th-left-list li a{
    display: block;
}
.th-left-list.ms li{
    background: url("../images/th-left.png") no-repeat 0px 5px;
    line-height: 40px;
    text-indent: 3em;
}
.th-left-list.ms li a{
    background: url("../images/th-left-angle.png") no-repeat 165px center;
}
.th-left-list.ms li.item0 a{
    background: none;
}
.th-left-list.ms li.item1{
    background: url("../images/th-left.png") no-repeat 0px -35px;
}
.th-left-list.ms li.item2{
    background: url("../images/th-left.png") no-repeat 0px -72px;
}
.th-left-list.ms li.item3{
    background: url("../images/th-left.png") no-repeat 0px -109px;
}
.th-left-list.ms li.item4{
    background: url("../images/th-left.png") no-repeat 0px -145px;
}
.th-left-list.ms li.item5{
    background: url("../images/th-left.png") no-repeat 0px -180px;
}
.th-left-list.ms li.item6{
    background: url("../images/th-left.png") no-repeat 0px -218px;
}
.th-left-list.ms li.item7{
    background: url("../images/th-left.png") no-repeat 0px -260px;
}
.agency-title{
    width: 194px;
    height: 28px;
    background: url("../images/agency.png") no-repeat right center;
}
.agency-title a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    text-indent: 1.5em;
}
.agency-title a span{
    margin-right: 25px;
    font-size: 20px;
}
.agency-list li{
    color: #888888;
    list-style: inside square;
    line-height: 38px;
    text-indent: 1em;
}
.agency-list li a{
    color: #666666;
}
.agency-list li:hover{
    color: #00923f;
}
.agency-list li a:hover{
    color: #00923f;
}
.th-left-home{
    overflow: visible;
}
.th-left-home{
    display: block;
    width: 215px;
    height: 262px;
    background: url("../images/huiyuanzhijia-.png")no-repeat center center;
}
.th-left-home .deca{
    height: 315px;
    width: 214px;
    background: url("../images/decrat.png") no-repeat top left;
    top: -20px;
    left: -60px;
    z-index: 10;
}
.ne-right{
    margin-top: 20px;
    width: 935px;
}
.ne-right .ne-1-title{
    height: 40px;
    width: 445px;
    border-bottom: 1px solid #CCCCCC;
    background: url("../images/ne-1.png") no-repeat -4px bottom;
}
.ne-right .ne-1-title .title{
    color: #333333;
    font-size: 20px;
}
.ne-right .ne-1-title a.fr{
    color: #2a7337;
    font-size: 12px;
    line-height: 40px;
}
.ne-right .ne-2-title{
    height: 40px;
    width: 445px;
    background: url("../images/en-2.png") no-repeat left center;
}
.ne-right .ne-2-title .title{
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    margin-left: 58px;
}
.ne-right .ne-2-title a.fr{
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    margin-right: 5px;
}
.agency-list{
    min-height: 152px;
}
.counseling{
    min-height: 187px;
}
.part-4 .counseling {
    min-height: 110px;
}
.counseling li{
    margin:10px 0;
    width: 420px;
    padding: 0 10px;
}
.counseling li.text{
    list-style: inside url("../images/counseling-angle.png");
}
.counseling .counseling-info{
   margin-left: 145px;
}
.counseling li img{
    height: 80px;
    width: 127px;
}
.counseling .title{
    font-size: 16px;
    display: inline-block;
    color: #333333;
    line-height: 20px;
}
.counseling .short-info{
    color: #888888;
    font-size: 12px;
    line-height: 20px;
}
.counseling .counseling-info .tr a{
    color: #a83d51;
}
.editor li{
    list-style: inside url("../images/editor-angel.png");
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}
.ne-3-title {
    background: #f2f2f2 url("../images/ne-3.png") no-repeat 10px center;
    height: 40px;
    line-height: 40px;
    width: 445px;
}
.ne-3-title .title{
    display: inline-block;
    font-size: 18px;
    color: #333333;
    text-indent: 20px;
}
.ne-3-title a{
    color: #ffffff;
    background: #fdac11;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
    width: 50px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin: 10px;
}
.ne-right .part-3 .border{
    border: 1px solid #F2F2F2;
    border-top: none;
}
.ne-4-title{
    height:40px;
    width: 445px;
    background: url("../images/ne-4.png") no-repeat center center;
}
.ne-4-title .title{
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 45px;
}
.ne-4-title a{
    color: #ffffff;
    background: #fdac11;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
    width: 50px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin: 7px;
}
.ne-right-link a{
    height: 170px;
    width: 300px;
    text-align: center;
    margin-left: 10px;
    position: relative;
}
.ne-right-link a:first-child{
    margin-left: 0;
    position: relative;
}
.ne-right-link a:first-child::before{
    color: #ffffff;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 110px;
    left: 0;
}
.ne-right-link img{
    height: 100%;
    width: 100%;
}
.ne-right-link span{
    width: 300px;
    height: 170px;
    display: block;
    position: absolute;
    line-height: 170px;
    top: 0;
    left: 0;
    z-index: 10;
    color: #ffffff;
    font-size: 25px;
}
.adver{
    height: 61px;
    width: 100%;
    background: url("../images/adver.png") no-repeat center center;
    position: relative;
    overflow: hidden;
    line-height: 61px;

}
.adver .wrap{
    position: absolute;
    top: 0;
    left: -20px;
    height: 61px;
    line-height: 61px;
}
.adver a{
    -ms-word-break: keep-all;
    word-break: keep-all;
    font-size: 35px;
    color: #2b7438;
    line-height: 61px;
    font-weight: bold;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin-left: 50px;
}
/*投票链接*/
.right-vote-window{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: 0px;
    width: 350px;
    height: 200px;
    
    background: url("../images/right-vote-window.jpg") no-repeat 0 0;
    background-size:100% 100%;
}
.right-vote-window a{
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.right-vote-window h2{
    font-size: 26px;
    text-align: center;
    color: #454545;
    margin-top: 20px;
    font-weight: normal;
}
.right-vote-window div.fl{
    height: 100px;
    width: 154px;
    margin-top: 5px;
}
.right-vote-window div.item1.fl{
    background: url("../images/vote-img-1.png") no-repeat center 10px;
    margin-left: 20px;
    margin-right: 2px;
}
.right-vote-window div.item2.fl{
    background: url("../images/vote-img-2.png") no-repeat center 10px;
}
.right-vote-window div.fl a{
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    background: #ec6941;
    border: 1px solid #ec6941;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 70px;
}
.right-vote-window div.fl a span{
    margin-left: 33px;
}
.right-vote-window div.fl a:hover{
    background: #ffffff;
    color: #ec6941;
}
.right-vote-window .time{
    font-size: 18px;
    color: #ffffff;
    width: 300px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #2a7337;
    margin:0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.right-vote-window .close{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.right-vote-window .close:hover{
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.right-vote-window1{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 25%;
    margin-top: 0px;
    width: 350px;
    height: 200px;
    
    background: url("../images/right-vote-window1.jpg") no-repeat 0 0;
    background-size:100% 100%;
}.right-vote-window11{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 25%;
    margin-top: 0px;
    width: 350px;
    height: 200px;
    
    background: url("../images/sllys2023.jpg") no-repeat 0 0;
    background-size:100% 100%;
}
.right-vote-window1 a{
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}.right-vote-window11 a{
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.right-vote-window1 h2{
    font-size: 26px;
    text-align: center;
    color: #454545;
    margin-top: 20px;
    font-weight: normal;
}
.right-vote-window1 div.fl{
    height: 100px;
    width: 154px;
    margin-top: 5px;
}
.right-vote-window1 div.fl a{
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    background: #ec6941;
    border: 1px solid #ec6941;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 70px;
}
.right-vote-window1 div.fl a span{
    margin-left: 33px;
}
.right-vote-window1 div.fl a:hover{
    background: #ffffff;
    color: #ec6941;
}
.right-vote-window1 .time{
    font-size: 18px;
    color: #ffffff;
    width: 300px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #2a7337;
    margin:0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.right-vote-window1 .close{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.right-vote-window1 .close:hover{
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.right-vote-window11 h2{
    font-size: 26px;
    text-align: center;
    color: #454545;
    margin-top: 20px;
    font-weight: normal;
}
.right-vote-window11 div.fl{
    height: 100px;
    width: 154px;
    margin-top: 5px;
}
.right-vote-window11 div.fl a{
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    background: #ec6941;
    border: 1px solid #ec6941;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 70px;
}
.right-vote-window11 div.fl a span{
    margin-left: 33px;
}
.right-vote-window11 div.fl a:hover{
    background: #ffffff;
    color: #ec6941;
}
.right-vote-window11 .time{
    font-size: 18px;
    color: #ffffff;
    width: 300px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #2a7337;
    margin:0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.right-vote-window11 .close{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.right-vote-window11 .close:hover{
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
