@charset "utf-8";

* {
    font-family: Microsoft YaHei, microsoft yahei, "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
}

input {
    font-family: Microsoft YaHei, microsoft yahei, "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

a:focus, a:hover {
    color: inherit;
}

.tr {
    text-align: right;
}

button {
    outline: none;
}

input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 15px;
    position: relative;
}

input[type=checkbox]:after {
}

input[type=checkbox]:checked:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    content: "✓";
    font-size: 12px;
    background-color: #0e6fc2;
}

.btn-success:hover {
    /* background-color: #0e6fc2; */
    /* border-color: #0e6fc2; */
}

.disin {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.header {
    position: relative;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 10%);
}

.logo {
    margin-right: 14px;
    height: 60px;
}

.logo-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #333333;
}

.header-bg-img {
    background: url("/static/img/header-img.jpg") no-repeat center;
    margin: 0;
    text-align: left;
}

.header-img {
    height: 110px;
    width: 1200px;
    margin: auto;
    display: table;
}

.header-img > div {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-img > div.tr {
    text-align: right;
}

.header-nav {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    background-color: #0e6fc2;
}

.header-nav ul.nav {
    width: 1200px;
    margin: auto;
}

.header-nav li {
    float: left;
    width: 167px;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    /*margin-right: 56px;*/
    position: relative;
}

.header-nav li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #759bd5;
    position: absolute;
    right: 0;
    top: 22px;
}

.header-nav li:first-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #759bd5;
    position: absolute;
    left: 0;
    top: 22px;
}

.nav > li > a {
    padding: 0;
}

.header-nav li.active {
    background-color: #1556a6;
    /* display: block; */
    /* height: 49px; */
    /* margin-top: -2px; */
    /* line-height: 49px; */
    color: #fff;
}

.header-nav li.active a:after {
    content: '';
    display: block;
    width: 37px;
    height: 3px;
    background-color: #e5a33a;
    margin: auto;
}

.header-nav li:hover {
    /* background-color: #176b53; */
    /* display: block; */
    /* height: 49px; */
    /* margin-top: -2px; */
    /* line-height: 49px; */
}

.header-nav li ul {
    display: none;
}

.header-nav li ul li {
    background-color: #0e6fc2;
    border-bottom: 1px dotted rgba(255, 255, 50, 0.2);
}

.header-nav li ul li:last-child {
    border-bottom: 0;
}

.header-nav li ul.nav li:hover {
    height: auto;
    margin-top: 0;
    line-height: 47px;
}

.header-nav li ul.nav {
    width: 112px;
}

.header-nav li:hover ul {
    display: block;
    position: relative;
    z-index: 99;
}

.header-search {
    display: inline-block;
    font-size: 0;
    position: relative;
}

.header-search > .header-search-drop select {
    position: absolute;
    width: 55px;
    height: 23px;
    font-size: 14px;
    color: #333333;
    border: none;
    background: none;
    left: 14px;
    outline: none;
    top: 7px;
    border-right: 1px solid #d2d2d2;
}

.header-search > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d2d2d2;
    border-right: 0;
    background-color: white;
    line-height: 32px;
    width: 345px;
    padding-left: 78px;
    border-radius: 20px 0 0 20px;
    font-size: 12px;
    outline: none;
}

.header-search > div {
    background-color: #0e6fc2;
    display: inline-block;
    line-height: 36px;
    width: 75px;
    text-align: center;
    border-radius: 0 20px 20px 0;
    margin-right: 25px;
    position: relative;
    /* top: -4px; */
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.header-search > div > img {
    height: 15px;
}

.header-search > div.header-search-drop {
    position: absolute;
    margin: 0;
    background: none;
    font-size: 14px;
    height: 37px;
    color: #333333;
    text-align: left;
}

.header-search > div.header-search-drop span {
    display: inline-block;
    margin-left: 14px;
}

.header-search > div.header-search-drop span:after {
    content: '';
    width: 1px;
    height: 23px;
    background-color: #d2d2d2;
    display: inline-block;
    position: relative;
    right: -30px;
    top: 7px;
}

.header-search > div.header-search-drop .dropdown-content {
    display: none;
    position: absolute;
    width: 61px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
    text-align: center;
    padding: 5px 0;
}

.header-search > div.header-search-drop .dropdown-content p {
    line-height: 32px;
}

.header-search > div.header-search-drop .dropdown-content p:hover {
    background-color: #ddf6d6;
    color: #0e6fc2;
}

.header-search > div.header-search-drop:hover .dropdown-content {
    display: block;
}

.header-search > div.header-search-drop:after {
    content: '';
    width: 14px;
    height: 8px;
    display: inline-block;
    background: url(/static/img/down.png);
    background-size: 100%;
    position: absolute;
    left: 47px;
    top: 15px;
}

.header-region {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    /*font-weight: bold;*/
}

.header-region span:hover {
    color: #0e6fc2;
}

.header-region > span:first-child:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #231815;
    margin: 0 4px 0 8px;
    position: relative;
    top: 2px;
}

.header-person-info li:hover a, .person-exit a:hover {
    color: #176b53;
}

.footer {
    width: 100%;
    min-width: 1200px;
    color: #fff;
    text-align: center;
    font-size: 0;
    line-height: 26px;
    padding: 24px 0;
    /*height: 145px;*/
    background-color: #296fc6;
}

.footer-c {
    display: inline-block;
    vertical-align: top;
    /*width: 954px;*/
    width: 1200px;
    text-align: center;
    margin-top: 3px;
}

.footer-c > span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}

.footer-c > span:nth-of-type(1):after, .footer-c > span:nth-of-type(2):after, .footer-c > span:nth-of-type(3):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #4c9fe6;
    margin: 0 26px;
    position: relative;
    top: 3px;
}

.footer-links {

}

.footer-links > span, .footer-links > a {
    display: inline-block;
    font-size: 14px;
}

.footer-links > a {
    margin-right: 26px;
}

.footer-c a:hover {
    color: #5fbeff;
}

.footer-i {
    display: inline-block;
    vertical-align: top;
    width: 87px;
    text-align: center;
    margin-left: 150px;
    margin-top: 7px;
}

.footer-i > img {
    width: 87px;
    height: 87px;
}

.footer-i > span {
    font-size: 12px;
    line-height: 26px;
    color: #52cc89;
}

.footer > span {
    margin-right: 24px;
}

.footer > span:last-child {
    margin-right: 0;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.list-nav a:hover {
    color: #0e6fc2;
}

.list-nav a.active {
    color: #0e6fc2;
}

.list-nav {
    background-color: #f3f3f3;
    color: #666666;
    line-height: 33px;
    font-size: 14px;
}

/*新加*/
.header-person {
    display: inline-block;
    font-size: 14px;
    color: #231815;
    position: relative;
}

.header-person-info {
    display: none;
    position: absolute;
    width: 154px;
    /*height: 192px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.06);
    border: solid 1px #eeeeee;
    right: 0;
    z-index: 9;
    text-align: left;
    /*padding: 21px 16px 21px;*/
    border-radius: 4px;
}

.header-person-login {
    /*padding-bottom: 10px;*/
}

.header-person-info:hover, .header-person-login:hover + .header-person-info {
    display: block;
}

.header-person-name {
    font-size: 0;
    height: 37px;
    overflow: hidden;
    clear: both;
    background-image: linear-gradient(-90deg, #60b059 0%, #0f7bc7 100%);
}

.header-person-name > img {
    border-radius: 50px;
}

.header-person-name > span {
    font-size: 14px;
    line-height: 37px;
    color: #ffffff;
    padding-left: 15px;
    /* height: 21px; */
    position: relative;
    display: inline-block;
    width: 95px;
    /* overflow: hidden; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* display: block; */
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip_bg {
    display: inline-block;
    /* width: 29px; */
    height: 18px;
    background-color: #c9caca;
    font-family: FZDHTJW--GB1-0;
    font-size: 10px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    padding: 0px 5px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.vip_bg.red {
    background-image: linear-gradient(
            #ff4444,
            #ff4444),
    linear-gradient(
            #ff4444,
            #ff4444);
    background-blend-mode: normal,
    normal;
}

.header-person-info .vip_bg {
    position: relative;
    top: 10px;
    font-style: normal;
    left: 5px;
}

.person-exit {
    font-size: 14px;
    line-height: 57px;
    color: #666666;
    border-top: 1px #eeeeee solid;
}

.person-exit > a {
    display: block;
    padding-left: 14px;
}

.header-person-info > ul {
    padding: 8px 0 0;
}

.header-person-info > ul > li > a {
    margin: 0 0 0 14px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #333333;
}

.header-person-info > ul > li > a:hover {
    color: #0e6fc2;
    /*background-color: #ddf6d6;*/
}

.content {
    padding-bottom: 40px;
}

.content-row {
    padding-bottom: 45px;
}

.content-row > div {
    margin-bottom: 30px;
}

.content-row > div > .course:hover {
    box-shadow: -5px -1px 8px 0px rgba(21, 31, 70, 0.1);
}

.content .col-md-3 {
    margin-bottom: 30px;
}

.content-tit {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #333333;
    padding: 55px 0 35px;
}

.content-tit:before, .content-tit:after {
    content: '';
    display: inline-block;
    width: 76px;
    height: 8px;
    position: relative;
    top: -5px;
    margin: 0 10px 0;
}

.content-tit:before {
    background: url("../img/left.png") no-repeat;
}

.content-tit:after {
    background: url("../img/right.png") no-repeat;
}

.more_button {
    text-align: center;
}

.more_button > a {
    background-color: #0e6fc2;
    border: solid 1px #e5e5e5;
    width: 175px;
    height: 50px;
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    border-radius: 0;
}

.course {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.course-img {
    position: relative;
}

.course-img > img {
    width: 100%;
    height: 165px;
}

.course-img > span {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;

    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
}

.course-money {
    border-top: 1px solid #f1f1f3;
    height: 44px;
    padding: 11px 10px;
}

.course-money > span:first-child {
    font-size: 16px;
    line-height: 16px;
    color: #f43c11;
}

.course-money > span.free:first-child {
    color: #333333;
}

.course-money > span:last-child {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    display: inline-block;
    float: right;
}

.course-tit {
    box-sizing: content-box;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #333333;
    padding-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.course-sub-tit {
    font-size: 14px;
    /*line-height: 1;*/
    padding-top: 10px;
    color: #999999;
}

.course-info {
    padding: 0 10px 25px;
}

.course-time > span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #999999;
    padding: 27px 0 23px;
    display: inline-block;
}

.course-time > a {
    width: 88px;
    height: 30px;
    background-color: #0e6fc2;
    border-radius: 2px;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    float: right;
    margin-top: 21px;
}

.course-content {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.course-sub-time > span {
    font-size: 14px;
    line-height: 27px;
    color: #999999;
}

.course-sub-time > span {
    display: inline-block;
    height: 22px;
    padding: 0 6px;
    background-color: #dbf2e7;
    text-align: center;
    line-height: 22px;
    margin-right: 12px;
    color: #0e6fc2;
}

.course-sub-time {
    padding-top: 15px;
}

.index-more {
    width: 175px;
    height: 46px;
    background-color: #0e6fc2;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    margin: 14px auto 0;
}

.course-sub-money {
    padding: 40px 10px 10px;
    text-align: center;
}

.course-sub-money > span:first-child {
    font-size: 16px;
    line-height: 16px;
    color: #f43c11;
}

.course-sub-money > span.free:first-child {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
}

.course-sub-money > span:last-child {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    float: right;
}

.index-news {
    width: 100%;
    width: 100%;
    height: 470px;
    /*background: url("/static/img/news-bg.jpg") 100% 100%;*/
    background: #fff;
}

.index-news .content {
    padding-bottom: 0;
}

.news-content {
    font-size: 0;
}

.news-news {
    display: inline-block;
    width: 750px;
    vertical-align: top;
}

.news-img {
    width: 420px;
    height: 300px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    box-shadow: -5px -1px 8px 0px rgb(21 31 70 / 10%);
    border-radius: 4px;
    margin-right: 30px;
}

.news-img .swiper-container {
    width: 400px;
    height: 280px;
}

.news-img > div {
    padding: 10px;
}

.news-img a > img {
    width: 100%;
    height: 100%;
}

.news-date {
    border: 1px solid #0e6fc2;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    width: 58px;
    display: inline-block;
    vertical-align: top;
}

.news-date > span:first-child {
    width: 100%;
    height: 28px;
    background-color: #0e6fc2;
    display: inline-block;
    color: #fff;
}

.news-date > span:last-child {
    width: 100%;
}

.news-con {
    margin-left: 40px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    width: 620px;
    vertical-align: top;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.news-con-b0.news-con {
    border-bottom: none;
}

.news-tit {
    font-size: 16px;
    line-height: 1;
    color: #000000;
    margin-bottom: 12px;
}

.news-info {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-links {
    background-color: #212837;
    width: 100%;
    height: 437px;
    position: relative;
}

.index-links .w1200 {
    position: relative;
}

.contact {
    width: 1200px;
    height: 557px;
    background-color: #ffffff;
    box-shadow: -7px -2px 7px 0px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    top: -226px;
    left: 0;
    position: absolute;
    font-size: 0;
}

.links {
    padding-top: 360px;
}

.links > span {
    font-size: 16px;
    line-height: 26px;
    color: #6d727c;
    margin-right: 30px;
}

.links > a {
    display: inline-block;
    background-color: #141926;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1;
    color: #6d727c;
    margin-right: 24px;
}

.map {
    width: 650px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.index-contact {
    display: inline-block;
    vertical-align: top;
    width: 550px;
    padding-left: 45px;
    padding-right: 45px;
}

.index-contact-tit {
    padding-top: 55px;
    padding-bottom: 28px;
    margin-bottom: 76px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.index-contact-tit > span {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
}

.index-contact-tit > span:after {
    content: '';
    display: inline-block;
    width: 105px;
    height: 3px;
    background-color: #112889;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-contact1 {

}

.index-contact1 > div {
    margin-bottom: 20px;
}

.index-contact1 img {

}

.index-contact1 span {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    vertical-align: middle;
    display: inline-block;
    margin-left: 18px;
}

.index-qrcode > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 120px;
    margin-left: 36px;
}

.index-qrcode > div img {
    width: 90px;
}

.index-qrcode > div span {
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
    display: block;
}

.sub-footer1 {
    width: 100%;
    height: 274px;
    /*background: url("/static/img/sub-footer1.jpg") no-repeat;*/
    background: #0e6fc2;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: -1px;
}

.footer-tit {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    padding: 55px 0;
}

.footer-tit:before, .footer-tit:after {
    content: '';
    display: inline-block;
    width: 76px;
    height: 8px;
    position: relative;
    top: -5px;
    margin: 0 10px 0;
}

.footer-tit:before {
    background: url("../img/left_w.png") no-repeat;
}

.footer-tit:after {
    background: url("../img/right_w.png") no-repeat;
}

.sub-footer1-l {

}

.sub-footer1-l > div {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.sub-footer1-l > div:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 84px;
    background-color: #0963b0;
    position: absolute;
    right: 0;
    top: 0;
}

.sub-footer1-l > div:last-child:after {
    display: none;
}

.sub-footer1-l > div > div {
    font-size: 16px;
    line-height: 39px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
}

.sub-footer {
    width: 100%;
    background-color: #212837;
    padding: 34px 0;
}

.footer-logo {
    text-align: center;
}

.foot-contact {
    display: inline-block;
    vertical-align: top;
    width: 890px;
}

.foot-qrcode {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 215px;
    font-size: 12px;
    line-height: 38px;
    color: #999999;
}

.foot-qrcode img {
    width: 90px;
}

.foot-qrcode span {
    font-size: 12px;
    line-height: 26px;
    color: #999999;
}

.foot-contact-c {
    padding: 23px 0 20px;
    border-bottom: 1px solid #171d2a;
}

.foot-contact-c > div {
    margin-right: 50px;
    display: inline-block;
}

.foot-contact-c > div:last-child {
    margin-right: 0;
}

.foot-contact-c span {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: inline-block;
    margin-left: 14px;
}

.foot-link {
    padding: 27px 0 21px;
}

.foot-link > a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-right: 43px;
}

.foot-link > a:last-child {
    margin-right: 0;
}

.foot-link1 {

}

.foot-link1 > span {
    font-size: 16px;
    line-height: 26px;
    color: #6d727c;
    margin-right: 30px;
}

.foot-link1 > a {
    display: inline-block;
    background-color: #141926;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1;
    color: #6d727c;
    margin-right: 24px;
}

/*媒体中心*/
.news-jy {
    background-color: #f5f5f5;
    padding: 30px 0 40px;
}

.news-jy .news-xw-more {
    margin-bottom: 10px;
    border-bottom: none;
}

.news-nav {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    border-left: 3px solid #0e6fc2;
    padding-left: 13px;
}

.news-jy-con {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 35px 30px;
    height: 340px;
}

.news-jy-con:hover {
    box-shadow: 0px 5px 8px 0px rgba(0, 29, 29, 0.1);
}

.news-jy-con-tit {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
}

.news-jy-con-info {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    padding: 20px 0 30px;
}

.news-jy-con-date {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    text-align: right;
}

.news-ln {
    padding-top: 30px;
}

.news-ln-line {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.news-ln-con {
    border-bottom: dashed 1px #dfdfdf;
    font-size: 0;
    padding-top: 26px;
    padding-bottom: 26px;
}

.news-ln-con:last-of-type {
    border-bottom: none;
}

.news-ln-img {
    width: 260px;
    height: 150px;
    background-color: #e4e4e4;
    border-radius: 4px;
    vertical-align: top;
}

.news-ln-tit {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    padding-bottom: 12px;
}

.news-ln-info {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
}

.news-ln-date {
    font-size: 14px;
    line-height: 27px;
    color: #999999;
    position: absolute;
    bottom: 0;
}

.news-ln-c {
    display: inline-block;
    width: 940px;
    height: 150px;
    padding-left: 22px;
    vertical-align: top;
    position: relative;
}

.news-rd {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.news-rd-c {
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 20px;
}

.news-rd-con {
    height: 118px;
    padding: 18px 12px;
    position: relative;
}

.news-rd-img {
    width: 100%;
    background-color: #bfbfbf;
    border-radius: 4px 4px 0px 0px;
}

.news-rd-tit {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.news-rd-tag {
    font-size: 16px;
    line-height: 1;
    color: #999999;
    position: absolute;
    bottom: 18px;
}

.news-index {
    padding: 30px 0;
}

.news-lb {
    display: inline-block;
    vertical-align: top;
    width: 600px;
}

.news-xw {
    display: inline-block;
    vertical-align: top;
    width: 575px;
    margin-left: 15px;
}

.news-xw-main {
    border-bottom: dashed 1px #dfdfdf;
    padding: 27px 0;
}

.news-xw-tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    margin-bottom: 14px;
}

.news-xw-info {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
}

.news-xw-ul {

}

.news-xw-ul li {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    position: relative;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 25px;
}

.news-xw-ul li:hover {
    color: #112889;
}

.news-xw-ul li > a {

}

.news-xw-ul li > span {
    position: absolute;
    right: 0;
}

.news-xw-more {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.news-xw-more > a {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-list {
    padding-top: 1px;
    background-color: #F5F5F5;
}

.section-list .col-md-3 {
    margin-bottom: 30px;
}

.section-lb {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 30px 0;
    padding: 25px 30px;
}

.section-lb > span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
}

.section-lb > ul {
    display: inline-block;
    vertical-align: top;
}

.section-lb li {
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-right: 14px;
}

.section-lb li.active {
    background-color: #ddf6d6;
}

.section-px {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
}

.section-px1 {
    display: inline-block;
}

.section-px1 a:before {
    content: '';
    display: inline-block;
    margin: 0 17px;
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
}

.section-px1 a.active {
    color: #112889;
}

.section-px2 {
    float: right;
}

.section-px2 > span {
    margin-left: 35px;
}

.news_list {
    width: 100%;
    min-width: 1200px;
    color: #333333;
    background-color: #f7f7f7;
    padding-bottom: 30px;
}

.news_list_nav {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    margin: auto;
}

.news_con {
    padding: 0;
}

.news_list_con, .news_con, .news_list_con1 {
    width: 1200px;
    margin: auto;
    background-color: #ffffff;
    padding: 1px 35px 90px;
    position: relative;
}

.news_con_title {
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
}

.news_con_title h2 {
    font-size: 28px;
    color: #111111;
    line-height: 1;
    padding: 60px 0 40px;
    margin: 0;
}

.news_con_title span {
    display: inline-block;
    color: #444444;
    font-size: 14px;
    margin: 0 14px;
    vertical-align: middle;
}

.news_con_con {
    text-align: justify;
    padding: 40px 50px;
}

.news_list_con li {
    height: 110px;
    /*line-height: 90px;*/
    font-size: 18px;
    color: #333333;
    border-bottom: solid 1px #e5e5e5;
    padding-top: 22px;
}

.news_list_con li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #3877be;
    vertical-align: middle;
    margin-right: 6px;
}

.news_list_con li > a {
    vertical-align: middle;
}

.my-info {
    margin: 29px 0 16px;
    width: 100%;
    height: 200px;
    background: url("/static/img/my_bg.jpg") 100%;
    padding: 51px 48px;
}

.my-info img {
    width: 98px;
    height: 98px;
    border-radius: 98px;
    background-color: #ddf6d6;
    border: solid 4px #439ae4;
    margin-right: 18px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.22);
}

.my-info-name {
    display: inline-block;
    vertical-align: middle;
}

.my-info-name > span:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
}

.my-info-name > span:last-of-type {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #b3e473;
}

.my-info-sc {
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 20px;
    margin-left: 60px;
}

.my-info-sc > span:first-child {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.my-info-sc > span:last-child {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.my {
    background-color: #f5f5f6;
    padding-top: 1px;
}

.my-info-c {
    font-size: 0;
    padding-bottom: 40px;
}

.my-info-nav {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 26px 0;
}

.my-info-nav ul {
    margin: auto;
    /*width: 172px;*/
}

.my-info-nav li {
    text-align: center;
    width: 100%;

    font-size: 16px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
}

.my-info-nav li.active {
    background-color: #0e6fc2;
    color: #ffffff;
    /*border-radius: 4px;*/
}

.my-info-nav li:before {
    display: inline-block;
    position: relative;
    width: 14px;
    margin-right: 8px;
    vertical-align: middle;
}

.my-info-nav li a {
    vertical-align: middle;
}

.my-info-nav li#nav_course:before {
    content: url(/static/img/my/icon-1.png);
}

.my-info-nav li#nav_order:before {
    content: url(/static/img/my/icon-2.png);
}

.my-info-nav li#nav_info:before {
    content: url(/static/img/my/icon-3.png);
}

.my-info-nav li#nav_section:before {
    content: url(/static/img/my/icon-4.png);
}

.my-info-nav li#nav_note:before {
    content: url(/static/img/my/icon-5.png);
}

.my-info-nav li#nav_photo:before {
    content: url(/static/img/my/icon-6.png);
}

.my-info-nav li#nav_password:before {
    content: url(/static/img/my/icon-7.png);
}

.my-info-nav li#nav_save_face:before {
    content: url(/static/img/my/icon-8.png);
}

.my-info-nav li#nav_classes:before {
    content: url(/static/img/my/icon-9.png);
}

.my-info-nav li.active#nav_course:before {
    content: url(/static/img/my/icon-1-1.png);
}

.my-info-nav li.active#nav_order:before {
    content: url(/static/img/my/icon-2-1.png);
}

.my-info-nav li.active#nav_info:before {
    content: url(/static/img/my/icon-3-1.png);
}

.my-info-nav li.active#nav_section:before {
    content: url(/static/img/my/icon-4-1.png);
}

.my-info-nav li.active#nav_note:before {
    content: url(/static/img/my/icon-5-1.png);
}

.my-info-nav li.active#nav_photo:before {
    content: url(/static/img/my/icon-6-1.png);
}

.my-info-nav li.active#nav_password:before {
    content: url(/static/img/my/icon-7-1.png);
}

.my-info-nav li.active#nav_save_face:before {
    content: url(/static/img/my/icon-8-1.png);
}

.my-info-nav li.active#nav_classes:before {
    content: url(/static/img/my/icon-9-1.png);
}

.my-info-nav li:before {
    content: url(/static/img/my/more-normal.png) !important;
}

.my-info-nav li.active:before {
    content: url(/static/img/my/more-active.png) !important;
}

.person-con {
    display: inline-block;
    vertical-align: top;
    width: 974px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 16px;
}

.my-course {
    padding-bottom: 35px;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.my-course-img {
    width: 220px;
    height: 130px;
    background-color: #112889;
    border-radius: 4px;
    vertical-align: top;
    margin-right: 14px;
}

.my-course-c {
    display: inline-block;
    vertical-align: top;
    width: 600px;
}

.my-course-tit {
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.my-course-date {

}

.my-course-date > span:first-child {
    font-size: 14px;
    line-height: 27px;
    color: #4aa3f5;
    display: inline-block;
    margin-right: 30px;
}

.my-course-date > span:last-child {
    font-size: 14px;
    line-height: 27px;
    color: #999999;
}

.my-course-go {
    /*float: right;*/
    /*margin-top: 90px;*/
    position: absolute;
    right: 0;
    bottom: 54px;
}

.my-course-go > a {
    width: 118px;
    border-radius: 4px;

    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 12px 0;
}

.my-course-go > a.btn-success {
    background-color: #0e6fc2;
}

.detail-h {
    width: 1200px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 25px 22px;
    margin-top: 30px;
}

.detail-h-img {
    width: 420px;
    height: 250px;
    border-radius: 4px;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.detail-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.detail-h-img img {
    width: 55px;
    height: 55px;
    margin-top: 98px;
    position: relative;
}

.detail-h-img img.classes-photo {
    width: 100%;
    height: 100%;
    margin: 0;
}

.detail-h-con {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    position: relative;
    height: 250px;
    width: 680px;
}

.detail-h-but {
    position: absolute;
    bottom: 0;
}

.detail-h-but button {
    width: 118px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ea3229;

    font-size: 16px;
    letter-spacing: 0px;
    color: #ea3229;

    background-color: #fff;
}

.detail-h-but button.remove {
    color: #fff;
    background-color: #ea3229;
}

.detail-tag {
    font-size: 14px;
    line-height: 57px;
    color: #999999;
}

.detail-tag span {
    display: inline-block;
    margin-right: 30px;
}

.detail-h-con h3 {
    margin: 0;
}

.detail-price {
    font-size: 26px;
    color: #ea3229;
}

.detail-con {
    font-size: 0;
    margin-top: 16px;
    padding-bottom: 40px;
}

.detail-con1 {
    display: inline-block;
    vertical-align: top;
    width: 850px;
    background-color: #ffffff;
    font-size: 14px;
}

.detail-con2 {
    display: inline-block;
    vertical-align: top;
    width: 334px;
    margin-left: 16px;
}

.detail-teacher {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 24px;
    margin-bottom: 16px;
}

.detail-teacher > img {
    width: 134px;
    height: 134px;
    background-color: #f5f5f6;
    border: solid 2px #d2d2d2;
    border-radius: 134px;
}

.detail-teacher > div {
    font-size: 18px;
    line-height: 57px;
    color: #333333;
}

.detail-teacher > p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    text-align: justify;
}

.detail-con1 > ul {
    font-size: 15px;
    color: #333333;
    height: 50px;
    padding-top: 9px;
    line-height: 36px;
    padding-left: 22px;
    border-bottom: 1px solid #ededed;
}

.detail-con1 > ul > li {
    margin-right: 38px;
    float: left;
}

.detail-con1 > ul > li.active {
    color: #0e6fc2;
    position: relative;
}

.detail-con1 > ul > li.active:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0e6fc2;
}

.tab-content {
    padding: 0 22px 30px;

}

.detail-table {
    margin: 0;
}

.detail-table tr {
    background-color: #f8f8f8;
    border-radius: 4px;
}

.detail-table tr:nth-child(2n-1) {
    background-color: #ffffff;
    border-radius: 4px;
}

.detail-table tr td {
    font-size: 14px;
    color: #333333;
    line-height: 34px !important;
    border: none !important;
    height: 50px !important;
    vertical-align: middle !important;
}

.detail-table tr td:first-child {
    font-size: 14px;
    color: #999999;
    width: 120px;
    padding: 20px 8px;
}

.detail-table tr td:first-child:before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #666666;
    border-bottom: 4px solid transparent;
}

.detail-table.classes-table tr td:first-child:before {
    display: none;
}

.detail-table tr td:last-child {
    text-align: right;
}

.detail-tj {
    background-color: #ffffff;
}

.detail-tj-tit {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px solid #ededed;
    padding-left: 23px;
}

.detail-tj-con {
    padding: 20px 24px 1px;
}

.detail-tj-con > div {
    margin-bottom: 25px;
}

.detail-tj-con img {
    width: 100%;
}

.detail-tj-con p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 5px;
}

.cert-company {

}

.cert-company .news-xw-more {
    margin-bottom: 30px;
}

.certificate {
    background-color: #f5f5f6;
    padding-bottom: 30px;
}

.cert {
    font-size: 0;
    padding: 30px 0 40px;
}

.cert-search {
    display: inline-block;
    vertical-align: top;
    width: 800px;
    height: 660px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    background: url("/static/img/cert-bg.png") no-repeat;
    border-radius: 4px;
    text-align: center;
}

.cert-info {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 384px;
    height: 660px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #848484;
    padding: 40px 24px;
}

.cert-info > div {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.cert-info > div:last-of-type {
    border-bottom: none;
}

.cert-info-tit {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    padding-left: 8px;
    position: relative;
    margin-bottom: 18px;
}

.cert-info-tit:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #0e6fc2;
    position: absolute;
    left: 0;
}

.cert-info-con {
    padding-bottom: 26px;
}

.cert-search > h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #0e6fc2;
    margin-top: 157px;
    margin-bottom: 50px;
}

.cert-search label {
    display: block;
    margin-bottom: 32px;
    font-weight: normal;
}

.cert-span1 {
    letter-spacing: 2em;
    margin-right: -2em;
}

.cert-span3 {
    letter-spacing: 0.5em;
    margin-right: -0.5em;
}

.cert-span1, .cert-span2, .cert-span3 {
    font-family: Microsoft YaHei, "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
}

.cert-search input[type="text"] {
    display: inline-block;
    width: 319px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d2d2d2;
}

.cert-search input[type="text"].cert-yzm {
    width: 185px;
}

.cert-search #vcode {
    width: 127px;
    height: 32px;
}

.cert-search .btn {
    width: 319px;
    height: 40px;
    background-color: #0e6fc2;
    border-radius: 4px;
    margin-left: 90px;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0px;
}

.pinglun {
    width: 100%;
    height: 100px;
    background-color: #f8f8f8;
    border-radius: 4px;
    border: solid 1px #cccccc;
    outline: #0e6fc2;
    padding: 12px;
    margin-top: 40px;
}

.pinglun_button {
    text-align: right;
    margin-top: 10px;
}

.pinglun_button .btn {
    width: 78px;
    height: 32px;
    background-color: #e4e4e4;
    border-radius: 4px;
    font-size: 14px;
    color: #999999;
    outline: #0e6fc2;
}

.pinglun-total {
    margin: 24px 0 35px;
    font-size: 15px;
    color: #333333;
}

.pinglun-total-num {
    color: #a0a0a0;
    margin-left: 12px;
}

.pinglun-con {
    margin-bottom: 40px;
}

.pinglun-tx {
    width: 52px;
    height: 52px;
    background-color: #e5e5e5;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}

.pinglun-c {
    display: inline-block;
    vertical-align: top;
    /*width: calc(100% - 72px);*/
    width: calc(100% - 75px);
    border-bottom: 1px solid #e5e5e5;
}

.pinglun-c .pinglun-c {
    border-bottom: none;
}

.pinglun-name {
    font-size: 14px;
    color: #333333;
    margin-bottom: 16px;
}

.pinglun-content {
    font-size: 12px;
    color: #666666;
    text-align: justify;
}

.pinglun-date {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin: 14px 0;
}

.pinglun-date > div {
    display: inline-block;
}

.pinglun-pl {

}

.pinglun-pl > span {
    cursor: pointer;
    margin-left: 20px;
}

.pinglun-pl > span img {
    width: 18px;
}

.pinglun-c form {
    margin: -20px 0 20px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #0e6fc2 !important;
    background-color: #0e6fc2 !important;;
}

.layui-layer-btn a {
    line-height: 26px !important;
}

.nav-simi {
    margin-top: 13px;
}

.nav-simi input {
    margin: 0 5px 0 0;
}

.nav-simi > span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    top: -2px;
}

.biji .fr button {
    width: 78px;
    height: 28px;
    background-color: #0e6fc2;
    border-radius: 4px;
    border: none;
    line-height: 28px;
    padding: 0;
    margin-top: 13px;
}

.nav-biji {

}

.biji-count {
    font-size: 14px;
    line-height: 57px;
    color: #0e6fc2;
}

.biji-count span:first-child {
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}

.nav-biji .pinglun-tx {
    width: 36px;
    height: 36px;
}

.nav-biji .pinglun-name {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    line-height: 36px;
}

.nav-biji .pinglun-content {
    font-size: 12px;
    line-height: 24px;
    color: #8b8b8b;
    margin: 10px 0 0 56px;
}

.nav-biji .pinglun-date {
    margin-left: 56px;
}

.nav-pinglun {
    margin-left: 56px;
    background-color: #2d2d2d;
    border-radius: 4px;
    padding: 14px 10px;
}

.nav-pinglun .pinglun-c {
    border-bottom: 0;
    width: 100%;
}

.nav-pinglun .pinglun-name {
    display: block;
}

.nav-pinglun .pinglun-name .fr {
    color: #8b8b8b;
}

.nav-pinglun .pinglun-content {
    color: #8b8b8b;
    margin: 0;
}

#show_pl button {
    width: 78px;
    height: 28px;
    background-color: #0e6fc2;
    border-radius: 4px;
    border: none;
    line-height: 28px;
    padding: 0;
    float: right;
}

.section_detail {
    margin: 20px 0 40px;
}

.section_detail li {
    font-size: 12px;
    line-height: 1;
    color: #666666;
    padding: 5px 7px;
    margin-right: 20px;
    background-color: #eeeeee;
    border-radius: 4px;
}

.section_detail li.active {
    color: #ffffff;
    background-color: #0e6fc2;
}

.classes-join .over, .classes-join .act {
    height: 26px;
    padding: 0px 10px;
    border: 1px solid #ab090c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    /*background-color: #ab090c;*/
    /*color: #fff;*/
    color: #ab090c;
    float: right;
}

.classes-table h2 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #666;
    margin-top: 0px;
}

.classes-table .teacher {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.classes-table .brief b, .classes-table .teacher b {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 5px;
}

.classes-table .brief {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.section-detail {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    text-align: justify;
}

.section-detail img {
    max-width: 100%;
}

.section-detail p {
    margin: 0 0 10px;
}

.task-list {
    background-color: #fff;
    font-size: 14px;
    color: #000;
    padding: 30px 25px;
}

.zhaomu > div > ul {
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    padding: 26px 30px;
}

.zhaomu > div > ul > li {
    border-bottom: dashed 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.zhaomu > div > ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.zhaomu-tit {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    color: #333333;
    margin-bottom: 10px;
}

.zhaomu-tit:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #408be6;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.zhaomu-sub-time {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #333333;
}

.zhaomu-sub-time > span:first-child {
    color: #0e6fc2;
    background-color: #e2f0fc;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-right: 6px;
}

.score {
    margin: auto;
    /* background-color: #fff; */
    border-radius: 6px;
    text-align: center;
}

.score-c {
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 6px;
}

.score-c-t {
    width: 1160px;
    height: 38px;
    line-height: 38px;
    background-color: #296fc6;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    margin: auto;
}

.score-c-t:before, .score-c-t:after {
    content: '';
    display: inline-block;
    margin: 0 20px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #e4be28;
    position: relative;
    top: -3px;
}

.score-c1 {
    height: 240px;
    background-color: #f2f8ff;
    border-radius: 6px;
    margin: 9px 0 5px;
    padding: 15px;
}

.score-c-t1 {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    color: #333333;
}

.mycontainer {
    margin-top: 120px;
}

.score-submit {
    text-align: center;
    width: 400px;
    height: 50px;
    line-height: 36px;
    background-color: #296fc6;
    border-radius: 25px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}

.trail-thead {
    height: 52px;
    background-color: #e3effd;
}

.trail-thead td {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: #e3effd;
    vertical-align: middle !important;
    border: none !important;
}

.trail-tbody td {
    vertical-align: middle !important;
    font-size: 14px;
    color: #333333;
    height: 70px;
    border: none !important;
}

.trail-tbody td .btn {
    width: 80px;
}

.apply-edit {
    font-size: 16px;
    color: #333333;
    margin-bottom: 35px;
}

.apply-edit > div:first-child {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.apply-edit > div:nth-child(2) {
    display: inline-block;
    width: 795px;
    vertical-align: middle;
}

.apply-edit .form-control {
    height: 50px;
}


.apply-edit input[type=radio].form-control {
    outline: none;
    box-shadow: none;
    width: 18px;
    height: auto;
    display: inline;
}