html,body
{
	padding: 0;
	margin: 0;
	background: #F6F6F6;
	font-family: "Microsoft YaHei","黑体";
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
	margin:0;padding:0;
}
a{
	text-decoration: none;
}
.logo_banner{
	width: 100%;
	height: 400px;
	background: url(../skin/public/logo.jpg) top center;
}
.logo{
	width: 1202px;
	height: 400px;
	color:#fff;
	margin: 0 auto;
}
.navv{
	width: 100%;
	height: 85px;
	background: #0083E3;
}
.nav_content
{
	width: 1202px;
	height: 80px;
	margin: 0 auto;
}
.nav_list{
	width: 992px;
	height: 80px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	float: left;
}
.nav_list ul{
	margin: 0;
	padding: 0;
	width: 990px;
	height: 40px;
	list-style: none;
}
.nav_list ul li{
	width: 86px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 40px;
	text-align: center;
}
.nav_list ul li a
{
	color: #fff;
}
.nav_list ul li a:hover
{
	color: #FFC46A;
}
.nav_search{
	width:210px;
	height:35px;
	margin-top: 5px;
	/*background: url(../skin/public/search.png) no-repeat;*/
	float: left;
}
/*退稿原因文本框的原始*/
.tgyy
{
	width: 120px;
	height: 40px;
}
.copyright{
	background: #153D85;
	width: 1202px;
	height: 74px;
	margin: 0 auto;
	color: #fff;
	padding-top:50px;
	text-align:center;
}
.copyright p a{
	color: #FFF;
	
}
.copyright p a:hover{
	color:#FF9900;
	
}
/*审核页面的栏目多选下拉框*/
.xlkdiv {
    display: inline-block;
}
.ck1{

}
.
.xlkdiv select {
    width: 170px;
    overflow: hidden;
    height: 25px;
    border: 1px solid #000
}
.xlkdiv ul {

	width: 175px;
	height: 120px;
	overflow: scroll;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
}
.xlkdiv label {
    display: block;
    padding: 2px 10px;
    white-space: nowrap;
}
.xlkdiv ul li:hover {
    background-color: #aabbcc;
}
