﻿@charset "utf-8";
/* CSS Document */
.back-top {
    position: fixed;
    right: 3%;
    bottom: 16%;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/top.png) no-repeat;
    z-index: 100;
}


/* 位置 */
.location{
	height: 71px;
	line-height: 71px;
	font-size: 14px;
	color: #111111;
	padding-left: 15px;
}
.location a{
	color: #111111;
}
.location .on{
	color: #696969;
}
.location a:hover{
	color: #696969;
}

/* 主体内容 */
.main{
	overflow: hidden;
	width: 1200px;
	margin: auto;
}
.main-left{
	float: left;
	width: 266px;
}
.main-left .title{
	height: 110px;
	line-height: 110px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background: url(../images/title-bg.jpg) no-repeat;
}

.main-left .options{
	overflow: hidden;
	margin-bottom: 20px;
}
.main-left .options ul{
	overflow: hidden;
}
.main-left .options ul li{
	margin-top: 1px;
	display: inline;
	float: left;
	overflow: hidden;
	width: 100%;
}

.main-left .options .options-main{
	height: 55px;
	line-height: 55px;
	position: relative;
}
.main-left .options .options-main a{
	display: block;
	color: #666666;
	padding-left: 20px;
	background: url(../images/mores-bg4.png) no-repeat right center;
	background-color: #f2f2f2;
}  
.main-left .options li:hover .options-main a{
	color: #fff;
	background: url(../images/mores-bg3.png) no-repeat right center;
	background-color: #74bb2d;
}
.main-left .options .now .options-main a{
	color: #fff;
	background: url(../images/mores-bg3.png) no-repeat right center;
	background-color: #74bb2d;
}

.main-left .options .options-main .caret{
	width: 66px;
	height: 55px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top:0;
	z-index: 100;
	background: url(../images/mores-bg1.png) no-repeat;
}

.main-left .options li.now .caret{
	background: url(../images/mores-bg2.png) no-repeat;
}
.main-left .options li.active .caret{
	background: url(../images/mores-bg3.png) no-repeat;
}

.main-left .options .active .options-main a{
	background: #74bb2d;
	color: #fff;
}

.main-left .options .options-main:hover .caret{
	background: url(../images/mores-bg2.png) no-repeat;
}
.main-left .options li.active .options-main:hover .caret{
	background: url(../images/mores-bg3.png) no-repeat;
}

/* 子菜单 */
.main-left .options .options-sub {
	display: none;
}
.main-left .options li.now .options-sub {
	display: block;
}
.main-left .options .options-sub li{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;

}
.main-left .options .options-sub li a{
	padding-left: 40px;
	display: block;
	background:url(../images/options-subbg.png) no-repeat;
	color: #666666;
}
.main-left .options .options-sub li a:hover{
	color: #fff;
	background: url(../images/options-subbg1.png) no-repeat;
}

.main-left .options .options-sub li img{
	margin-right: 7px;
}
.main-left .options .options-sub .on{
	color: #fff;
	background: url(../images/options-subbg1.png) no-repeat;
}

.ranking{	
	height: 47px;
	border-top: 2px solid #c7c7c7;
	border-bottom: 1px solid #ececec;
	background: #fafafa;
}
.ranking span{
	border-top: 2px solid #1f83db;
	display: inline-block;
	padding:12px 10px 18px 10px; 
	margin-top: -2px;
	font-size: 18px;
}
.rank{
	overflow: hidden;
}
.rank ul{
	overflow: hidden;
	background: #fafafa;
}
.rank ul li{
	height: 20px;
	padding:8px 0;	
	border-bottom: 1px solid #ececec;
}
.rank ul li a{
	padding: 0 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.rank ul li:hover a{
	color: #ff9200;
}
.rank ul li em{
	width: 19px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 8px;
	
	padding-left: 1px;
}
.rank ul li .on1{
	background: url(../images/number-bg1.png) no-repeat;
}
.rank ul li .on2{
	background: url(../images/number-bg2.png) no-repeat;
}
.rank ul li .on3{
	background: url(../images/number-bg3.png) no-repeat;
}
.rank ul li .on4{
	background: url(../images/number-bg4.png) no-repeat;
}

.main-right{
	float: right;
	width: 904px;
}
.caption{
	font-size: 20px;
	margin-bottom: 14px;
	min-height: 36px;
}

.caption .ca-left{
	float: left;
	line-height: 20px;
	border-left: 3px solid #000000;
	padding-left: 10px;
}
.caption .ca-right{
	float: right;
	
}
.city-select{
	float: left;
}
.city-select select {
    min-width: 128px;
    height: 36px;
    float: left;
    border: solid 1px #d9d9d9;
    padding: 0 24px 0 8px;
    font-size: 14px;
    line-height: 35px;
    color: #c1c1c1;
    margin-right: 10px;
    background: url(../images/btn_01.png) no-repeat 95% center;
    vertical-align: middle;
    padding-right: 0\9;
    background: none\9;
    cursor: pointer;
    -moz-appearance:none;
}
.ie8 .city-select select{
	height: 24px;
	line-height: 24px;
}
.ie7 .city-select select{
	height: 24px;
	line-height: 24px;
}
.city-select select option{
	color: #666666;
}
.big-search{
	background: url(../images/search-bg.jpg) no-repeat;
	width: 60px;
	height: 36px;
	float: left;
	cursor: pointer;
}
.ie8 .big-search{
	background: url(../images/search-bg1.jpg) no-repeat;
	width: 40px;
	height: 24px;
}
.ie7 .big-search{
	background: url(../images/search-bg1.jpg) no-repeat;
	width: 40px;
	height: 24px;
}

.detail{
	line-height: 28px;
	color: #666666;
	font-size: 14px;
}
.detail img{
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
.detail h3{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.links{
	margin-top: 20px;
}
.links ul{
	width: 600px;
	overflow: hidden;
}
.links ul li{
	width: 300px;
	float: left;
	color: #666666;
	font-size: 14px;
	margin-bottom: 11px;
}
.links img{
	display: inline-block;
	margin: 0;
	margin-right: 9px;
}

/* 会员单位 */
.unit{

}
.unit ul{
	overflow: hidden;
	padding-top: 10px;
	min-height: 762px;
}
.unit ul li{
	width:285px;
	float: left;
	height: 48px;
	line-height: 48px;
	margin-right: 24px;
	margin-top: -1px;
}
.unit ul li em{
	display: inline-block;
}
.unit ul li a{
	display: block;
	color: #666666;
	padding: 0 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	background: url(../images/unit-bg1.png) no-repeat;
}
.unit ul li a:hover{
	background: url(../images/unit-bg2.png) no-repeat;
	color: #74bb2d;
}

.page{
	margin-top: 41px;
	text-align: center;
}
.page .pre{
	padding: 4px 12px;
	background: url(../images/pre-bg1.png) no-repeat;
	margin-right: 20px;
}
.page .pre:hover{
	background: url(../images/pre-bg2.png) no-repeat;
}

.page .next{
	padding: 4px 12px;
	background: url(../images/next-bg1.png) no-repeat;
	margin-left: 10px;
}
.page .next:hover{
	background: url(../images/next-bg2.png) no-repeat;
}
.page .pages{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	color: #808080;
	margin-right: 10px;
}
.ie7 .page .pages{
	line-height: 28px;
}
.ie8 .page .pages{
	line-height: 28px;
}
.ie7 .page .next{
	padding: 5px 12px;
}
.ie7 .page .pre{
	padding: 5px 12px;
}

.page .on{
	background: url(../images/pages-bg.png) no-repeat;
	color:#fff;
}
.page .pages:hover{
	background: url(../images/pages-bg.png) no-repeat;
	color:#fff;
}
/* 入会程序 */
.program{
	padding-top: 3px;
}
.program ul{
	overflow: hidden;
}
.program ul li{
	float: left;
	width: 154px;
	height: 90px;
	background: url(../images/program-bg.jpg) no-repeat;
	padding-top: 30px;
	padding-left: 126px;
	margin-right: 32px;
	margin-bottom: 20px;
}
.program h3{
	margin-bottom: 18px;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.program a{
	display: inline-block;
	padding: 11px 18px;
	background: url(../images/proa-bg1.png) no-repeat;
}
.program a:hover{
	background: url(../images/proa-bg2.png) no-repeat;
	color: #fff;
}

/* 活动信息 */
.activity{
	padding-top: 2px;
}
.activity ul{
	overflow: hidden;
	min-height: 1208px;
}
.activity ul li{
	height: 150px;
	border-bottom: 1px dotted #e0e0e0;
	padding-left: 130px;
	position: relative;
	overflow: hidden;
}
.activity ul li:hover{
	background: #f2f2f2;
	border-bottom: 1px solid #c8c7c7;
}
.activity ul li:hover .act-name{
	color: #74bb2d;
}
.activity ul li:hover .more{
	color: #74bb2d;
}
.activity .date{
	width: 66px;
	height: 80px;
	position: absolute;
	left: 25px;
	top: 35px;
	background: #f2f2f2;
	padding:0 7px;
	color: #a4a4a4;
	text-align: center;
}
.activity .date .years{
	height: 35px;
	border-bottom: 1px solid #a4a4a4;
	font-size: 28px;
	padding-top: 11px;
	margin-bottom: 7px;
}
.activity .date .month{
	font-size: 14px;
}
.activity .act-name{
	margin-top: 15px;
}
.activity .act-cont{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666666;
	margin-top: 13px;
	margin-bottom: 15px;

}
.activity .more{
	font-size: 12px;
	color: #999999
}


/* 浙江&#50;&#56;&#51;&#54;&#53;&#22791;&#29992;&#32593;&#22336;&#23448;&#26041;&#32593;&#31449;&#95;&#51;&#54;&#53;&#22312;&#32447;&#20307;&#32946;&#23448;&#26041;&#32593;&#31449;&#20837;&#21475;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#23448;&#26041;&#20026;&#20160;&#20040;&#19981;&#33021;&#25552;&#27454; */

.banner{
	width:904px;
	position:relative;
	height:170px;
	border-top: 2px solid #e6e6e6;
}
.banner .ban-bd{
	width:904px;
	height:140px;
	overflow:hidden;
	position:relative;
	padding-top: 30px;
}
.banner .ban-bd ul{
	overflow:hidden;
}
.banner .ban-bd ul li{
	/*float:left;*/
	width:660px;
	height:140px;
	overflow:hidden;
	position:relative;
	padding-left: 244px;
}

.banner .ban-bd ul li a{
	display: block;
}

.banner .ban-bd .show{
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
    height: 140px;
}
.banner .ban-bd h3{
	color: #0166b6;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	margin-top: -2px;
}
.banner .ban-bd .times{
	height: 12px;
	line-height: 12px;
	margin-top: 14px;
	margin-bottom: 17px;
	font-size: 12px;
	color: #b2b2b2;
}
.banner .ban-bd .times img{
	margin-left: 14px;
	margin-right: 5px;
	margin-top: -2px;
}
.banner .ban-bd .detail{
	line-height: 24px;
	color: #888888;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
}

.banner .ban-hd{
	position:absolute;
	bottom:-22px;
	z-index:7;
  	width: 100%;	
}
.banner .ban-hd ul{
	text-align:center;
}

.banner .ban-hd li{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:30px;
	height:8px;
	margin:0 4px;
	cursor: pointer;
	background:url(../images/ban-bdbg1.jpg) no-repeat;
}

.banner .ban-hd .on{
	background:url(../images/ban-bdbg2.jpg) no-repeat;
	margin:0 3px;
}

.news-list{
	margin-top: 40px;
	border-top: 1px solid #e6e6e6;
}
.news-list ul{
	overflow: hidden;
	min-height: 917px;
}
.news-list li{
	height: 91px;
	padding: 20px 0;
	position: relative;
	padding-left: 153px;
}
.news-list .left{
	position: absolute;
	left: 0;
	top: 20px;
	width: 135px;
	height:86px;
}
.news-list .top{
	overflow: hidden;
}
.news-list .top-left{
	float: left;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
}
.news-list .top-right{
	float: right;
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	text-align: right;
	font-size: 12px;
	color: #b2b2b2;
}
.news-list .top-right img{
	margin-top: -2px;
	margin-left: 15px;
	margin-right: 5px;
}
.news-list .details{
	line-height: 24px;
	font-size: 12px;
	color: #888888;
	height: 48px;
	overflow: hidden;
	margin-top: 23px;
}
.news-list li:hover .left{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.news-list li:hover .top-left{
	color: #0166b6;
}

/* 新闻详细页 */
.headline{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 13px;
	text-align: center;
	line-height: 22px;
}
.release{
	text-align: center;
	font-size: 14px;
	color: #999999;
	padding-bottom: 25px;
	border-bottom: 1px dotted #e3e3e3;
}
.takeaway{
	margin-top: 27px;
	margin-bottom: 19px;
	border:1px solid #d4dde4;
	padding-top: 17px;
	padding-bottom: 16px;
	padding-left: 35px;
	padding-right: 12px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	background: url(../images/takeaway-bg.png) no-repeat left top;
	background-color: #def0ff;
	min-height: 78px;
}
.news-cont{
	line-height: 32px;
	color: #666666;
	    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
	min-height: 600px;
}
.news-cont img{
	
}
.news-cont h3{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}

.back-list{
	margin-top: 10px;
	padding-bottom: 23px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;

}

.back-list .back{
	color: #fff;
	background: #ff9200;
	padding: 10px 12px;
	float: right;
}

.guide{
	padding-top: 5px;
}
.guide ul{
	overflow: 
}
.guide li{
	margin-top: 20px;
}
.guide li a{
	font-size: 14px;
}
.guide li a:hover{
	font-weight: bold;
	color: #0166b6;
}

/* 轮播 */
.banner1{
	width:904px;
	padding-top: 12px;
	position:relative;
	height:253px;
}
.banner1 .ba-bd{
	width: 902px;
	padding: 1px;
	height:253px;
	overflow:hidden;
	position:relative;
	background: #f2f0f0;
}
.banner1 .ba-bd ul{
	overflow:hidden;
}
.banner1 .ba-bd ul li{
	/*float:left;*/
	width:474px;
	height:253px;
	overflow:hidden;
	position:relative;
	padding-left: 428px;
}

.banner1 .ba-bd ul li a{
	display: block;
}

.banner1 .ba-bd img{
	position: absolute;
	left: 0;
	top: 0;
	width: 398px;
	height: 253px;
}
.banner1 .ba-bd h3{
	color: #444444;
	font-size: 18px;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
}
.banner1 .ba-bd .details{
	font-size: 12px;
	color: #666666;
	line-height: 23px;
	height: 92px;
	overflow: hidden;
	padding-right: 20px;
}
.banner1 .ba-bd .time{
	font-size: 12px;
	color: #999999;
	margin-bottom: 22px;
	margin-top: 20px;
}
.banner1 .ba-bd .view{
	font-size: 12px;
	color: #fff;
	width: 85px;
	height: 31px;
	line-height: 31px;
	background: url(../images/view-bg.png) no-repeat;
	padding-left: 20px;
}

.banner1 .ba-hd{
	position:absolute;
	bottom:6px;
	z-index:7;
  	width: 100%;	
}
.banner1 .ba-hd ul{
	text-align:right;
	padding-right: 14px;
}

.banner1 .ba-hd li{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:16px;
	height:16px;
	margin:0 4px;
	cursor: pointer;
	background:url(../images/ba-hdbg1.png) no-repeat;
}

.banner1 .ba-hd .on{
	background:url(../images/ba-hdbg2.png) no-repeat;
}

.press{
	margin-top: 17px;
}
.press ul{
	overflow: hidden;
	min-height: 764px;
}
.press ul li{
	height: 149px;
	width: 268px;
	border: 1px solid #fff;
	border-top: none;
	padding: 0 10px;
	padding-top: 17px;
	float: left;
	margin-right: 17px;
	margin-top: 24px;
}

.press h3{
	color: #444444;
	font-weight: bold;
	margin-bottom: 18px;
}
.press .details{
	color: #666666;
	font-size: 12px;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	margin-bottom: 18px;
}
.press .times{
	color: #999999;
	font-size: 12px;
	text-align: right;
}
.press ul li:hover{
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #c1c0c0;
}
.press ul li:hover h3{
	color: #0166b6;
}
.press ul li:hover .details{
	color: #0166b6;
}
.press ul li:hover .times{
	color: #0166b6;
}

/* 全民参与 */
.part{
	padding-top: 6px;
}
.part ul{
	overflow: hidden;
	min-height: 930px;
}
.part li{
	position: relative;
	height: 130px;
	margin-bottom: 30px;
	padding-left:235px;
}
.part li img{
	width: 205px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
}
.part .title{
	overflow: hidden;
	line-height: 16px;
	margin-bottom: 16px;
}
.part .title .ti-left{
	float: left;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.part .title .ti-right{
	float: right;
	width: 25%;
	text-align: right;
	color: #b2b1b1;
	font-size: 12px;
}
.part .details{
	margin-bottom: 17px;
	color: #666666;
	font-size: 12px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.part .more{
	width: 119px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999999;
	background: url(../images/more-bg1.png) no-repeat;
	font-size: 14px;
	display: inline-block;
}
.part li:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.part li:hover .ti-left{
	color: #0166b6;
	font-weight: bold;
}
.part li:hover .more{
	color: #fff;
	background: url(../images/more-bg2.png) no-repeat;
}

/* 综合治理 */
.govern{
	margin-top: -14px;
}
.govern ul{
	overflow: hidden;
	min-height: 1119px;
}
.govern li{
	width: 268px;
	height: 315px;
	border: 1px solid #eeeeee;
	background: #fcfcfc;
	padding: 9px 9px 0 9px;
	position: relative;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}
.govern li img{
	width: 268px;
	height: 170px;
	margin-bottom: 15px;
}
.govern h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444444;
	margin-bottom: 16px;
}
.govern .detail{
	color: #777777;
	font-size: 12px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin-bottom: 20px;
}
.govern .times{
	color: #999999;
	font-size: 12px;
	text-align: right;
}
.govern .view-more{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #09a4e5;
	display: none;
}
.govern li:hover{
	border: 1px solid #09a4e5;
}
.govern li:hover .view-more{
	display: block;
}

/* 戒毒动态 */
.dynamic{
	margin-top: -4px;
}
.dynamic ul{
	overflow: hidden;
	min-height: 1080px;
}
.dynamic li{
	height: 94px;
	border-bottom: 1px dotted #d3d3d3;
	padding-top: 19px;
	padding-bottom: 21px;
	overflow: hidden;
}
.dynamic .dy1{
	float: left;
	width: 87px;
	margin-left: 13px;
	text-align: center;
}
.dynamic .dy1 .day{
	color: #a0a0a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 53px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.dynamic .dy1 .month{
	color: #a0a0a0;
}
.dynamic .dy2{
	float: left;
	margin-left: 20px;
}
.dynamic .dy2 img{
	width: 147px;
	height: 93px;
}
.dynamic .dy3{
	float: right;
	width: 615px;
}
.dynamic .dy3 .name{
	font-size: 18px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.dynamic .dy3 .cont{
	font-size: 12px;
	line-height: 23px;
	color: #888888;
	height: 46px;
	overflow: hidden;
}
.dynamic .dy3 .cont span{
	color: #b2b2b2;
}

.dynamic li:hover{
	background: #f2f2f2;
}

/* 维持治疗点 */
.cl-title{
	padding:0 30px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #4f84e0;
}
.cl-title .cl1{
	float: left;
	width: 126px;
	margin-right: 102px;
}
.cl-title .cl2{
	float: left;
	width: 126px;
	margin-right: 63px;
}
.cl-title .cl3{
	float: left;
	width: 126px;
	margin-right: 73px;
}
.cl-title .cl4{
	float: left;
	width: 126px;
	margin-right: 31px;
}
.cl-title .cl5{
	float: left;
	width: 70px
}
.clinic{
	min-height: 1185px;
}
.clinic table{
	width: 100%;
}

.clinic td{
	height: 78px;
	vertical-align:middle; 
	line-height: 24px;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 14px;
}
.clinic .c1{
	width: 150px;
	padding-left: 30px;
}
.clinic .c2{
	width: 112px;
	padding-left: 77px;
}
.clinic .c3{
	width: 126px;
	padding-left: 77px;
}
.clinic .c4{
	width: 130px;
	padding-left: 73px;
}
.clinic .c5{
	width: 100px;
	padding-left: 28px;
}

.page1{
	margin-top: 40px;
	text-align: center;
}
.page1 a{
	color: #666666;
	font-size: 18px;
	padding:12px 22px 12px 22px;
	background: #eeeeee;
	margin: 0 10px;
	display: inline-block;
}
.page1 a:hover{
	background: #f58b34;
	color: #fff;
}

/* 强制隔离戒毒场所 */
.map{
	margin-bottom: 41px;
}
.map img{
	max-width:100%;
}
.division ul {
    overflow: hidden;
}
.division ul li {
    float: left;
    width: 301px;
    padding-bottom: 18px;
    margin-bottom: 26px;
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
}
.division dt {
    margin-bottom: 18px;
    border-left: 4px solid #707070;
    padding-left: 10px;
}
.division dd {
    font-size: 14px;
    color: #666666;
    padding-left: 14px;
    line-height: 28px;
}
.division dd span{
	color: #0166b6;
	font-weight: bold;
}

/* 戒毒医疗机构 */
.organ{
	padding-top: 4px;
}
.organ ul{
	overflow: hidden;
}
.organ ul li{
	margin-bottom: 12px;
}
.or-main{
	background: #f5f5f5;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 20px;
	color: #666666;
}
.or-main .or1{
	float: left;
	width: 89px;
	margin-right: 51px;
}
.or-main .or2{
	float: left;
	width: 139px;
	margin-right: 40px;
}
.or-main .or3{
	float: left;
	width: 135px;
	margin-right: 23px;
}
.or-main .or4{
	float: left;
	width: 70px;
	margin-right: 13px;
}
.or-main .or5{
	float: left;
	width: 98px;
	margin-right: 38px;
}
.or-main .or6{
	float: left;
	width: 98px;
	margin-right: 37px;
}
.or-main .caret1{
	float: left;
	width: 23px;
	height: 45px;
	background: url(../images/or-bg1.png) no-repeat center;
	cursor: pointer;
}

.or-sub {
	display: none;
}
.or-sub table{
	width: 100%;
	font-size: 14px;
}

.or-sub td{
	height: 78px;
	vertical-align:middle; 
	line-height: 24px;
	border-bottom: 1px dotted #d2d2d2;
}
.or-sub .r1{
	width: 89px;
	padding-left: 30px;
}
.or-sub .r2{
	width: 139px;
	padding-left: 51px;
}
.or-sub .r3{
	width: 134px;
	padding-left: 40px;
}
.or-sub .r4{
	width: 61px;
	padding-left: 23px;
}
.or-sub .r5{
	width: 100px;
	padding-left: 23px;
}
.or-sub .r6{
	padding-left: 35px;
}

.organ li.now .caret1{
	background: url(../images/or-bg3.png) no-repeat center;
}
.organ li.active .caret1{
	background: url(../images/or-bg2.png) no-repeat center;
}
.organ .active .or-main{
	background: #4f84e0;
	color: #fff;
}
.organ .now .or-main{
	background: #4f84e0;
	color: #fff;
}
.organ li:hover .or-main{
	background: #4f84e0;
	color: #fff;
}
.organ .or-main:hover .caret1{
	background: url(../images/or-bg3.png) no-repeat center;
}
.organ .active .or-main:hover .caret1{
	background: url(../images/or-bg2.png) no-repeat center;
}

/* 戒毒专家 */
.experts{
	margin-top: -7px;
}
.experts ul{
	overflow: hidden;
	min-height: 1100px;
}
.experts li{
	position: relative;
	height: 210px;
	background: #f5f5f5;
	padding-left: 177px;
	margin-top: 10px;
	padding-right: 10px;
}
.experts li img{
	position: absolute;
	width: 156px;
	height: 210px;
	left: 0;
	top: 0;
}
.experts .name{
	color: #000000;
	line-height: 52px;
	font-weight: bold;
	padding-top: 8px;
}
.experts .cont{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
}
.experts .link{
	float: left;
	color: #c2c2c2;
	font-size: 14px;
	margin-top: 9px;
}
.experts .link .link1{
	float: left;
	width: 53px;
	height: 30px;
	line-height: 30px;	
	padding-left: 31px;
	background: url(../images/link1-bg1.png) no-repeat;
	cursor: pointer;
	margin-right: 20px;
} 
.experts .link .link1:hover{
	background: url(../images/link1-bg2.png) no-repeat;
	color: #fff;
} 
.experts .link .link2{
	float: left;
	width: 42px;
	height: 30px;
	line-height: 30px;
	padding-left: 42px;
	background: url(../images/link2-bg1.png) no-repeat;
	cursor: pointer;
	position: relative;
}
.experts .link .link2:hover{
	background: url(../images/link2-bg2.png) no-repeat;
	color: #fff;
} 
.experts .link .link2:hover .exmail{
	display: block;
}
.experts .link .link2:hover .exmailbg{
	display: block;
}
.link2 .exmail{
	position: absolute;
	left: 0;
	top: -53px;
	background: #569cd6;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e5e5e5;
	padding: 0 14px;
	display: none;
}
.link2 .exmail a{
	display: block;
	color: #fff;
}
.link2 .exmailbg{
	position: absolute;
	left: 1px;
	top: -17px;
	background: url(../images/exmail-bg1.png) no-repeat;
	width: 80px;
	height: 18px;
	display: none;
}

/* 缉毒破案 */
.drug{
	margin-top: 10px;
}
.drug ul{
	overflow: hidden;
	min-height: 912px;
}
.drug li{
	position: relative;
	padding-left: 205px;
	padding-top: 20px;
	padding-bottom: 21px;
	border-bottom: 1px dotted #d0d0d0;
	height: 110px;
}
.drug li img{
	position: absolute;
	left: 5px;
	top:20px;
	width: 173px;
	height: 110px;
}
.drug .name{
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 11px;
}
.drug .cont{
	line-height: 22px;
	font-size: 12px;
	color: #666666;
	height: 44px;
	overflow: hidden;
	margin-bottom: 12px;
}
.drug .time{
	font-size: 12px;
	color: #999999;
}
.drug li:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.drug li:hover .name{
	color: #0166b6;
}

/* 缉毒破案 */
.chemicals{
	padding-top: 1px;
}
.chemicals ul{
	overflow: hidden;
	min-height: 1330px;
}
.chemicals li{
	border: 1px solid #fff;
	border-bottom: 1px dotted #e0e0e0;
	padding: 15px 0 15px 8px;
	overflow: hidden;
}
.chemicals .ch1{
	float: left;
	width: 52px;
	margin-right: 17px;
	text-align: center;
	padding-top: 18px;
}
.chemicals .ch1 .years{
	color: #666666;
	font-size: 22px;
	line-height: 42px;
	border-bottom: 1px solid #cccccc;
}
.chemicals .ch1 .month{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.chemicals .ch2{
	float: left;
	width: 158x;
	margin-right: 17px;
}
.chemicals .ch2 img{
	width: 158px;
	height: 100px;
}
.chemicals .ch3{
	float: left;
	width: 640px;
}
.chemicals .ch3 .name{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
	line-height: 18px;
	margin-bottom: 13px;
}
.chemicals .ch3 .conts{
	font-size: 12px;
	color: #666666;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin-bottom: 11px;
}
.chemicals .ch3 .views{
	font-size: 12px;
	color: #999999;
}
.chemicals .ch3 .views img{
	margin-left: 17px;
	margin-right: 5px;
	margin-top: -2px;
}
.chemicals li:hover{
	background: #f2f2f2;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #c8c7c7;
}

/* 视频 */
.video-name{
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 9px;
}
.video-time{
	line-height: 22px;
	color: #999999;
	font-size: 12px;
	margin-bottom: 30px;
}
.video-time span{
	margin-left: 15px;
	margin-right: 19px;
}
.video-time img{
	cursor: pointer;
}

/* 视频 */
.pop-video{
	overflow: hidden;
}
.video-box {
    width: 750px;
    height:551px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: none\9;
}
.video-box2 {
    width: 700px;
    height: 468px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: none;
    display: block\9;
}
.video-js .vjs-big-play-button{
	height: 82px;
    width: 82px;
	top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    border: none;

}
.video-js .vjs-big-play-button{
	background:url(../video/btn-bg.png) no-repeat;
}
.video-js .vjs-big-play-button::before{
	   content: "";
}
.video-js:hover .vjs-big-play-button{
	background:url(../video/btn-bg1.png) no-repeat;
}

.vlist-title{
	margin-top: 42px;
	position: relative;
	z-index: 100;
	height: 40px;
}

.vlist-title .v-left{
	float: left;
	font-size: 18px;
}
.vlist-title .v-left span{
	font-weight: bold;
	border-bottom: 2px solid #ff9201;
	padding: 10px 0;
	display: inline-block;
	
}
.vlist-title .v-left em{
	color: #f58b34;
	font-style: normal;
}


.v-right{
	float: right;
}

.v-right .diy_select{
	width: 69px;
	height:38px; 
	line-height:38px;
	position:relative;
	cursor:pointer;
	border:1px solid #d9d9d9;
	border-right: none;
	color:#b2b2b2;
	font-size:14px;
	float:left;
}
.v-right .diy_select_txt{
	width:69px;
	text-align: left;
	text-indent: 9px;
	float: left;
}
.v-right .diy_select_btn{
	
}
.v-right .diy_select_list{
	position:absolute;
	top:38px;
	left:-1px;
	z-index:88888;
	width:100%;
	display:none;
	border:1px solid #d9d9d9;
	background: #ffffff;
	height: 130px;
	overflow: hidden;
}

.v-right .diy_select_list li{
	height: 26px;
	line-height:26px;
	cursor:pointer;
	text-align: left;
	text-indent:9px;
}
.ie7 .v-right .diy_select_list li{
	margin-left: -15px;
}
.v-right .diy_select_list li:hover{
	color: #f58b34;
}

.v-right .mCSB_scrollTools{
	top: 5px;
	right: -5px;
}
.ie7 .v-right .mCSB_scrollTools{
	right: 2px;
}
.v-right .mCSB_scrollTools .mCSB_draggerRail{
	background: #ffffff;
}
.v-right .mCSB_scrollTools .mCSB_dragger{
	background: #ffffff;
}
.v-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #ccc;
}

.v-right .sou{
	float: left;
	width: 191px;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	padding-left: 10px;
	color: #999;
}
.v-right .soubg{
	cursor: pointer;
	float: left;
}

.v-list{
	border-top: 1px solid #dcdcdc;
	margin-top: -1px;
	padding-top: 15px;
}
.ie7 .v-list{
	margin-top: -1px;

}
.v-list ul{
	overflow: hidden;
	min-height: 980px;
}
.v-list li{
	float: left;
	margin-right: 29px;
	margin-top: 15px;
}
.v-list .show{
	position: relative;
	width: 204px;
	height: 150px;
}
.v-list .show img{
	width: 204px;
	height: 150px;
}
.v-list .show  .details{
	position: absolute;
	width: 204px;
	height: 40px;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.v-list .show  .details .d1{
	width: 40px;
	height: 40px;
	float: left;
	background:url(../images/details-left.jpg) no-repeat;
}
.v-list .show  .details .d2{
	height: 38px;
	width: 134px;
	padding-left: 14px;
	padding-right: 16px;
	background: url(../images/d1-bg.png);
	float: left;
	overflow: hidden;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
.v-list .times{
	line-height: 31px;
	color: #666666;
	font-size: 12px;
}
.v-list li:hover{
	opacity: 0.9;
	filter:alpha(opacity=90);
}

/* &#50;&#56;&#51;&#54;&#53;&#22791;&#29992;&#32593;&#22336;&#23448;&#26041;&#32593;&#31449;&#95;&#51;&#54;&#53;&#22312;&#32447;&#20307;&#32946;&#23448;&#26041;&#32593;&#31449;&#20837;&#21475;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#23448;&#26041;&#20026;&#20160;&#20040;&#19981;&#33021;&#25552;&#27454;展览馆 */
.big-top{
	min-height: 36px;
	margin-top: 32px;
}
.big-top .m1-left{
	float: left;
	line-height: 20px;
    border-left: 3px solid #000000;
    padding-left: 10px;
    font-size: 20px;
}
.big-top .m1-right{
	float: right;
}

.hall{

}
.hall ul{
	overflow: hidden;
	min-height: 844px;
}
.hall ul li{
	margin-right: 26px;
	margin-top: 26px;
	float: left;
}
.hall .hall-img{
	position: relative;
	width: 280px;
	height: 157px;
}
.hall .hall-img img{
	width: 280px;
	height: 157px;
}
.hall .hall-img .pop{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: red;
	background: url(../images/pop-bg.png) no-repeat;
	display: none;
}
.hall ul li:hover .pop{
	display: block;
}
.hall .name{
	color: #444444;
	font-size: 14px;
	line-height: 28px;
}


/* 书画 */
.picture{
	margin-top: -13px;
}
.picture ul{
	overflow: hidden;
	min-height: 1065px;
}
.picture li{
	width: 214px;
	float: left;
	margin-right: 16px;
	margin-top: 20px;
}

.picture li img{
	width: 214px;
	height: 157px;

}
.picture .pic-box{
	width: 214px;
	height: 157px;
	position: relative;
}
.picture .pic-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/pic-bg.png) no-repeat;
	display: none;
}
.picture .name{
	line-height: 22px;
	font-size: 14px;
	margin-top:6px;
	margin-bottom:10px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.picture li:hover .pic-bg{
	display: block;
}


/* 阅读 */
.read{
	margin-top: -17px;
}
.read ul{
	overflow: hidden;
	min-height: 1176px;
}
.read li{
	float: left;
	margin-right: 32px;
	margin-top: 20px;
	width: 260px;
	border: 1px solid #eeeeee;
	padding: 9px 9px 20px 9px;
}
.read li img{
	width: 260px;
	height: 328px;
}
.read .names{
	line-height: 38px;
	font-size: 14px;
	color: #000000;
}
.read .times{
	font-size: 12px;
	color: #b2b2b2;
	line-height: 16px;
	margin-bottom: 17px;
}
.read .online{
	width: 63px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	font-size: 12px;
	padding-left: 30px;
	background: url(../images/online-bg1.png) no-repeat;
}
.read li:hover img{
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.read li:hover .names{
	color: #74bb2d;
}
.read li:hover .times{
	color: #999999;
}
.read li:hover .online{
	background: url(../images/online-bg2.png) no-repeat;
	color: #fff;
}

/* 电子期刊 */
.read1{
	margin-top: -1px;
}

/* 书画 */
.book{
	padding-top: 7px;
}
.book ul{
	overflow: hidden;
	position: relative;
	height: 644px;
}
.book li{
	width: 211px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.book .book-img{
	width: 209px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.book .name{
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 38px;
}
.book .pops{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pops-bg.png);
	display: none;
}
.book .pops .mores{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 39px;
	height: 39px;
	background: url(../images/mores-bg.png) no-repeat;
	margin-left: -19.5px;
	margin-top: -19.5px;
}
.book li img{
	max-width: 100%;
	width: 209px;
}
.book .b1{
	left: 0;
	top: 0;
}
.book .b2{
	left: 231px;
	top: 0;
}
.book .b3{
	left: 462px;
	top: 0;
}
.book .b4{
	left: 693px;
	top: 0;
}
.book .b5{
	left: 0px;
	top: 357px;
}
.book .b6{
	left: 231px;
	top: 198px;
}

.book li:hover .pops{
	display: block;
}

/* 政策法规 */
.statute{
	border-top: 3px solid #ff9200;
}
.statute ul{
	overflow: hidden;
	min-height: 972px;
}
.statute li{
	padding: 12px 0;
	border-bottom: 1px dotted #a9a9a9;
	padding-left: 89px;
	padding-right: 15px;
	position: relative;
	height: 56px;
}
.statute .s-left{
	position: absolute;
	left: 0;
	top: 12px;
	width: 68px;
	height: 56px;
	background: url(../images/statute-bg.png) no-repeat;
	text-align: center;
	color: #fff;
}
.statute .s-left .day{
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 4px;
}
.statute .s-left .year{
	line-height: 20px;
	font-size: 12px;
}
.statute .names{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.statute .details{
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.statute li:hover .names{
	color: #0166b6;
}

/* &#50;&#56;&#51;&#54;&#53;&#22791;&#29992;&#32593;&#22336;&#23448;&#26041;&#32593;&#31449;&#95;&#51;&#54;&#53;&#22312;&#32447;&#20307;&#32946;&#23448;&#26041;&#32593;&#31449;&#20837;&#21475;&#95;&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#23448;&#26041;&#20026;&#20160;&#20040;&#19981;&#33021;&#25552;&#27454;课堂 */
.forum{
	margin-top: -3px;
}
.forum ul{
	overflow: hidden;
	min-height: 882px;
}
.forum li{
	float: left;
	width: 213px;
	height: 113px;
	margin-right: 20px;
	margin-top: 15px;
	padding: 15px 15px 15px 214px;
	position: relative;
	background: #fafafa;
}
.forum li img{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 178px;
	height: 113px;
}
.forum .names{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
	margin-bottom: 14px;
}
.forum .times{
	font-size: 12px;
	color: #999999;
	margin-bottom: 19px;	
}
.forum .conts{
	color: #666666;
	font-size: 12px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.forum li:hover{
	background: #f29e30;
}
.forum li:hover .names{
	color: #fff;
}
.forum li:hover .times{
	color: #fff;
}
.forum li:hover .conts{
	color: #fff;
}

/* 在线培训 */
.train{
	
}
.train h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
.train .train-detail{
	height: 200px;
	background: url(../images/train-detailbg.jpg) no-repeat;
	padding-left: 32px;
	color: #fff;
	font-size: 14px;
	padding-top: 38px;
	margin-top: 43px;
}
.train-detail ul{
	overflow: hidden;
	width: 648px;
}
.train-detail li{
	float: left;
	line-height: 30px;
	width: 324px;
}
.train-detail li span{
	font-weight: bold;
}
.train-detail .apply{
	width: 120px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: #74bb2d;
	text-align: center;
	margin-top: 25px;
}
.train-detail .apply a{
	color: #fff;
	display: block;
}

.course{
	margin-top: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.course .title{
	line-height: 36px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	display: inline-block;
	margin-bottom: 27px;
}
.course .title1{
	line-height: 32px;
}
.course ul{
	overflow: hidden;
	font-size: 14px;
}
.course ul li{
	margin-bottom: 17px;
}
.course ul li .captions{
	line-height: 38px;
	font-weight: bold;
}
.course ul li .captions img{
	margin-right: 7px;
}
.course ul li .conts{
	line-height: 30px;
}




/* 毒品知识 */
.knows{
	position: relative;
	z-index: 100;
}
.knows ul{
	overflow: hidden;
	border-right: 1px solid #dad9da;
	display: inline-block;
	width: 412px;
}
.knows li{
	float: left;
	text-align: center;
	width: 102px;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
	color: #666666;
	border-bottom: 1px solid #dad9da;
	border-left: 1px solid #dad9da;
	background: url(../images/knows-bg1.jpg) no-repeat top center;
	background-color: #f3f3f3;
}
.knows li:hover{
	background-color: #fff;
	background: url(../images/knows-bg2.jpg) no-repeat top center;
	color: #ff9200;
}
.knows .on{
	background-color: #fff;
	background: url(../images/knows-bg2.jpg) no-repeat top center;
	border-bottom: 1px solid #fff;
	color: #ff9200;
}

.knows-box{
	font-size: 14px;
	line-height: 30px;
	color: #444444;
	padding-top: 33px;
	border-top: 1px solid #dad9da;
	margin-top: -3px;
	display: none;
}
.ie7 .knows-box{
	margin-top: -1px;
}
.type{
	margin-bottom: 40px;
}
.type .order{
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	margin-bottom: 36px;
}
.type .order-list{

}
.type .order-list ul{
	overflow: hidden;
}
.type .order-list li{
	padding-top: 19px;
	padding-bottom: 20px;
	border-top: 1px dotted #e8e8e8;
	position: relative;
	padding-left: 190px;
	padding-right: 10px;
	overflow: hidden;
}
.type .order-list li img{
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
	width: 159px;
	height: 159px;
}
.type .order-list .name{
	font-size: 16px;
	line-height: 56px;
	color: #0166b6;
	font-weight: bold;
}
.type .order-list .detail{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
}

/* 毒品危害 */
.harm{
	margin-bottom: 11px;
}
.harm .title{
	height: 27px;
	line-height: 27px;
	padding: 11px 0;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.harm .title em{
	font-style: normal;
	font-weight: bold;
	color: #fff;
	width: 27px;
	height: 27px;
	display: inline-block;
	text-align: center;
	background: url(../images/harm-titlebg.png) no-repeat;
	margin-right: 13px;
	font-size: 16px;
}
.harm-list{

}
.harm-list ul{
	overflow: hidden;
}
.harm-list li{
	padding-left: 19px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.harm-list i{
	width: 6px;
	height: 6px;
	background: #f58b34;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
}
.harm-list .harm-main{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.harm-list .harm-sub{
	font-size: 12px;
	color: #666;
	line-height: 27px;
	margin-top: 14px;
}
.harm-list .big{
	color: #333333;
}
.harm-list .pdright{
	padding-right: 115px;
}


/* 网上调查 */
.survey-box{
	margin-top: -19px;
}
.survey{
	margin-top: 35px;
}
.survey .survey-title{
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ffa733;
	margin-bottom: 16px;
}
.survey .survey-title img{
	margin-right: 8px;
}

.survey table{
	width: 100%;
	border-top: 2px solid #fdddb2;
	font-size: 14px;
}

.survey table thead th{
	height: 40px;
	background: #fcf2e3;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
}
.survey  .t1{
	width: 709px;
	padding-left: 21px;
}
.survey  .d1{
	padding-left: 21px;
}
.survey  .t2{
	width: 87px;
	text-align: center;
}
.survey  .d2{
	text-align: center;
	color: #999999;

}
.survey  .t3{
	width:300px;
	text-align: center;
}
.survey  .d3{
	text-align: center;
	color: #999999;

}
.survey  .t4{
	width: 80px;
	text-align: center;
	padding-right: 15px;
}
.survey  .d4{
	text-align: center;
	padding-right: 15px;
}
.survey  .d4 a{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background: url(../images/d4-bg.png) no-repeat;
	color: #fff;
}

.survey table tbody td{
	line-height: 46px;
	border-bottom: 1px dotted #d3d3d3;
}


/* 网上调查结果 */
.backs{
	float: right;
	margin-top: -8px;
}
.backs a{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: url(../images/backs-bg.png) no-repeat;
}
.big-top .m1-left1{
	color: #ffa733;
}
.ques{
	border-top: 6px solid #ffa733;
	margin-top: 15px;
	padding-top: 19px;
}
.ques .title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
}
.ques-list{

}
.ques-list ul{
	overflow: hidden;
}
.ques-list li{
	position: relative;
	padding-left: 50px;
	margin-top: 30px;
	min-height: 46px;
}
.ques-list li em{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
	background: url(../images/quesem-bg.png) no-repeat;
}
.ques-list .titles{
	height: 46px;
	line-height: 46px;
	background: url(../images/questitle-bg.png) no-repeat;
	color: #000000;
	font-size: 14px;
	padding-left: 37px;
	margin-bottom: 27px;
}
.ques-list table{
	border-collapse:collapse;
	width: 100%;
	border:1px solid #d2d2d2;
}
.ques-list th{
  border:1px solid #d2d2d2;
}
.ques-list td{
  border:1px solid #d2d2d2;
}

.ques-list table thead th{
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.ques-list table tbody td{
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.ques-list table tbody .td2{
	text-align: left;
}
.ques-list table tbody .td2 img{
	height: 10px;
	border: 0;
}

/* 调查表 */
.backs1{
	float: right;
    margin-top: -15px;
}
.backs1 a{
	display: block;
    color: #fff;
    text-align: center;
	width: 130px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	background: url(../images/backs-bg1.png) no-repeat;
}
.paper{
	margin-top: 4px;
}
.paper-title{
	line-height: 34px;
	color: #000000;
	text-align: center;
	font-size: 20px;
}
.paper-time{
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 26px;
	margin-bottom: 28px;
}
.paper-time .on1{
	color: #79b800;
}
.paper-time .on2{
	color: #d40e0e;
}

.welcome{
	height: 60px;
	line-height: 60px;
	color: #999999;
	font-size: 14px;
	padding-left: 15px;
	background: #f5f5f5;
}
.welcome img{
	margin-right: 8px;
}

.paper-list{

}
.paper-list ul{
	overflow: hidden;
}
.paper-list .lists{
	position: relative;
	padding-left: 50px;
	margin-top: 28px;
	min-height: 46px;
}
.paper-list li em{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 9px;
	background: url(../images/quesem-bg.png) no-repeat;
}
.paper-list .titles{
	height: 46px;
	line-height: 46px;
	background: url(../images/questitle-bg.png) no-repeat;
	color: #000000;
	font-size: 14px;
	padding-left: 37px;
}
.paper-list .choose{
	margin-top:3px;
}
.paper-list .choose ul{
	overflow: hidden;
}
.paper-list .choose li{
	width: 19.5%;
	float: left;
	padding-left: 2.5%;
	padding-right:3%;
	font-size: 14px;
	color: #666666;
	line-height:22px;
	position: relative;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.paper-list .choose i{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/choose-bg1.png) no-repeat;
	cursor: pointer;
}
.paper-list .choose span{
	cursor: pointer;
}
.paper-list .choose .on{
	background: url(../images/choose-bg2.png) no-repeat;
}


.paper-list .choose1{
	margin-top: 3px;
}
.paper-list .choose1 ul{
	overflow: hidden;
}
.paper-list .choose1 li{
	width: 19.5%;
	float: left;
	padding-left: 2.5%;
	padding-right:3%;
	font-size: 14px;
	color: #666666;
	line-height:22px;
	position: relative;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.paper-list .choose1 i{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/choose-bg1.png) no-repeat;
	cursor: pointer;
}
.paper-list .choose1 span{
	cursor: pointer;
}
.paper-list .choose1 .on{
	background: url(../images/choose-bg2.png) no-repeat;
}

.paper-list textarea{
	resize: none;
	display: block;
	border: 1px solid #fce8ca;
	width: 1128px;
	height: 116px;
	margin-top: 34px;
	padding: 10px;
	font-family: "微软雅黑";
}

.present{
	margin-top: 33px;
	border-top: 4px solid #fce8ca;
	padding-top: 30px;
	padding-bottom: 11px;
}
.present .btn{
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background: #ff9201;
	color: #fff;
}

/***书画开始***/
.main-right .paint{
	min-height:500px;
}
.main-right .paint ul{
	overflow:hidden;
}
.main-right .paint li{
	padding:20px 10px;
	width:258px;
	height:276px;
	overflow:hidden;
	float:left;
	border:#eee 1px solid;
	margin-right:32px;
	margin-bottom:20px;
}
.main-right .paint li.right{
	margin-right:0;
}
.main-right .paint li img{
	display:block;
	max-width:260px;
	width:260px;
	height:178px;
}

.main-right .paint li h3{
	font-size:14px;
	line-height:38px;
	height:38px;
	color:#000;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.main-right .paint li span{
	font-size:12px;
	line-height:18px;
	color:#999;
	display:block;
	margin-top:5px;
}
.main-right .paint li a{
	font-size:12px;
	line-height:25px;
	color:#333;
	width:62px;
	height:25px;
	border:#e5e5e5 1px solid;
	background: url(../images/icon_01.png) 14px center no-repeat;
	padding-left:30px;
	display:block;
	margin-top:10px;
}
.main-right .paint li:hover h3{
	color:#74bb2d;
}
.main-right .paint li:hover a{
	background: #74bb2d url(../images/icon_02.png) 14px center no-repeat;
	color:#fff;
}
.main-right .paint .page{
	margin-top:20px;
}


/***书画1***/
.main-right .paint1{
	min-height:500px;
}
.main-right .paint1 ul{
	overflow:hidden;
}
.main-right .paint1 li{
	padding:20px 10px;
	width:258px;
	height:276px;
	overflow:hidden;
	float:left;
	border:#eee 1px solid;
	margin-right:32px;
	margin-bottom:20px;
}
.main-right .paint1 li.right{
	margin-right:0;
}
.main-right .paint1 li img{
	display:block;
	max-width:260px;
	width:260px;
	height:178px;
}
.main-right .paint1 li h3{
	font-size:14px;
	height:42px;
	color:#000;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-top:5px;
}

.main-right .paint1 li span{
	font-size:12px;
	line-height:18px;
	color:#999;
	display:block;
	margin-top:5px;
}
.main-right .paint1 li a{
	font-size:12px;
	line-height:25px;
	color:#333;
	width:62px;
	height:25px;
	border:#e5e5e5 1px solid;
	background: url(../images/icon_01.png) 14px center no-repeat;
	padding-left:30px;
	display:block;
	margin-top:10px;
}
.main-right .paint1 li:hover h3{
	color:#74bb2d;
}
.main-right .paint1 li:hover a{
	background: #74bb2d url(../images/icon_02.png) 14px center no-repeat;
	color:#fff;
}
.main-right .paint1 .page{
	margin-top:20px;
}
/***书画结束***/

/***搜索结果开始***/
.main-right .result{
	border-top:#0166b6 3px solid;
	min-height:500px;
}
.main-right .result ul{
	margin-top:10px;
	min-height:500px;
}
.main-right .result li{
	width:878px;
	height:42px;
	background: url(../images/icon_03.png) 5px center no-repeat;
	padding-left:26px;
	position:relative;
}
.main-right .result li a{
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	display: block;
    width: 90%;
}
.main-right .result li:hover a{
	color:#0166b6;
}
.main-right .result li:hover{
	background-color:#f2f2f2;
}
.main-right .result li span{
	font-size:12px;
	line-height:42px;
	color:#b2b2b2;
	position:absolute;
	top:0;
	right:10px;
}
/***搜索结果结束***/


/* 协会会长 */
.association-box{

}
.association .titles{
	line-height: 20px;
	font-weight: bold;
	padding-left: 26px;
	background: url(../images/name-bg1.png) no-repeat left center;
}
.association .titles span{
	font-weight: normal;
}

.association{
	margin-bottom: 26px;
}
.association ul{
	overflow: hidden;
	margin-top: 9px;
}
.association ul li{
	float: left;
	width: 426px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 36px;
}

.association .names{
	float: left;
	font-weight: bold;
	display: inline-block;
	width: 56px;
	color: #0166b6;
}

.association .details{
	float: left;
	display: inline-block;
	color: #666666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 370px;
}

/* 预览页 */
.main-rights{
	margin: auto;
	margin-top: 50px;
	float: none;
}