@charset "UTF-8";
/* CSS Document */

/* reset */
body{font-size:12px;font-family:'Microsoft YaHei', Arial, Helvetica, sans-serif;color:#000;background:#fff;position:relative}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0;font-size:inherit;}img{border:0 none}li{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}a{text-decoration:none;outline:none;color:inherit}a:hover{text-decoration:none}.clear{overflow:hidden;clear:both;float:none}input,button,select,textarea{outline:none}textarea{resize:none}
/* 通用样式 */
body{background:#e8e8e8}

#meetingPaperIndex{background:#fff;width:960px;overflow:hidden;margin:10px auto;}
#meetingPaperIndex .navBar{background:#1e4276;overflow:hidden;}
#meetingPaperIndex .navBar .report{ width:135px; height:50px; line-height:50px;background:#162e52; color:#FFF; text-align:center; font-size:20px; float:left;}
#meetingPaperIndex .navBar .navSearch{ float:left; margin-left:60px; margin-top:9px; overflow:hidden;}
#meetingPaperIndex .navBar .navSearch .navSearchInput{width:300px; height:32px; margin-right:25px; float:left;}
#meetingPaperIndex .navBar .navSearch .navSearchBtn{width:90px; height:32px; line-height:32px;background:#298cf1; border:none; font-size:16px; color:#FFF; float:left; border-radius:3px; cursor:pointer;}
#meetingPaperIndex .navBar .navSearch .navSearchBtn:hover{background:#2076cf;}
.navBar .operation{ width:280px; float:right; overflow:hidden; margin-top:12px;}
.navBar .operation li{ width:49%; float:left;}
.navBar .operation li label{color:#FFF;font-size:14px;line-height:23px;float:left;margin-right:8px;}

/*
#dataIndex .navBar .navSearch{float:right;display:inline-block;width:225px;height:35px;border-radius:5px;border:0 none;box-shadow:0 0 5px rgba(0, 0, 0, 0.6) inset;margin:7px 0 0;font-size:14px;overflow:hidden;}
#dataIndex .navBar .navSearch .navSearchInput{width:190px;padding:0 5px;float:left;height:35px;display:inline-block;border:0 none; border-radius:0px;}
#dataIndex .navBar .navSearch .navSearchBtn{background:url(../images/icons.png) no-repeat 8px -31px #fff;width:35px;height:35px;display:inline-block;border:0 none;float:left;cursor:pointer;}
#dataIndex .navBar .navSearch:hover .navSearchBtn{background-position:8px -67px}
#dataIndex .dataIndexInner{padding:0 30px 20px;overflow:hidden;border-top:1px solid #F00;}
#dataIndex .main{float:left;display:inline-block;width:650px;margin-right:30px;margin-right:30px}
 */

.fl{ float:left;}
.fr{ float:right;}
.navbar{margin-bottom:0px;}
.meetingPaper{padding:0 15px 20px;overflow:hidden;font-size:14px;}
.meetingFunction{ margin-top:10px; padding-bottom:10px; border-bottom:5px solid #1e4274;}
.meetingPaper .choose{}
.meetingPaper .choose label{ width:100px; height:30px; line-height:30px;display:inline-block; text-align:right; margin-right:20px; font-weight:normal;}
.meetingPaper .choose span{height:30px; line-height:30px;display:inline-block;margin-right:20px;}
.meetingPaper .choose span.spanBig{margin-right:47px;}
.meetingPaper .choose span input{display:inline-block; margin-right:5px; cursor:pointer;}
.meetingContent{padding:0 15px 20px;overflow:hidden;font-size:14px;}
.conTime{ height:50px; line-height:50px; border-bottom:1px solid #E3E7E8;}
.conTime .timeR{ width:65px; height:20px; line-height:20px; background:url(../images/time.png) no-repeat 5px center;padding-left:30px; margin-top:14px;}
.conList{}
.conList li{border-bottom:1px solid #E3E7E8;padding:14px 0; overflow:hidden; }
.conList li span{ width:80px; float:left; margin-top:2px;}
.conList li p{ width:735px;float:left; color:#353636; line-height:23px;}
.conList li a.left{ width:735px;float:left; color:#353636; line-height:23px;}
.conList li a.left:hover{text-decoration: underline; }
.conList li a.right{ width:15px; height:15px; background:url(../images/zhuanfa.png) no-repeat; float:right; margin-right:20px;margin-top:3px;}
.conList li a.right:hover{background:url(../images/zhuanfa1.png) no-repeat #CCC;}
.meetingContent .conBtn{ width:350px; height:35px; line-height:35px; color:#FFF; background:#1e4276; font-size:16px; text-align:center; display:block; margin:20px auto 0;07314E}
.meetingContent .conBtn:hover{background:#162e52;}

.conList2{padding:20px 0;}
.conList2 a{  width:897px; float:left;font-size:16px;line-height:26px; color:#3c3c3c; margin-bottom: 20px;}
.share {padding:8px; text-align: right; background-color: #f0f6fc;}


/* 登陆开关 */
.onoffswitch {
    position: relative; width: 48px; height:25px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;float:left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%; overflow:hidden;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s; -ms-transition: margin 0s ease-in 0s;

}
.onoffswitch-inner > div {
     width: 49%; height: 25px; padding: 0; line-height:25px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box;-ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner .onoffswitch-active {
    background-color:#288bf0; color: #FFFFFF;
	padding-left:5px;
	float: left;
}
.onoffswitch-inner .onoffswitch-inactive {
	padding-right:5px;
	width: 48px;
    background-color: #E3E7E8; color: #999999;
    text-align: right;
	float: right;
}
.onoffswitch-switch {
    width: 24px; height:24px;
    background: #FFFFFF;
	color:#333;
	text-align:center;
	line-height:20px;
    border: 1px solid #999999; border-radius: 18px;
    position: absolute; top:-1px; bottom: 0; right: 22px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; -ms-transition: all 0s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



@media screen and (max-width:1024px){
#meetingPaperIndex .navBar .report{height:80px; line-height:80px;font-size:3em;  }
#meetingPaperIndex .navBar .navSearch .navSearchInput{height:50px; margin-top:5px;}
#meetingPaperIndex .navBar .navSearch .navSearchBtn{width:100px; height:50px; line-height:32px;font-size:2em;margin-top:5px;}
.conTime{ height:80px; line-height:80px; font-size: 2em; width: 100%;}
.conTime .timeR{ width:140px; height:60px; line-height:2em; background:url(../images/time.png) no-repeat 5px center;padding-left:30px; margin-top:14px;}
.conList2{padding:20px 0;}
.conList2 a{  width:100%; font-size:3.3em;line-height:1.7em; margin-bottom: 20px;}
#meetingPaperIndex .navBar .navSearch{ float:left; margin-left:16px; margin-top:9px; overflow:hidden;}
.navBar .operation{ width:350px; float:right; overflow:hidden; margin-top:28px;}
.navBar .operation li{ width:49%; float:left;}
.navBar .operation li label{color:#FFF;font-size:2em;line-height:23px;float:left;margin-right:8px;}
.meetingPaper .choose label{ width:145px;font-size:2.5em;}
.meetingPaper .choose span{height:57px; line-height:57px;margin-right:20px;font-size:2.5em;}
.conList li{padding:14px 0; overflow:hidden; }
.conList li span{ width:110px; margin-top:2px;font-size:2.5em;}
.conList li a.left{ width:705px;line-height:55px;font-size:2.5em;}
.meetingContent .conBtn{ width:450px; height:45px; line-height:45px; font-size:2.5em; margin:20px auto 0; padding: 20px 30px;}
.conList li a.right{ width:45px; height:45px; background:url(../images/zhuanfa3.png) no-repeat; float:right; margin-right:20px;margin-top:12px; }
.conList li a.right:hover{background:url(../images/zhuanfa4.png) no-repeat #CCC;}

}

@media screen and (max-width:500px){
#meetingPaperIndex .navBar .report{height:80px; line-height:80px;font-size:3em;  }
#meetingPaperIndex .navBar .navSearch .navSearchInput{height:50px; margin-top:5px;}
#meetingPaperIndex .navBar .navSearch .navSearchBtn{width:100px; height:50px; line-height:32px;font-size:2em;margin-top:5px;}
.conTime{ height:80px; line-height:80px; font-size: 2em; width: 100%;}
.conTime .timeR{ width:140px; height:60px; line-height:2em; background:url(../images/time.png) no-repeat 5px center;padding-left:30px; margin-top:14px;}
.conList2{padding:20px 0;}
.conList2 a{  width:100%; font-size:3.3em; line-height:1.7em; margin-bottom: 20px;}
}

@media screen and (max-width:400px){
	#meetingPaperIndex .navBar .report{height:80px; line-height:80px;font-size:3em;  }
#meetingPaperIndex .navBar .navSearch .navSearchInput{height:50px; margin-top:5px;}
#meetingPaperIndex .navBar .navSearch .navSearchBtn{width:100px; height:50px; line-height:32px;font-size:2em;margin-top:5px;}
.conTime{ height:80px; line-height:80px; font-size: 2em; width: 100%;}
.conTime .timeR{ width:140px; height:60px; line-height:2em; background:url(../images/time.png) no-repeat 5px center;padding-left:30px; margin-top:14px;}
.conList2{padding:20px 0;}
.conList2 a{  width:100%; font-size:3.3em; line-height:1.7em; margin-bottom: 20px;}
}
























































