@font-face {
    font-family: 'iconfont';
    src: url('/font/iconfont.eot');
    src: url('/font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/font/iconfont.woff') format('woff'),
    url('/font/iconfont.ttf') format('truetype'),
    url('/font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea { -webkit-appearance: none;}
*{
    margin: 0px; padding: 0px;
}
a{
    text-decoration: none;
}
input,a,textarea,select{
    outline: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
ul,li{
    list-style: none;
}
body{
    background: #f7f7f7;
}
body>.container{
    width: 100%; max-width: 768px; margin: 0px auto; margin-bottom: 50px;
}
.blue{
    color: #5298e8;
}
.orange{
    color: #e43206;
}
.clear{
    clear: both; height: 0px;
}
.title{
    height: 45px; background: #fff; text-align: center; position: relative; padding-top: 1px;border-bottom:1px #eee solid;
}

.title h4{
    line-height: 45px; color: #fff;
}
.title>a{
    position: absolute; width: 45px; height: 45px;line-height: 45px; color: #666; font-size: 13px;
}
.title a i{
    font-size: 20px; font-weight: lighter;
}
.title a.back{
    left: 0px; top:0px;
}
.title a.search,.title a.share{
    right: 0px; top:0px;
}

.title>div.search{
    margin-top: 5px;position: relative; width: 70%; float: left; margin-left: 45px;
}
.title>div.search a{
    position: absolute; right: 5px; top: 5px; color: #bebebe;
}
.title>div.search a i{
    font-size: 25px;
}
.title>.search input{
    width: 100%; height: 32px; border-radius:15px; border: none; background: #f5f5f5; text-indent: 15px; margin-top: 2px;
}
.cont{
    text-align: center; margin: 50px auto;
}
.cont span,.cont i{
    display: inline-block;
}
.cont span{
    background: #005887; padding: 2px 5px; border-radius: 3px; color: #fff; font-size: 20px; margin: 5px 2px;
}
.cont i{
    color:#005887 ; font-weight: bold;
}
.cont>p{
    color: #666; font-size: 12px; line-height: 2em;
}
.index-search{
    width: 90%; margin: 0px auto;

}
.index-search a{
    background: #fff; height: 40px; border-radius: 20px; text-align: center; display: block; line-height: 40px; -webkit-box-shadow:  0px 0px 5px rgba(0,0,0,.15);
    -moz-box-shadow:  0px 0px 5px rgba(0,0,0,.15);
    box-shadow:  0px 0px 5px rgba(0,0,0,.15); color: #ed6115;
}
.index-search input[type=text]{
    width: 80%; height: 35px;  display: inline-block; text-indent: 10px; border: none; font-size: 13px;
}
.index-search input[type=button]{
    width: 20%; height: 35px; background: #ed6115; color: #fff; border: none; border-bottom-right-radius: 3px; border-top-right-radius: 3px;
}
 .main-list{
     width: 100%; margin-top: 20px;
 }
 .main-list li{
     width: 48%; margin: .6% 1%;text-align: center; float: left; height: 100px; background: #ed6115;
 }
 .main-list li a{
     color: #fff; display: block; height: 100%; width: 100%; font-size: 12px;overflow:hidden;
 }
 .main-list li h4{
     margin-top: 20px; font-size: 16px; line-height: 2em;
 }
 .main-list li:nth-child(1){
     background: #5c81d1;
 }
.main-list li:nth-child(2){
     background: #e03037;
 }
.main-list li:nth-child(3){
    background: #39c1f4;
}
.main-list li:nth-child(4){
    background: #33c6e9;
}
.main-list li:nth-child(5){
    background: #9ace51;
}
.main-list li:nth-child(6){
    background: #f7649c;
}
.main{
    margin-top: 10px;
}
.main>p{
    width: 95%; margin: 10px auto; font-size: 12px; color: #666;
}
.main .choose{
    width: 95%; margin: 10px auto;
}
.main .choose select{
    border: 1px #ed6115 solid; font-size: 12px; padding: 5px; width: 35%;
}
.main .list{
    background: #fff; padding: 10px; margin: 10px 0; width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;
}
.list h4 a{
    overflow: hidden; display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list a{
    color: #333; font-size: 16px; line-height: 2em;
}
.list>p{
    font-size: 12px; color: #999;
}
.type{
    width: 100%; margin: 10px auto 0px auto; background: #f9f9f9; padding:4px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;
}
.type i{
    color: #ed6115  ;
}
.type a{
    font-size: 12px; padding: 0px 5px; color: #005887;
}
.news-title h2{
    width: 90%; font-size: 1em; margin: 10px auto; line-height: 1.8em;
}
.news-title p{
  width: 95%; margin: 0px auto; font-size: 12px; color: #999;
}
.news-info{
    background: #fff; padding: 15px; font-size: .9em; color: #666; line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-keys{
    width: 90%; margin: 20px auto; font-size: 12px; color: #666; line-height: 2em;
}
.search-keys ul{
    margin-top: 5px;
}
.search-keys li{
    /*width: 33%; float: left;*/
}
.search-keys a{
    color: #33c6e9;
}
.fl{float:left;}
.fr{float: right;}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
.selectDateBox{    height: 28px;
    line-height: 28px;
    padding: 0px 5px;
    border: 1px #ed6115 solid;
    width:32%;
    background: #fff;font-size: 13px;margin-bottom: 10px;}
.searchBox{margin: 0 5px;}
.selectDateBox input{border: 0 none;height: 28px; line-height: 28px;width:100%;}


.footer{
    height: 30px; line-height: 30px; color: #999; text-align: center; background: #fff; position: fixed; bottom:0px; width: 100%; font-size: 12px; border-top: 1px #ddd solid;
}
.title>a.text{
    right:15px;  top: 0px; width: 80px; text-align: right; color: #eee;
}
.title .logo{
    position: absolute; left: 15px;top: 9px;
}
.title h2{
    font-size: 1em; color: #eee; line-height: 45px; text-align: left; text-indent: 50px;
}
.foot{
    position: fixed; height: 45px; width: 100%; background: #f7f7f7; bottom: 0px;
    -webkit-box-shadow:  0px 0px 6px rgba(0,0,0,.2);
    -moz-box-shadow:  0px 0px 6px rgba(0,0,0,.2);
    box-shadow:  0px 0px 6px rgba(0,0,0,.2);
}
.foot a{
    line-height: 45px; width: 50%; float: left; text-align: center; color: #333; border-top: 2px #f5f5f5 solid; line-height: 43px;
}
.foot a span{
    position: relative; top: -1px;
}
.foot a i.iconfont{
    font-size: 20px; position: relative; top: 0px; padding-right: 5px;
}
.foot a.active{
   border-color:#000; background: #fff;
}
.list p.source{
    border-top:1px #eee dashed; padding-top:7px; margin-top:8px; color: #999;
}
.list h3 a{
    white-space:normal; line-height: 1.5em;
}
.banner{
    height: 120px; background: #286b9a; padding:10px; color: #eee; text-align: center; font-weight: bold; position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.3);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.3);
    box-shadow:  0px 0px 10px rgba(0,0,0,.3);
}
.banner img{
    margin: 10px; width: 120px;
}
.banner .back{
   position: absolute; top: 0px; left: 0px; height: 45px; width: 45px; text-align: center; line-height: 45px;
}
.banner .back i.iconfont{
    color: #bbb; font-size: 20px; font-weight: lighter;
}
.job-info{
     padding: 20px; background: #fff; font-size: 14px; color: #4a4a4a; min-height: 400px;
}
.job-info>p{
    margin-bottom: 10px;
}
.job-info ul li{
    height: 40px; line-height: 40px; background: #f7f7f7; margin-top: 10px; text-align: center;
}
.job-info li>a{
    display: block;
}
.job-box{
    display: none;
}
.job-content{
    position: fixed; background: #fff; width: 100%; height: 70%; left: 0; right:0; bottom:0; padding: 15px; overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.5);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.5);
    box-shadow:  0px 0px 10px rgba(0,0,0,.5);
}
.job-content h5{
    font-size: 16px; color: #1c334d;
}
.job-content p{
    font-size: 13px; text-align: left; line-height: 23px;
}
.job-box .bg{
    background: rgba(0,0,0,.5); position: fixed; top: 0; right: 0; left: 0; bottom:0;overflow:hidden;
}
.news-info img{
	max-width:100%;
	
}
.form{
    background: #fff; padding: 20px; min-height: 450px;
}
.form li{
    padding: 5px 0; position: relative;
}
.form li input[type=checkbox]{
   margin-right: 13px;

}
.form li input[type=checkbox] + span{
    width: 16px; height: 16px; background: #f7f7f7; position: absolute; left: 0px; top: 7px; border: 1px #ed6115 solid;
}
.form li input[type=checkbox]:checked + span{
    width: 16px; height: 16px; background:url("../img/check_icon.png") no-repeat center center #ed6115; position: absolute; left: 0px; top: 7px; border: 1px #ed6115 solid; background-size: 15px 15px;
}
.form textarea {
    width: 100%; margin: 15px 0 30px 0; padding: 10px; border: 1px #ddd solid; background: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form input[type=button]{
    height: 45px; width: 100%; background: #ed6115; border: 1px #ed6115 solid; font-size: 20px; color: #fff;
    -webkit-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0px 0px 10px rgba(0,0,0,.2);
    box-shadow:  0px 0px 10px rgba(0,0,0,.2);
}
.container>.text{
    padding: 20px; line-height: 1.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text p{
    margin:15px 5px; color: #000; line-height: 1.8em; font-size: 1em;
}
.text p.right{
    text-align: left; width: 160px; float: right;
}
.link{
    text-align: center;
}
.link button{
    background:#fff; padding: 5px 15px; border: 1px #5c81d1 solid; border-radius: 15px; color: #5c81d1; font-size: 13px; margin: 15px 10px;
}
.link a i,.link button i{
    font-size: 16px; padding-right: 5px;
}
.link a{
    color: #ed6115; border:1px #ed6115 solid;padding: 5px 15px;  border-radius: 15px;  font-size: 13px; background: #fff; margin: 15px 10px; display: inline-block;
}
.searchContent .priceTag {
	color: #666;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 15px;
	background: #fff;
	border-radius: 30px;
	margin: 0 10px 10px 0;
	border:1px #eee solid;
}