﻿@charset "utf-8";
/* Update: 2016.09.8 
** Author: xJason
***基础类 公共调用用于全站
*基础颜色 ：#333333 灰色：#FBFBFB   蓝色：#66C2E7  红色： #FE739C  线：  #e2e2e2
**---基本元素初始化---*/
body{ margin:0; padding:0;font-size:16px;font-family: "microsoft yahei";background: #f3f3f3;}
img p{border:0; margin:0; padding:0}
li {list-style: none;}
a:hover{text-decoration: none;}
.details-title h5{margin: 0;}
.DemandcList{
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.DemandcList-a{
	float: left;
	padding-left: 0;
	margin-bottom: 15px;
	
}
.DemandcList-a:hover a{
	border: #4e6ef2 1px solid;
	color: #4e6ef2;
}
.DemandcList-a a{
	height: 40px;
    font-size: 14px!important;
    line-height: 40px;
    border: #f0f0f0 1px solid;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #333;
}
.content_page{
	margin-top: 15px;
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.right a{
	display: flex;
	margin: 0 5px!important;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    float: left;
    padding: 0 4px!important;
    vertical-align: top;
    display: inline-block;
    font-size: 13px!important;
    min-width: 35.5px;
    height: 28px!important;
    line-height: 28px!important;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border: none!important;
}
.right .current{
	background-color: #4e6ef2;
    color: #fff;
}
.container .form{
	background: #fff;
	padding: 20px;
	overflow: hidden;
	margin: 15px 0;
}
.container .form input[type="text"]{
	height: 16px;
    padding: 12px 16px;
    font-size: 16px!important;
    margin: 0;
    vertical-align: top;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #c4c7ce;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-sizing: content-box;
    width: 280px;
    margin-left: calc(50% - 300px);
}
.container .form input[type="submit"]{
    cursor: pointer;
    width: 108px;
    height: 44px;
    line-height: 45px;
    line-height: 44px\9;
    padding: 0;
    background: 0 0;
    background-color: #4e6ef2;
    font-size: 17px!important;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
}
.container .form a{
    cursor: pointer;
    width: 108px;
    height: 44px;
    line-height: 45px;
    line-height: 44px\9;
    padding: 0;
    background: 0 0;
    background-color: #889ef9;
    border-radius: 0 10px 10px 0;
    font-size: 17px!important;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    display: inline-block;
    text-align: center;
}
.details-title{
	background: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.details-title a,.details-title span{color: #333;}
.details-fanye{margin-top: 20px;}
.details-fanye a{color: #37ab7A!important;}
table{
	width: 100%!important;
}
.pin_none{
	padding: 0;
}
.container{
	margin-top: 15px;
}
@media (max-width: 768px) {
	.container .form input[type="text"]{
		margin-left: 0;
		width: calc(100% - 202px);
	}
	.container .form input[type="submit"],.container .form a{
		width: 78px;
	}
	.details-fanye .pull-right,.details-fanye .pull-left,.details-title .pull-right{float: left!important;}
}
