/*登录页*/
.top{
	background: #8B3037;
	opacity: 0.6;
	padding:0px 40px;
	height:40px;
	line-height: 40px;
	color:#fff;
	font-size:14px;
}
.main{
	height:660px;
	background: url(../img/bg.jpg);
	background-size:100% 100%;
}
.main_center{
	width:1100px;
	margin:0 auto;
	overflow: hidden;
}
.login{
	width:600px;
	height:466px;
	float:right;
	margin-top:120px;
}
.logo{
	height:97px;
	width:334px;
	margin:0 auto;
}
.logo>img{
	width:100%;
	height:100%;
}
.kua{
	margin-top:28px;
	border:5px solid #8B3037;
	border-radius: 4px;
	height:330px;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
}
.kua_left{
	float:left;
	width:225px;
	height:330px;
}
.kua_left>img{
	width:100%;
	height:100%;
}
.kua_right{
	width:360px;
	float:right;
	height:100%;
	padding:40px 28px;
}
.title{
	overflow: hidden;
}
.title_left{
	float:left;
	font-size:24px;
	color:#333;
	font-weight:600;
	font-family: '幼圆';
}
.title_right{
	float:left;
	font-size:12px;
	color:#555;
	font-family: 'Times New Roman';
	width:140px;
	margin-left:4px;
	border-bottom:1px solid #9a9a9a;
	margin-top:11px;
}
.add_t{
	margin-top:14px;
	background: #fff;
	height:38px;
	line-height: 38px;
	border-radius:20px; 
	overflow: hidden;
	position: relative;
	border:1px solid #808080;
}
.add_t>input{
	width:100%;
	height:100%;
	padding-left:60px;
	font-size:16px;
	border:none;
	background: #fff;
}
.add_t>img{
	position: absolute;
	top:6px;
	left:20px;
	width:22px;
	height:24px;
}
.bt{
	text-align: center;
	margin-top:40px;
}
.bt>button{
	color:#fff;
	font-size:20px;
	background:#3787cb ;
	height:50px;
	width:186px;
	border-radius: 10px;
	border:none;
}
.footer{
	height:60px;
	line-height: 60px;
	text-align: center;
	background: #583838;
	font-size:14px;
	color:#fff;
}
/*主页*/
.content{
	overflow: hidden;
}
.content_left{
	float:left;
	width:17%;
	background: #2b2e3d;
	padding-top:30px;
	padding-bottom:30px;
}
.title_list>li{
	padding:12px 12px 12px 36px;
	color:#676a79;
	overflow: hidden;
	font-size:16px;
	border-bottom:1px solid #212332;
	cursor: pointer;
}
.title_list>li>img{
	width:16px;
	height:16px;
	float:left;
}
.title_list>li>span{
	float:left;
	margin-left:20px;
	margin-top:-4px;
}
.title_list>li>i{
	width:12px;
	height:15px;
	float:right;
	display: inline-block;
	background: url(../img/2.png);
	background-size:100% 100%;
}
.dl{
	border-top:1px solid #3d4155;
}
.dl>a>dd{
	padding:12px 12px 12px 50px;
	color:#d1d1d1;
	overflow: hidden;
	font-size:14px;
}
.dl>a>dd>i{
	width:6px;
	height:9px;
	float:left;
	margin-top:6px;
	display: inline-block;
	background: url(../img/yuan1.png);
	background-position:0px 0px;
}
.dl>a>dd>span{
	float:left;
	margin-left:15px;
}
#li1{
	color:#fff;
}
#lii{
	background: url(../img/22.png);
	background-size:100% 100%;
}
#isspan{
	color:#8B3037;
}
.dl{
	display: none;
}
#isdl{
	display: block;
	color:#fff;
}
#isi{
	background: url(../img/yuan1.png);
	background-position:-6px -0px !important;
}
/*右面*/
.content_right{
	float:left;
	width:83%;
	background: #eeeeee;
}
.location{
	padding:6px 14px;
	overflow:hidden;
	font-size:12px;
	color:#333333;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.location_left{
	float:left;
	overflow: hidden;
}
.location_left>img{
	float:left;
	width:16px;
	height:16px;
}
.location_left>div{
	float:left;
	margin-left:7px;
}
.location_left>div>a{
	margin:0px 4px;
	color:#333333;
}
.location_left>div>a:hover{
	color:#932059;
}
.time{
	float:right;
	font-size:14px;

}
.meeting_list{
	margin-bottom:14px;
}
.meeting{
	margin:14px;
	margin-bottom:0px;
	background: #fff;
	border-radius: 4px;
	padding:24px;
}
.meeting_name{
	font-size:24px;
	color:#333;
	margin:0px;
	font-weight: 600;
	font-family: '黑体';
	padding:0px;
}
.place{
	margin:14px 0px;
	font-size:14px;
	color:#333;
}
.place>span{
	margin-right:46px;
	color:#6a6a6a;
	display: inline-block;
}
.meter{
	border-radius: 4px;
	border:1px solid #dfdfdf;
	overflow: hidden;
}
.meter_t{
	height:46px;
	background: #d684ac ;
	color:#fff;
	font-size:18px;
	line-height: 46px;
	overflow: hidden;
}
.number{
	width:5%;
	float:left;
	text-align: center;
	border-right:1px solid #fff;
}
.discussion{
	width:60%;
	float:left;
	text-align: center;
	border-right:1px solid #fff;
}
.sta{
	width:20%;
	float:left;
	text-align: center;
	border-right:1px solid #fff;
}
.operation{
	width:15%;
	float:left;
	text-align: center;
}
.meter_m{
	color:#333;
	font-size:18px;
	overflow: hidden;
	border-bottom:1px solid #dfdfdf;
}
.meter_m_number{
	width:5%;
	float:left;
	text-align: center;
	border-right:1px solid #dfdfdf;
}
.meter_m_discussion{
	width:60%;
	float:left;
	padding:10px 14px;
	border-right:1px solid #dfdfdf;
}
.meter_m_t{
	overflow: hidden;
}
.meter_m_t>img{
	width:16px;
	height:16px;
	float:left;
	margin-top:7px;
}
.meet_title{
	float:left;
	margin-left:10px;
	font-size:20px;
	color:#333;
	max-width:77%;
	overflow: hidden;
}
.meet_time{
	float:left;
	margin-left:20px;
	overflow: hidden;
	margin-top:5px;
	width:80px;
}
.meet_time>img{
	width:22px;
	height:20px;
	float:left;
	margin-right:4px;
}
.meet_time>span{
	float:left;
	font-size:12px;
	color:#808080;
	margin-top:2px;
}
.name_list{
	margin-top:12px;
	font-size:16px;
	color:#6d6d6d;
}
.meter_m_sta{
	width:20%;
	float:left;
	padding:10px 14px;
	border-right:1px solid #dfdfdf;
}
.meter_m_sta_t{
	overflow:hidden;
	margin-bottom:17px;
}
.check{
	float:left;
	width:92px;
	height:30px;
	background:#dec74a ;
	color:#fff;
	font-size:16px;
	line-height:30px ;
	text-align: center;
	border-radius: 4px;
}
.check1{
	float:left;
	width:92px;
	height:30px;
	background:#50ab52 ;
	color:#fff;
	font-size:16px;
	line-height:30px ;
	text-align: center;
	border-radius: 4px;
}
.meter_m_sta_t>img{
	float:right;
	width:32px;
	height:32px;
	cursor: pointer; 
}
.meter_m_sta_time{
	font-size:12px;
	color:#3d3d3d;
	margin-top:12px;
}
.meter_r{
	float:left;
	width:15%;
	padding:10px 0px;
	text-align: center;
}

.meter_r_t_span{
	float:left;
	font-size:14px;
	color:#fff;
}
.meter_r_t_img{
	width:18px;
	height:17px;
	float:right;
	margin-top:6px;
}
.meter_r_t{
	background: #7f818c;
	width:84px;
	height:27px;
	overflow: hidden;
	padding:0px 15px;
	line-height:27px;
	margin:0 auto;
	border-radius: 4px;
	cursor: pointer;
}
.meter_r_m{
	margin-top:8px !important;
	margin-bottom:8px !important;
	background: #f05050;
	width:84px;
	height:27px;
	overflow: hidden;
	padding:0px 15px;
	line-height:27px;
	margin:0 auto;
	border-radius: 4px;
	cursor: pointer;
}
.meter_r_b{
	background: #50abe2;
	width:84px;
	height:27px;
	overflow: hidden;
	padding:0px 15px;
	line-height:27px;
	margin:0 auto;
	border-radius: 4px;
	cursor: pointer;
}
/*现在不能提交议题*/
.nosub{
	width:626px;
	height:300px;
	margin:20px auto;
	text-align: center;
	background: url(../img/no.jpg);
	background-size:100% 100%;
}
.nosub_p{
	width:480px;
	font-size:36px;
	line-height: 58px;
	color:#383838;
	padding-top:120px;
	margin-left:0px;
	font-weight: 600;
}

.lead{
	display: inline-block;
	margin:0 auto;
	overflow: hidden;
}
.lead_left{
	width:160px;
	height:50px;
	background:#228bbb ;
	border-radius:4px; ;
	text-align: center;
	line-height: 50px;
	font-size:22px;
	color:#fff;
	float:left;
	margin-right:68px;
	cursor: pointer;
}
.lead_right{
	width:160px;
	height:50px;
	background:#919bcc ;
	border-radius:4px; ;
	text-align: center;
	line-height: 50px;
	font-size:22px;
	color:#fff;
	float:left;
	margin-right:68px;
	cursor: pointer;
}
/*列席议题*/
.allnumber{
	font-size:16px;
	color:#5f5f5f;
	margin-bottom:20px;
	margin-top:10px;
	text-align: center;
}
.allnumber>span{
	color:#3976a1;
	font-size:20px;
}
.check2 {
    float: left;
    width: 92px;
    height: 30px;
    background: #3a94c3;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.check3{
	float: left;
    width: 92px;
    height: 30px;
    background: #ee9377;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
/*审核议题*/
.pass,.pass1,.pass2{
	width:90px;
	height:26px;
    background: #50ab52;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    margin:0 auto;
    cursor: pointer;
}
.pass1{
	margin:10px auto;
	background: #ed6449 !important;
}
.pass2{
	background: #c0a873 !important;
}
/*审核以提单*/
.handle{
	overflow: hidden;
	width:1 20px;
	margin:0 auto;
}
.handle_left{
	overflow: hidden;
	width:58px;
	float:left;
	height:24px;
	font-size:14px;
	color:#fff;
	border-radius: 4px;
	background: #5097d8;
	cursor: pointer;
	margin-left: 20px;
	line-height: 24px;
}
.handle_left>img,.handle_right>img{
	width:11px;
	height:14px;
	float:left;
	margin-top:4px;
	margin-left:8px;
	margin-right:3px;
}
.handle_left>span,.handle_right>span{
	float:left;
}
.handle_right{
	overflow: hidden;
	width:58px;
	height:24px;
	font-size:14px;
	color:#fff;
	border-radius: 4px;
	background: #946a84;
	float:right;
	cursor: pointer;
	margin-right: 20px;
	line-height: 24px;
}
.del_yt{
	overflow: hidden;
	width:58px;
	height:24px;
	font-size:14px;
	color:#fff;
	border-radius: 4px;
	background: #ed6449;
	float:left;
	text-align: center;
	line-height: 24px;
	margin-top:24px;
	cursor: pointer;
	margin-left: 20px;
	line-height: 24px;
}
.rer_yt{
	overflow: hidden;
	width:58px;
	height:24px;
	font-size:14px;
	color:#fff;
	border-radius: 4px;
	background: #c0a873;
	float:right;
	text-align: center;
	line-height: 24px;
	margin-top:24px;
	cursor: pointer;
	margin-right: 20px;
	line-height: 24px;
}
/*上会议*/
.saerch{
	padding:0px 0px 14px;
	margin-bottom:20px;
	overflow: hidden;
	border-bottom:1px solid #e4e4e4;
}
.saerch_left{
	float:left;
	width:370px;
	overflow: hidden;
	font-size:16px;
	color:#333;
	margin-right:20px;
	margin-top:2px;
}
.saerch_left>span{
	float:left;
	margin-right:8px;
	margin-top:3px;
}
.saerch_left>input{
	width:280px;
	height:30px;
	padding:0px 4px;
	float:left;
	border:1px solid #d2d2d2;
	border-radius: 4px;
}
.saerch_bt{
	width:90px;
	height:32px;
	background:#5b94e2 ;
	float:left;
	border-radius: 6px;
	font-size:16px;
	color:#fff;
	border:none;
}
.meet_times{
	font-size:14px;
	color:#585858;
	text-align: center;
	margin:0px 0px 2px;
}
.meet_timess{
	overflow: hidden;
	margin:0 auto;
	width:76px;
}
.meet_timess_left{
	margin-top:5px;
	overflow: hidden;
}
.meet_timess_left>img{
	width:22px;
	height:20px;
	float:left;
}
.meet_timess_left>div{
	font-size:14px;
	color:#737373;
	float:left;
}
/*修改密码*/
.modification{
	height:50px;
	background:#d684ac ;
	font-size:22px;
	color:#fff;
	line-height:50px;
	padding:0px 24px;
	border-radius:4px 4px 0px 0px;
}
.modification_t{
	padding:20px 60px;
}
.modification_li{
	padding:10px 0px;
	overflow: hidden;
	font-size:15px;
	color:#333;
}
.modification_li_left{
	float:left;
	width:174px;
}
.modification_li_right{
	float:left;
}
.modification_li>input{
	width:336px;
	height:36px;
	border:1px solid #b5b5b5;
	padding:0px 12px;
	background: none;
	border-radius: 4px;
}
.modification_li>button{
	width:170px;
	height:44px;
	background: #1c7fd3;
	color:#fff;
	border-radius: 4px;
	border:none;
	margin-top:20px;
	margin-left:174px;
}