@charset "UTF-8";
html, body, p, h1, h2, h3, h4, h5, h6, div, img, ul, li, ol, dl, dt, dd, span, input {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Arial, Verdana, Helvetica, sans-serif;
}
body{
    background: #f1f4f9;
}
ul li {list-style: none;}
input {outline: none;}
img {border: none;}
a {text-decoration:none;cursor:pointer;color:#000000;}
a:hover { color:#077fd3;}
.clearFix {*zoom: 1;}
.clearFix:after {display: block;overflow: hidden;clear: both;height: 0;visibility: hidden;content: ".";}



/*头部导航*/
.topBox{
    position:relative;
    width: 100%;
    height: 205px;
    background: url(../images/top.png)  50%;
}
.top{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    top: 30px;
}
.top .logo{
    float: left;
}
.top .search{
    position: relative;
    float: right;
    width: 265px;
    height: 40px;
    margin-right: 45px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.top .search .text{
    position: absolute;
    width: 210px;
    height: 25px;
    left: 12px;
    top: 7px;
    background-color: rgba(255,255,255,-0.9);
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -webkit-appearance: button;
}
.top .search .btn{
    position: absolute;
    width: 21px;
    height: 21px;
    right: 10px;
    top: 12px;
    background: url("../image/sharch.png");
    outline: none;
    border: 0;
}
.nav{
    position: absolute;
    margin: 0 auto;
    width: 1100px;
    height: 45px;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    width: 175px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}

.ctop3a li a {
 color: #fff;
 display: inline-block;
 height: 44px;
 width: 175px;
 line-height: 45px;
}
a:focus{outline:none;}



.content{
    width: 1105px;
    margin: 0 auto;
    overflow: hidden;
}
.plate{
    width: 1100px;
}

.location{
	height:44px; 
	line-height:44px; 
	padding-left:20px; 
	background:url(../images/ic_location.png) 0 center no-repeat; 
	font-size:14px; 
	}



.plate-left{
    width: 305px;
    height: 920px;
    display: inline-block;
    float: left;
}
.commonly{
    width: 305px;
    height: 380px;
    background-color: #ffffff;
}
.flowChart{
    margin-top: 25px;
    width: 305px;
    height: 510px;
    background-color: #ffffff;
}
.doTitle{
    width: 305px;
    height: 60px;
}
.doTitle>img{
	 width: 305px;
    height: 60px;
}
.doContent{
    height: 350px;
    padding: 10px 12px;
    border: 1px solid #dee4ee;
}
.doContent>ul>li{
    font-size: 15px;
    height: 35px;
    width: 260px;
    line-height: 35px;
    border-bottom: 1px dashed #9bc4ec;
    position: relative;
}
.doContent>ul>li>img{
    position: absolute;
    top: 15px;
    left: 5px;

}
.doContent>ul>li>a{
    margin-left: 15px;
}
.flowTitle{
    width: 305px;
    height: 60px;
}
.flowTitle>img{
    width: 305px;
    height: 60px;
}
.flowContent{
    position: relative;
    height: 450px;
    border: 1px solid #dee4ee;
    font-weight: 700;
}
.flowContent>img{
	width: 180px;
	height: 350px;
	margin: auto;
	display: block;
	margin-top: 28px;
}
.searchAnswer {
    position: absolute;
    left: 115px;
    top: 44px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.viewResults{
	position: absolute;
    left: 115px;
    top: 135px;
    color: white;
    font-size: 18px;
}
.noAnswer{
	position: absolute;
    left: 88px;
    bottom: 200px;
    width: 140px;
    font-size: 16px;
    color: white;
}
.toProposal{
	position: absolute;
    left: 103px;
    bottom: 176px;
    width: 140px;
    font-size: 16px;
    color: white;
}
.quiz{
    position: absolute;
    left: 66px;
    bottom: 70px;
    color: white;
    font-size: 18px;
    width: 167px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #0a5eb4;
    border: 1px solid #cee0f0;
    border-radius: 10px;
}
.quiz:hover{
    /*background-color: #3075dc;*/
    background-color: #0a5eb4;
}


.plate-right{
    width: 775px;
    height: 915px;
    display: inline-block;
    float: left;
    margin-left: 15px;
    /*background-color: #ffffff;*/
}
.publicMessage{
	 width: 775px;
	 border: 1px solid #dee4ee;
	 height: 195px;
	 background-color: #ffffff;
}
.messageTitle{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #0043b2;
    box-shadow: 2px 4px 6px #eff0f2;
}
.isTitle{
    width: 135px;
    padding: 0 10px 0 22px;
    border-bottom: 2px solid #cbd2df;
}
.littleBox{
	width: 775px;
	height: 100px;
	background-color: #ffffff;
	margin-top: 2px;
}
.messageContent{
    padding-left: 25px;
}
.hint{
    height: 50px;
    line-height: 50px;
    color: #003399;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}
.searchs{
    width: 554px;
    height: 35px;
    line-height: 35px;
    background-color: #f1f4f9;
    font-size: 16px;
    border: 2px solid #dee4ee;
    float: left;
}
.searchInput{
	 padding-left: 18px;
	 display: inline-block;
	 height: 30px;
	 line-height: 30px;
	 width: 534px;
	 background-color: #f1f4f9;
	 border: none;
}
.seaBtn{
    width: 80px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    background-color: #0b5fb4;
    color: #ffffff;
    display: inline-block;
}
.seaBtn:hover{
 background-color: #3075dc;
}
.antistop{
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	color: #999999;
}
.antistop>span{
	margin-right: 5px;
	font-size: 14px;
	
}




.detailsProblem{
	width: 775px;
    height: 700px;
    margin-top: 15px;
    border: 1px solid #dee4ee;
}
.licss>li>span{
	display: inline-block;
	/*border: 1px solid red;*/
	padding-left: 20px;
	float: left;
	/*color: #322e47;*/
	font-size: 15px;
}
.licss li{
	width: 775px;
	height: 35px;
	line-height: 35px;
}
#subject{
	width: 775px;
	height: 45px;
	line-height: 45px;
	background-color: #2c89e6;
}
#subject>span{
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}
.serial{
	width: 100px;
}
.theme{
	padding-left: 20px;
	float: left;
	width: 375px;
	position: relative;
}
.releaseTime{
	position: absolute;
	color: #999999;
	font-size: 14px;
	right: 0;
	top: 1px;
}
.classify{
	width: 110px;
}
.quizzer{
	width: 100px;
}
.licss>li:nth-of-type(odd){ background:#f3f3f3;}
.licss>li:nth-of-type(even){ background:#ffffff;}
ul.licss li:hover{ background:#dfe4ed}



.footer{
    width: 100%;
    height: 120px;
    margin-top: 45px;
    background-color: #0066cc;
}
.footer .footer-content{
    width: 470px;
    height: 75px;
    margin: 0 auto;
}
.footer-left{
    float: left;
    margin-top: 30px;
    margin-right: 65px;
}
.footer-center{
    float: left;
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
}
.footer-center p{
    height: 25px;
    line-height: 25px;
}
.footer-right{
    float: left;
    margin-top: 30px;
    margin-left: 60px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}