@charset "utf-8";
body,ul,li,h3{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body{
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 26px;
}
.duilian{
	position: absolute;
	z-index: 1100;
	top: 50px;
	background-color: #FFF;
	width: 192px;
}
a.jslink {cursor: pointer;}
.head{position: fixed;top: 0;left: 0;width: 100%;background-color: #FFF;z-index:1000;}span.space{padding-left:8px;}.headbg{margin-bottom: 10px;}
.container{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.clearF{clear: both;overflow: hidden;}
.leftF{
	float: left;
}
.LitoRow ul{clear: left;overflow: hidden;}.LitoRow ul li{float: left;}
.rightF{
	float: right;
}.logo img{margin:20px 0;}
.topmenu{text-align:right;margin-top:10px;margin-right:35px;font-size: 18px;
	line-height: 28px;color:#007CE6;}
.topmenu a{color: #007CE6;text-decoration: none;
}.topmenu a:active,.topmenu a:hover{
	color: #FD5D0F;
	text-decoration: underline;
}
.menu {width:600px;margin-top:15px;
	font-size: 22px;
	line-height: 32px;
}.menu a{white-space: nowrap;
	color: #0362A6;
	text-decoration: none;
}.menu a:active,.menu a:hover,.menu a.active{
	color: #FD5D0F;
}
.menu ul{display:flex;}.menu ul li{flex:1;text-align:center;}
.padtb5{padding:5px 0;}
.marb5{margin-bottom:5px;}.martb5{margin-bottom:5px;margin-top:5px;}
#botdiv{
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
	padding: 10px 0px;
}#botdiv a{color: #333;text-decoration: none;}#botdiv a:active,#botdiv a:hover{color: #FD5D0F;text-decoration: underline;}
.container .row .col{
	float: left;
}
.form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn1.focus,.btn1:focus,.btn1:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-info {
    color: #fff;
    background-color: #409EFF;
    border-color: #dcdfe6
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #66B1FF;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #66B1FF;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}.floatdiv {
	position: absolute;
	clear: left;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #CCC;display:none;
}
.floatdiv ul,.floatdiv ul li,.floatdiv h3{
	float: left;font-size:14px;
	margin-right: 3px;
	margin-left: 3px;
}.floatdiv li{
	cursor: pointer;
}.floatdiv li:hover{color:#FD5D0F;
}#PinSearch{width:300px;left:45px;}#CaiSearch{width:300px;left:492px;}#PinSearch ul{width:258px;}
.resdiv ul.seled {
    background-color: #FFF5EC;
    color: #FD5D0F;
}.resdiv ul.stit {font-weight: bold;}
.resdiv ul{
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
}.resdiv ul li{
	flex: 1;
	min-width: 0;
	/* 内部弹性居中 */
	display: flex;
	align-items: center;     /* 垂直居中 */
	/* justify-content:center; 水平居中按需开启 */
	overflow-wrap: break-word;
	word-break: break-all;
	padding:8px 3px; /*加内边距防止文字贴边 */
	justify-content: center;
}
.resdiv ul li.flex02{
	flex: 0.2;color:#0066FF;
}.resdiv ul li.flex02 span{
	color:#F00;
}.resdiv ul li.flex05{
	flex: 0.5;
}.resdiv ul li.flex08{
	flex: 0.8;justify-content: left;
}
.resdiv .leftflex{
	justify-content: left;
}.resdiv .leftflex h3{
	text-indent: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #007ce6;font-size:18px;
	color: #007ce6;}.resdiv .rightflex{
	justify-content: right;
	text-decoration: none;padding-right:55px;
}.resdiv a{
	color: #333;
	text-decoration: none;
}.resdiv .rightflex a{
	color: #007ce6;
}.resdiv a:active,.resdiv a:hover{
	color: #FD5D0F;
	text-decoration: underline;
}.resdiv ul.seled a{
	color: #FD5D0F;
	text-decoration: none;
}.resdiv ul.seled a:active,.resdiv ul.seled a:hover{
	text-decoration: underline;
}
.resdiv a.inc{
	color: #409EFF;
	text-decoration: none;
}.resdiv a.inc:active,.resdiv a.inc:hover{
	color: #FD5D0F;
	text-decoration: underline;
}.resdiv a.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;color: #fff;
    background-color: #409EFF;
    border-color: #dcdfe6
}.resdiv ul.seled a.btn,.resdiv a.btn:active,.resdiv a.btn:hover{
	text-decoration: none;background-color: #66B1FF;color: #fff;
}
.resdiv ul.pager li {
    justify-content: right;
    text-align: right;
}

.resdiv ul.pager li span {
    color: #999;
}.pagelist a{
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	padding: 0 10px;
}.pagelist a.unable{
	color: #ccc;
}.pagelist a:active,.pagelist a:hover,.pagelist a.active{
	color: #FFF;
	background-color: #409EFF;
}.pagelist a.unable:active,.pagelist a.unable:hover{
	color: #ccc; cursor: not-allowed;
	background-color: #FFF;
}
.Shadowdiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    opacity: 0.2;
    filter: Alpha(opacity=20);
    width: 100%
}

.docinPop {
    position: fixed;
    width: 500px;
    overflow: hidden;
    z-index: 1000;
    display: none;
    left: 50%;
    margin-top: -134px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -240px;
    padding: 5px;
}

.docinPop div {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    color: #555555
}

#s #o ul,#s #o ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    vertical-align: bottom;
}

#s #o li {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #758395;
    border-left-color: #758395;
}

#s #o #l1 {
    background-image: url(1.png);
    background-repeat: repeat-x;
    height: 34px;
}

#s #o #l1 a {
    background-image: url(1.png);
    background-repeat: no-repeat;
    float: right;
    height: 34px;
    width: 41px;
    margin-right: 10px;
    background-position: 0px -34px;
    text-indent: 41px;
    overflow: hidden;
}

#s #o #l1 a:hover,#s #o #l1 a:active {
    background-position: 0px -68px;
}

.inctable,.votetable {
    font-size: 12px;
    line-height: 26px;
    background-color: #E0E0E0;
}

.inctable td,.votetable td {
    background-color: #FFF;
}

.inctable th {
    background-color: #FFF;
    font-weight: normal;
    text-align: center;
}