body {
    /* background-color: #f5f5f5; */
}

/*.banner {*/
/*width: 100%;*/
/*height: 540px;*/
/*background: url("../img_new/robot_banner.png") no-repeat center;*/
/*background-size: cover;*/
/*}*/

.form_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner_form {
    position: absolute;
    width: 376px;
    height: 432px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    right: 0;
    top: 20px;
}

.banner_form_title {
    font-size: 24px;
    color: #010101;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}

.banner_form_input {
    padding-left: 25px;
}

.banner_form_input input {
    margin: 10px 0;
    width: 326px;
    height: 48px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    padding-left: 25px;
}

.banner_form_input select {
    width: 106px;
    height: 48px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin-bottom: 20px;
}

.banner_form button {
    width: 326px;
    display: block;
    margin: 0 auto;
    height: 48px;
    color: #FFF;
    background-color: #22A0FF;
    border-radius: 4px;
}

.content {
    width: 1080px;
    margin: 0 auto 70px auto;
    /*line-height: 30px;*/
}

.content_crumbs {
    font-size: 13px;
    margin: 20px 0;
    color: #999999;
}

.content_crumbs a {
    color: #999999;
}

.content_crumbs img {
    position: relative;
    top: -2px;
    margin-right: 5px;
    width: 13px;
    display: inline-block;
}

.content_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 1
}

.content_box .box_left {
    width: 100%;
}
.content_box .box_left #title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content_box .box_right {
    width: 330px;
    padding-left: 8px;
}

.content_box .box_left .box_left_title {
    margin: 0 20px;
    /* padding: 0 20px; */
    /* margin-bottom: 10px; */
    font-size: 18px;
    width: 1040px;
    height: 58px;
    /* border-radius: 7px; */
    background-color: #FFF;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
}

.content_box .box_left .box_left_title li {
    width: 150px;
    text-align: center;
    margin-right: 31px;
    cursor: pointer;
}

.content_box .box_left .box_left_title li p {
    padding-bottom: 36px;
    border-right: 1px solid #DFDFDF;
    width: 100%;
    margin-top: 19px;
    height: 20px;
    /* border-bottom: 2px solid #173A8C !important; */
}

.content_box .box_left .box_left_title li p:last-child {
    border-right: none;
}

.content_box .box_left .box_left_title li:hover {
    /* background-color: #22A0FF; */
    color: #173A8C;
    font-weight: 600;
}

.content_box .box_left .box_left_title li:hover p {
    /* border-right: 1px solid #22A0FF; */
    border-bottom: 2px solid #173A8C !important;
}

.box_left_titleSelect {
    /* background-color: #22A0FF; */
    color: #173A8C;
    color: #173A8C;
    font-weight: 600;
}

.box_left_titleSelect p {
    /* border-right: 1px solid #22A0FF !important; */
    border-bottom: 2px solid #173A8C !important;
}

.box_div {
    border-radius: 5px;
    width: 100%;
    height: auto;
    background-color: #FFF;
}

.box_right_img {
    width: 100%;
    height: 205px;
    background-color: #FFF;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
}

.box_right_img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.box_right .box_right_title {
    display: none;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.box_right .box_right_title img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.box_right_dynamic {
    width: 100%;
    margin-bottom: 12px;
}

.box_right_dynamic li {
    cursor: pointer;
    width: 104%;
    height: 93px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 7px;
}

.box_right_dynamic li>img {
    width: 96px;
    height: 83px;
    margin: 5px;
    float: left;
    border-radius: 7px;
}

.box_right_dynamic li>div {
    width: 195px;
    height: 83px;
    float: right;
    margin-right: 18px;
}

.box_right_dynamic li>div p:nth-child(1) {
    margin: 12px 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
}

.box_right_dynamic li>div p:nth-child(2) {
    color: #999999;
}

.box_right_dynamic li>div p:nth-child(2) img {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.box_right_school {
    display: none;
    width: 100%;
    height: 285px;
    border-radius: 5px;
    background-color: #FFF;
    padding-top: 5px;
    cursor: pointer;
    padding-right: 18px;
}

.box_right_school>img {
    width: 317px;
    height: 194px;
    margin: 0 auto;
}

.box_right_school p {
    padding: 0 15px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}

.box_right_school p:nth-child(2) {
    color: #333333;
    font-weight: bold;
}

.box_right_school p:nth-child(2):hover a {
    color: #22A0FF;
}

.box_right_school p>img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.environmentListTitle {
    text-align: center;
    line-height: 60px;
}

.environmentListTitle span {
    border: 1px solid #D5D5D5;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 15px;
}

.environmentListTitle span:hover {
    color: #FFF;
    background-color: #22A0FF;
    border: 1px solid #22A0FF;
}

.environmentListTitle .span {
    background-color: #22A0FF;
    color: #FFF;
    border: 1px solid #22A0FF;
}
.box_right_form {
    margin-bottom: 28px;
    width: 330px;
    padding:  8px 8px;
    zoom: 0.9;
    box-shadow: 0 11px 17px 1px rgb(0 140 255 / 11%);
    box-sizing: content-box;
    background: #fefefe;
}
.box_right_form .box_right_form_img {
    margin-bottom: 20px;
}

.box_right_form .box_right_form_input input {
    width: 326px;
    height: 42px;
    /* background: #F5F5F5; */
    border: 1px solid #B5B5B5;
    border-radius: 6px;
    padding-left: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.box_right_form .form_title {
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #080808;
}

.box_right_form_input span {
    margin-bottom: 16px;
    width: 162px;
    height: 47px;
    margin-right: -3px;
    /* background: #173A8C; */
    /* color: #fff; */
    color: #1C1C1C;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    display: inline-block;
    border: 1px solid #173A8C;
}

.box_right_form_input span:nth-of-type(2) {
    border-radius: 0 6px 6px 0
}

.box_right_form_input span:hover {

    background: #173A8C;
    color: #fff;
}

.box_right_form .box_right_form_active {
    background: #173A8C;
    color: #fff;
}
.box_right_form .button_save{
    margin: auto;
    width: 170px;
    height: 45px;
    background: #CD1230;
    border-radius: 6px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
}





