
.banner {
	width: 100%;
	height: 150px;
	background: #fff;
	background: url(../img/pngbg.png) no-repeat;
	background-size: 100% 100%;
}

.selet {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 0 0 3px 3px;
	color: #666666;
}

.sxl>.select-container:nth-child(1) {
	width: 100px;
	text-align: center;
	font-size: 15px;
	    margin-left: 35px;
}

.sxl>.select-container:not(:nth-child(1)) {
	margin-right: 20px;
}

.select-container {
	position: relative;
}

.select-container input {
	width: 100px;
	outline: none;
	border: 1px #E7E7E7 solid;
	padding: 7px 11px;
	border-radius: 3px;
	color: #666666;
	cursor: pointer;
}

.select-container:hover input {
	border: 1px solid #b0b0b0;
}

.select-container span {
	position: absolute;
	top: 10px;
	right: 6px;
	pointer-events: none;
	color: #666666;
	font-size: 14px;
}

.select-container ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0px;
	padding: 0;
	z-index: 1;
	border: 1px solid #ddd;
	width: 98%;
	background: #ffffff;
}

.select-container li a {
	cursor: pointer;
	display: block;
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 6px 15px;
	text-decoration: none;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.select-container li a:hover {
	color: #FF6600;
	background: #f1f1f1;
}

.select-container ul.haqnye {
    min-width: 365px;
    max-width: 600px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}

.haqnye li {
	width: 120px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.sxl,
.sxr {
	display: flex;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	padding: 20px 0px 20px 0px;
	height: 32px;
}
.sxr {
	border-top: 1px solid #eeeeee;
		padding: 15px 0px 15px 0px;
}
.lefttj {
	width: 100px;
	text-align: center;
	font-size: 15px;
	margin-left: 35px;
}

.appendtj {
	padding: 0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 15px;
	border-radius: 3px;
	border: 1px #FF6600 solid;
	background-color: #FFF7EE;
	cursor: pointer;
	color: #FF6600;
	width: 90px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.appendtj:hover {
	background-color: #ffffff;
}
span.layui-icon.layui-icon-close {
	position: absolute;
	right: 10px;
}

.titlebg {
	width: 1200px;
    height: 4rem;
margin: 20px auto 0;
    line-height: 4rem;
    font-size: 16px;
    color: #666666;
}
.leftbtn {
	width: 70%;
	height: 100%;
	float: left;
	background: #fff;
	    border-bottom: 1px solid #eee;
}
button.btns {
	width: 124px;
	margin-top: 0.2rem;
	height: 3.6rem;
	line-height: 3.6rem;
	border: 1px solid #ece9e9;
	background: #fff;
	margin: 0;
	outline: none;
	cursor: pointer;
	color: #666;
}
button.btns:hover{
	color: #1787fb;
}
button.btnactive {
	color: #1787fb;
	border-top: 2px solid #1787fb;
}


.yuleft {
	width: 70%;
	float: left;
	background: #fff;
}
.infowork {
	height: 190px;
	padding: 0 20px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 15px;
	    border-bottom: 1px solid #eee;
}
.infowork:hover{
	background: #fafafa;
}
h5 {
	font-size: 16px;
	padding: 30px 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.lfpt {
	display: flex;
	overflow: hidden;
	width: 60%;
	color: #333333;
}
.lz {
	flex: 6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: center;
	border-right: 0;
}
.qz {
	display: inline-block;
	flex: 2;
	white-space: nowrap;
	width: 170px;
	font-size: 16px;
	color: #FF6600;
}
span.lefth5.righth5 {
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding-right: 3px;
}
.tpo {
	display: inline-block;
    padding: 0 7px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	border-right: 1px solid #999999;
}

.wordpj {
	display: flex;
}
.namei2 {
	line-height: 26px;
    font-size: 14px;
    color: #1787fb;
}
.rightbot{
	margin-left: 10%;
}
.btnlock {
	width: 110px;
    border: 1px solid #1787fb;
    background: #fff;
    cursor: pointer;
	padding: 8px 0;
	margin-top: 6px;
	border-radius: 3px;
	display: block;
    text-align: center;
}
.tdjl {
	background: #48a2ff;
	color: #fff;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}
.tdjl:hover{
	background: #1787fb;
	border: 1px solid #1787fb;
}
.sqzw {
	color: #1787fb;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
}
.sqzw:hover{
	color: #0072e8;
	border: 1px solid #0072e8;
}
.not-c{
	cursor: not-allowed; 	
}

.rightbtn {
	width: 28.5%;
	height: 100%;
	float: right;
	font-weight: bold;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.rightbtn>span{
	padding-left: 15px;
}
.infoname {
	background: #fff;
    padding: 10px 15px;
}
.lefth5{
	text-align: center;
	cursor: pointer;
}
.infoname>h5{
	padding: 10px 0;
}

.nameb{
	color: #1787fb;
}

sup {
    background: red;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    position: relative;
    top: 4px;
}
.infopname1 {
	display: flex;
	color: #666666;
	margin-bottom: 15px;
	align-items: center;
}
.info4 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.ypsj {
	width: 80px;
	background: #48a2ff;
	color: #fff;
	transition:all .5s;
	-moz-transition:all .5s; /* Firefox 4 */
	-webkit-transition:all .5s; /* Safari and Chrome */
	-o-transition:all .5s; /* Opera */
	font-size: 12px;
	padding: 6px 0;
	width: 63px;
}
.ypsj:hover{
	background: #1787fb;
	border: 1px solid #1787fb;
}
.righttyt{
	position: absolute;
    right: 0;
    bottom: 0;	
}
.bot {
	width: 100%;
	display: flex;
	position: relative;
}
.pay{
    color: #FF6600;	
}













.bannerdel {
	width: 67%;
	height: 16rem;
	padding: 2rem 0;
	margin: 0 auto;
}
.renshi {
	font-weight: bolder;
}
.time {
	font-size: 16px;
}
.findman {
	font-size: 18px;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
}
.sq {
	padding: 0px 20px;
	font-size: 14px;
	background: #fff;
	height: 3rem;
	line-height: 3rem;
	color: #4b96cf;
	border-radius: 8px;
}
.lastname {
	margin-bottom: 0px;
}
.infopname1 .sitename {
	display: inline-block;
}
.tpo:nth-of-type(1) {
	padding-left: 0;
}
.tpo:nth-of-type(4) {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: center;
	border-right: 0;
}
.nasei {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 150px;
}
.rightman {
	float: right;
	font-size: 14px;
}

.lefttyt {
	width: 60%;
}
.yuright ul li {
	border-bottom: 1px dotted #ccc;
}
.yuright ul li:last-child {
	border-bottom: 0;
}
.bot:after {
	content: "";
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
	visibility: hidden;
}
.letbot {
	width: 80%;
}
.wyyp {
	font-size: 12px;
}
.yuqbottom2 {
	width: 1200px;
	margin: 0 auto 0;
	background: #f5f6f6;
}
.yuqbottom2:after {
	content: "";
	height: 0;
	clear: both;
	overflow: hidden;
	display: block;
	visibility: hidden;
}
.yuright {
	width: 28.5%;
	float: right;
}
ul {
	margin-bottom: 0;
}
.login {
	cursor: pointer;
	text-align: none;
}
.registered {
	cursor: pointer;
	text-align: none;
}
ol {
	padding-left: 12px;
}
.infoname ol li {
	color: #666;
	font-size: 14px;
}
.infoname ol li:last-child {
	margin-bottom: 20px;
}
.btn {
	padding: 5px 20px;
	color: #fff;
	background: #4b96cf;
	font-size: 14px;
}
.infolast {
	border-bottom: 0;
}
.lastjk {
	width: 90%;
	padding: 0 10% 0;
	text-align: center;
}
.righttop {
	width: 90%;
	background: #fff;
	padding: 5% 10%;
	margin: 0 auto;
}
.righttop .imgimg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
}
.righttop .imgimg img {
	width: 100%;
	height: 100%;
}
.rightbottom {
	width: 90%;
	background: #fff;
	padding: 5% 10%;
	margin: 2rem auto;
}
.textword textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #eceded;
	text-indent: 2em;
	padding: 5px;
}
.infosend {
	width: 100%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.yx {
	display: inline-block;
	padding: 5px 20px;
	margin-right: 40px;
	cursor: pointer;
}
.m-top {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 5px;
}
.m-modal-dialog {
	font-family: "microsoft yahei", "閻庣懓顑勭紞锟�";
	position: relative;
	margin: 0 auto;
	margin-top: -100%;
	width: 80rem;
	background-color: #ffffff;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.wordmy {
	text-indent: 2em;
}
.alljob {
	display: none;
}
.tutile {
	padding-left: 0rem;
}
span.lsp {
	display: flex;
	width: 90%;
	overflow: visible;
}
.fy {
    margin: 40px auto 10px;
	text-align: center;
}
ul.alljob {
	margin-bottom: 0;
	width: 100%;
}
.alljob>li{
	border-bottom: 1px solid #eeeeee;
}
.infoname:hover{
	background: #fafafa;
}
span.lsp {
	display: flex;
	width: 90%;
	overflow: visible;
	word-wrap: break-word;
	word-break: break-all;
}
.namei {
	white-space: nowrap;
	width: 70px;
}

