html,body{height:100%}
body {
    background: #e0e5e8;
   
}
a {
    cursor: pointer;
}
.service{
	width: 940px;
    min-width: 940px;
    margin: 15px auto;
    background: white;
    min-height: 868px; 
}
.services {
	width: 940px;
    min-width: 940px;
    margin: 0px auto;
    background: white;
 	min-height:  -webkit-calc(100% - 235px); 
}
hr{
	border: 2px solid #0074AA;
}
.left{
	width:25%;
	height: 100%;
	float: left;
}
.right{
	width:75%;
	height: 100%;
	margin: auto;
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}
.right label{
	margin: 20px;
}
.parttitleline {
    clear: both;
    width: 100%;
    margin-top: -4px;
    /* border: rebeccapurple; */
    border-radius: 4px 4px 0 0;
    height: 56px;
    background-color: #0848a6;
    padding-left: 36px;
}
.parttitle .wordtitle {
    margin-top: 16px;
    font-size: 16px;
    /* margin-left: 40px; */
}
.img-container{
    width: 125px;
    height: 150px;
    background:#F2F2F2;
    margin-bottom:35px;
    overflow: hidden;
    border: 1px solid #000;
}
.img-container>img{
    width: 125px;
    height: 150px;
}
.img{
    width: 125px;
    height: 150px;
}
.person{
	float: left;
	height: 200px;
	width: 100%;
}
.right_img{
	float: left;
	height: 350px;
	padding-left: 20%;
	padding-top: 10%;
	padding-right: 15px;
	display: none;
}
.jd_button {
    padding: 70px;
    text-align: center;
}
/* .support_work {
    width: 200px;
    padding: 8px;
    background-color: #428bca;
    border-color: #4d4e53;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;

    font-size: 125%;
    margin-right: 50px;
} */
.back {
    width: 200px;
    height: 40px;
    padding: 8px;
    border: solid 1px;
    background-color: #428bca;
    border-radius: 10px 40px 40px 10px;
    font-size: 125%;
    color: #fff;
}
.resume{
	float: left;
	padding-left: 14.5%;
    padding-right: 25px;
    line-height: 36px;
}
.resume_file{
	border: 1px solid;
    width: 50%;
}

/*campus_recruitment*/
.tm-navbar {
    position: relative;
    height: 80px;
    background-color: #8D8D8D;
}

.navbar-nav {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
/* .nav-item.selected .nav-link,.navbar-nav  li, .cd-slider-nav .nav-link:focus {
    background-color: rgba(255,255,255,0.7); 
}
 .cd-slider-nav .nav-item.selected .nav-link, .cd-slider-nav .nav-link:hover, .cd-slider-nav .nav-link:focus {
    background-color: #0848a6;
    color: #5394D6;
} */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-nav li,.navbar-nav .nav-link{
    height: 80px;
}
.navbar-nav a, .navbar-nav .nav-link {
    background-color: transparent;
    color: black;
    display: table-cell;
    font-weight: 400;
    font-size: 1em;
    vertical-align: middle;
    width: 10%;
    height: 80px;
    text-align: center;
}
.navbar-nav a {
    text-transform: capitalize;
    text-decoration: none;
}
.navbar-nav li {
    display: block;
    float: none;
    width: 50%;
    list-style-type: none;
}
.city_search{
	position: relative;
	width: 100%;
	height: 30px;
	vertical-align:middle;
	line-height: 30px;
	margin-left: 50px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.city_search h4,.city_search input{
	float: left;
}
.city_search input{
    position: relative;
    margin-right: 30px;
    width: 778px;
}
.city_search img{
	position: relative;
	margin-left: 30px;
	padding: 5px;
    border: 1px solid orange;
}
.table_for_msg{
	position: relative;
	margin-left: 60px;
	margin-right: 60px;
    text-align: center;

}
.showImg{
	width: 100%;
	position: relative;
}
.clearfix{
	text-align: center;
}
.clearfix p{
	width: 100%;
	text-align: center;
}
.up{
	background-color: #fff;
}
.up p{
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	color: #76838F;
}
.up img{
	padding-top: 15px;
	padding-bottom: 15px;
}
.error{
	color: red;
}
#resume_file-error {
    padding-left: 30%;
}
#school_search tr,#campus_recuitment_msg tr{
    height: 58px;
}
#school_search td,#campus_recuitment_msg td{
    line-height: 58px;
}
#school_search .active,#campus_recuitment_msg .active{
    height: 40px !important;
}
#school_search .active td,#campus_recuitment_msg .active td{
    line-height: 40px !important;
}
label{
	text-align: right;
}