.overflow-elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.opahover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.inline-block-m {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.inline-block-t {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.rgbafilter {
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

#browser-low {
    position: fixed;
    width: 100%;
    padding: 20px;
    z-index: 99999;
    top: 0;
    left: 0;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#browser-low .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

body {
    background: #f5f5f5;
    overflow-x: hidden;
}


/*头部*/

.header {
    background: #fff;
    line-height: 120px;
    background: url(../images/bgheader.jpg) no-repeat;
    background-size: cover;
}

.logo img {
    vertical-align: middle;
    max-height: 80px;
}


/*导航*/

.nav-menu {
    font-size: 0;
}

.nav-menu .nav-list {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    line-height: 60px;
}

.nav-menu .nav-list .login-a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #b70912;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.nav-list a:hover {
    text-decoration: none;
}

.nav-menu .nav-list>a {
    display: block;
    color: #333333;
    font-size: 16px;
    position: relative;
}

.nav-menu .nav-list:hover>a,
.nav-menu .nav-list.active>a {
    color: #b70912;
}

.nav-menu .nav-list:hover>a:after,
.nav-menu .nav-list.active>a:after {
    position: absolute;
    bottom: 12px;
    left: 50%;
    content: '';
    margin-left: -12px;
    width: 24px;
    height: 4px;
    background-color: #b70912;
    border-radius: 2px;
}

.nav-menu .nav-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 15;
    width: 140px;
    margin-left: -70px;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.nav-menu .nav-submenu li {
    line-height: 60px;
    border-bottom: 1px solid #b70912;
}

.nav-menu .nav-submenu li:last-child {
    border-width: 2px;
}

.nav-menu .nav-submenu li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.nav-menu .nav-submenu li a:hover {
    color: #b70912;
}

.nav-toggle {
    cursor: pointer;
    padding: 7px 8px;
}

.nav-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.nav-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.nav-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(-45deg);
    transform-origin: 25px;
}

.nav-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(45deg);
    transform-origin: 25px;
}

.search-wrap {
    line-height: 1;
    margin-top: 30px;
}

.search-wrap .search-form {
    position: relative;
    margin-top: 10px;
}

.search-wrap .search-input {
    width: 300px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 60px;
    color: #333;
    font-size: 14px;
    background: #fff;
    border-radius: 18px;
}

.search-wrap .search-btn {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    background: url('../images/icon.png') no-repeat -247px -7px;
}

.nav-right-menu {
    text-align: right;
}

.nav-right-menu a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin-left: 40px;
    font-size: 14px;
    color: #f8f8f8;
    line-height: 22px;
}

.nav-right-menu a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    background: url('../images/icon.png') no-repeat;
}

.nav-right-menu a .qrcode-img {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -55px;
    z-index: 100;
}

.nav-right-menu a .qrcode-img img {
    width: 110px;
    height: 110px;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(183, 9, 18, 0.3);
}

.nav-right-menu a .qrcode-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
}

.nav-right-menu a.a1 i {
    background-position: -9px -6px;
}

.nav-right-menu a.a2 i {
    background-position: -46px -6px;
}

.nav-right-menu a:hover {
    opacity: 1;
}

.nav-right-menu a:hover .qrcode-img {
    display: block;
}


/*banner*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner-img-menu {
    width: 100%;
    position: relative;
}

.banner-img-menu li {
    float: left;
    width: 100%;
}

.banner-img-menu li a {
    display: block;
    /*height: 440px;*/
    height: 660px;
}

.banner .btn-a {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.banner .btn-a a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 38px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    background: #fff;
    cursor: pointer;
}

.banner .btn-a a.active {
    background: #b70912;
}

.yilin-index-short-link-menu a {
    display: block;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
}

.yilin-index-short-link-menu a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background: url(../images/icon.png) no-repeat;
}

.yilin-index-short-link-menu a span {
    position: relative;
}

.yilin-index-short-link-menu a span:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 12px;
    bottom: -18px;
    right: 0;
    background: url(../images/icon.png) no-repeat -214px -11px;
}

.yilin-index-short-link-menu a.a1 {
    background-image: linear-gradient(135deg, #3797d4 0%, #0e60c3 100%);
}

.yilin-index-short-link-menu a.a1 i {
    background-position: -8px -43px;
}

.yilin-index-short-link-menu a.a2 {
    background-image: linear-gradient(135deg, #46ba97 0%, #309da2 100%);
}

.yilin-index-short-link-menu a.a2 i {
    background-position: -76px -43px;
}

.yilin-index-short-link-menu a.a3 {
    background-image: linear-gradient(135deg, #ffa01b 0%, #e98000 100%);
}

.yilin-index-short-link-menu a.a3 i {
    background-position: -154px -43px;
}

.yilin-index-short-link-menu a.a4 {
    background-image: linear-gradient(135deg, #f25b7a 0%, #e4003f 100%);
}

.yilin-index-short-link-menu a.a4 i {
    background-position: -234px -43px;
}

.yilin-index-short-link-menu a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.column-title {
    width: 440px;
    margin: 0 auto;
    color: #444;
    position: relative;
}

.column-title:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #535353;
    border-radius: 10px;
    z-index: 2;
}

.column-title h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 68px;
    font-weight: 500;
    font-size: 36px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    background: #f5f5f5;
}

.column-title p {
    margin-top: 25px;
    margin-right: 22px;
    font-size: 18px;
    text-align: right;
    position: relative;
    z-index: 5;
}

.column-title p span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    background: #f5f5f5;
}

.column-title.fff h3,
.column-title.fff p span {
    background: #fff;
}

.index-notice-menu .item {
    margin-top: 30px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(183, 9, 18, 0.5);
}

.index-notice-menu .item .top {
    padding: 20px 10px;
    font-size: 22px;
    line-height: 22px;
    color: #444444;
    border-bottom: 1px solid #dcdcdc;
}

.index-notice-menu .item .top .more {
    font-size: 14px;
    color: #999999;
}

.index-notice-menu .item .top .more:hover {
    color: #b70912;
}

.index-notice-menu .item .bottom {
    padding: 14px 10px 20px;
    font-size: 16px;
    line-height: 32px;
    color: #444444;
}

.index-notice-menu .item .bottom a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-notice-menu .item .bottom a:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b70912;
}

.index-notice-menu .item .bottom a:hover {
    color: #b70912;
}

.index-train-menu .item {
    margin-top: 30px;
    display: block;
    text-align: center;
    background: #fff;
}

.index-train-menu .item .img-wrap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.index-train-menu .item .img-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.index-train-menu .item p {
    padding: 0 10px;
    font-size: 22px;
    line-height: 90px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-train-menu .item:hover img {
    transform: scale(1.1);
}

.index-train-menu .item:hover p {
    color: #b70912;
}

.subcolumn-t-wrap {
    position: relative;
    overflow: hidden;
    height: 36px;
}

.subcolumn-t {
    text-align: center;
    padding-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
}

.subcolumn-t a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 150px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    border: solid 1px #b70912;
    margin: 0 5px;
    color: #333;
    font-size: 16px;
    color: #b70912;
    text-align: center;
}

.subcolumn-t a:hover,
.subcolumn-t a.active {
    color: #fff;
    border-color: #f42323;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}

.index-more {
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
    transition: all 0.5s ease-out;
}

.index-more:hover {
    background: #b70912;
}

.index-news-wrap .title {
    border-bottom: 1px solid #f3cccc;
}

.index-news-wrap .title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 110px;
    padding: 8px 0;
    font-size: 22px;
    color: #444444;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #f6abab;
}

.index-news-wrap .title .more {
    font-weight: 500;
    line-height: 38px;
    font-size: 14px;
    color: #999999;
}

.index-news-wrap .title .more:hover {
    color: #b70912;
}

.index-news-wrap .index-news-l .first {
    display: block;
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
}

.index-news-wrap .index-news-l .first .img-wrap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.index-news-wrap .index-news-l .first .img-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.index-news-wrap .index-news-l .first h3 {
    margin-top: 17px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    height: 60px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-wrap .index-news-l .first p {
    margin-top: 10px;
    padding: 0 10px 30px;
    font-size: 14px;
    color: #999999;
}

.index-news-wrap .index-news-l .first:hover img {
    transform: scale(1.1);
}

.index-news-wrap .index-news-l .first:hover h3 {
    color: #b70912;
}

.index-news-wrap .index-news-l .index-news-l-menu {
    margin-top: 10px;
}

.index-news-wrap .index-news-l .index-news-l-menu a {
    display: block;
    margin-top: 8px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-wrap .index-news-l .index-news-l-menu a .fr {
    color: #999999;
    margin-left: 20px;
}

.index-news-wrap .index-news-l .index-news-l-menu a:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b70912;
}

.index-news-wrap .index-news-l .index-news-l-menu a:hover {
    color: #b70912;
}

.index-news-wrap .index-news-r-menu {
    padding-top: 10px;
}

.index-news-wrap .index-news-r-menu a {
    display: block;
    margin-top: 10px;
    padding: 10px 15px 5px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
    border-left: 2px solid #b70912;
}

.index-news-wrap .index-news-r-menu a .time {
    font-size: 16px;
    color: #999999;
}

.index-news-wrap .index-news-r-menu a p {
    margin-top: 4px;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #444444;
}

.index-news-wrap .index-news-r-menu a:hover p {
    color: #b70912;
}

.index-about-wrap {
    margin-top: 30px;
}

.index-about-wrap .img-wrap {
    float: left;
    width: 55%;
    padding-bottom: 41.2%;
    position: relative;
}

.index-about-wrap .img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-about-wrap .about-text {
    float: right;
    width: 55%;
    margin-left: -10%;
    margin-top: 57px;
    padding: 40px 50px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.index-about-wrap .about-text .title {
    font-size: 30px;
    color: #444444;
}

.index-about-wrap .about-text .title:after {
    content: '';
    display: block;
    margin-top: 17px;
    width: 40px;
    height: 4px;
    background-color: #b70912;
    border-radius: 2px;
}

.index-about-wrap .about-text .text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #444444;
}

.index-about-wrap .about-text .link {
    margin-top: 30px;
}

.index-about-wrap .about-text .link a {
    float: left;
    width: 30%;
    margin-right: 3%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #f42323;
    color: #b70912;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
}

.index-about-wrap .about-text .link a:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}

.footer {
    background-color: #313131;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-top-wrap {
    padding-top: 38px;
    padding-bottom: 42px;
}

.footer-top-wrap .friend-link-wrap {
    color: #bcb6b6;
}

.footer-top-wrap .friend-link-wrap .title {
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-bottom: 2px solid #535353;
}

.footer-top-wrap .friend-link-wrap .con {
    margin-top: 7px;
    font-size: 14px;
}

.footer-top-wrap .friend-link-wrap .con a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    font-size: 14px;
    color: #bcb6b6;
    line-height: 30px;
}

.footer-top-wrap .footer-nav-wrap {
    margin-top: 30px;
}

.footer-top-wrap .footer-nav-wrap .n .title {
    font-size: 18px;
    padding-left: 8px;
    padding-bottom: 8px;
    color: #ebebeb;
    border-bottom: 1px solid #707070;
}

.footer-top-wrap .footer-nav-wrap .n .con {
    padding: 10px 8px 0;
    font-size: 14px;
    line-height: 30px;
    color: #ebebeb;
}

.footer-top-wrap .footer-nav-wrap .n .con a {
    width: 50%;
    float: left;
    color: #ebebeb;
}

.footer-top-wrap .footer-nav-wrap .qrcode p {
    font-size: 18px;
    color: #ebebeb;
}

.footer-top-wrap .footer-nav-wrap .qrcode img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
    background-color: #f3cccc;
    border-radius: 4px;
}

.footer-top-wrap .footer-address-wrap .item {
    margin-top: 8px;
}

.footer-top-wrap .footer-address-wrap .item i {
    margin-top: 11px;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background: url(../images/icon.png) no-repeat;
}

.footer-top-wrap .footer-address-wrap .item i.i1 {
    background-position: -82px -6px;
}

.footer-top-wrap .footer-address-wrap .item i.i2 {
    background-position: -123px -4px;
}

.footer-top-wrap .footer-address-wrap .item i.i3 {
    background-position: -167px -6px;
}

.footer-top-wrap .footer-address-wrap .item .p1 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.footer-top-wrap .footer-address-wrap .item .p2 {
    line-height: 24px;
    font-size: 18px;
    color: #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-top-wrap .footer-address-wrap .item:first-child {
    margin-top: 0;
}

.footer-bottom-wrap {
    padding: 12px 0;
    background-color: #191818;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    text-align: center;
}


/* 新闻列表页 */

.bannerColumn {
    height: 240px;
}

.bread-nav-wrap {
    position: relative;
    height: 100px;
    background: #111;
}

.bread-nav-wrap:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 115px;
    left: 0;
    top: 0;
    background: #b70912;
    z-index: 1;
}

.bread-nav-wrap .title {
    position: relative;
    z-index: 5;
    background: #b70912;
    width: 30%;
    padding-top: 28px;
    height: 115px;
    margin-right: 50px;
}

.bread-nav-wrap .title .title-inner {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

.bread-nav-wrap .title h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}

.bread-nav-wrap .title p {
    margin-top: 8px;
    font-size: 18px;
    color: #ffffff;
}

.bread-nav-wrap .bread-nav {
    padding: 34px 0;
}

.bread-nav-wrap .bread-nav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 20px;
    border-radius: 32px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.bread-nav-wrap .bread-nav a:hover,
.bread-nav-wrap .bread-nav a.active {
    color: #111;
    background-color: #ffffff;
}

.list-news-menu {
    padding-top: 20px;
}

.list-news-menu .item {
    margin-top: 10px;
    padding: 24px 26px 28px 18px;
    background: #fff;
    border-left: solid 2px #fff;
}

.list-news-menu .item h3>a {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-news-menu .item img {
    display: block;
    margin-right: 20px;
    width: 180px;
    height: 135px;
    object-fit: cover;
}

.list-news-menu .item p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #444444;
}

.list-news-menu .item .time {
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
}

.list-news-menu .item .more a {
    margin-top: 18px;
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: solid 1px #d32122;
    border-radius: 15px;
    font-size: 14px;
    color: #b70912;
}

.list-news-menu .item:hover {
    border-color: #b70912;
}

.list-news-menu .item:hover h3>a {
    color: #b70912;
}

.list-news-menu .item:hover .more a {
    color: #ffffff;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}


/* 分页 */

.page {
    text-align: center;
    margin: 40px 0;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #ddd;
    text-align: center;
    color: #999;
    margin: 0 12px;
    background: #fff;
}

.page a:hover,
.page a.active {
    color: #fff;
    border-color: #b70912;
    background-color: #b70912;
    text-decoration: none;
}

.page a.pageprev {
    background: #fff url('../images/page.png') no-repeat 0 -2px;
}

.page a.pagenext {
    background: #fff url('../images/page.png') no-repeat -59px -2px;
}

.page a.pageprev:hover {
    background-color: #b70912;
    background-position: 0 -46px;
}

.page a.pagenext:hover {
    background-color: #b70912;
    background-position: -59px -46px;
}


/* 新闻详情页 */

.yilin-news-text {
    margin-left: -5px;
    margin-right: -5px;
}

.yilin-news-text .yilin-news-l,
.yilin-news-text .yilin-news-r {
    padding-left: 5px;
    padding-right: 5px;
}

.news-text-wrap {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 40px;
    background: #fff;
}

.news-text-t {
    padding: 30px 0 40px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.news-text-t h1 {
    font-size: 24px;
    line-height: 42px;
    color: #444;
    font-weight: 400;
}

.news-text-t .time {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.news-text-c {
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    color: #444;
}

.news-text-c img {
    max-width: 100%;
    margin-top: 10px;
}

.page-next-prev {
    padding: 30px 0;
    line-height: 40px;
    border-top: 1px solid #d2d2d2;
}

.page-next-prev p {
    font-size: 16px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-next-prev a {
    color: #444;
}

.page-next-prev a:hover {
    text-decoration: underline;
    color: #b70912;
}

.news-text-aside {
    margin-top: 30px;
    margin-bottom: 40px;
    background: #fff;
}

.news-text-aside .box {
    padding: 25px 40px;
}

.news-text-aside .title {
    border-bottom: 1px solid #d2d2d2;
}

.news-text-aside .title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100px;
    padding: 2px 0 10px;
    font-size: 24px;
    color: #444444;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
}

.news-text-aside .title .more {
    font-weight: 500;
    line-height: 38px;
    font-size: 14px;
    color: #999999;
}

.news-text-aside .title .more:hover {
    color: #b70912;
}

.news-text-aside .box1 .first-news {
    margin-top: 20px;
    display: block;
}

.news-text-aside .box1 .first-news .img-wrap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.news-text-aside .box1 .first-news .img-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.news-text-aside .box1 .first-news p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text-aside .box1 .first-news:hover p {
    color: #b70912;
}

.news-text-aside .box1 .item {
    font-size: 15px;
    line-height: 40px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text-aside .box1 .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b70912;
}

.news-text-aside .box1 .item:hover {
    color: #b70912;
}

.news-text-aside .box2 {
    margin-top: -20px;
}

.news-text-aside .box2 .item {
    margin-top: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    display: block;
    position: relative;
}

.news-text-aside .box2 .item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-text-aside .box2 .item span:before {
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -292px -8px;
}

.news-text-aside .box2 .item:after {
    content: '';
    position: absolute;
    left: 12px;
    top: -29px;
    width: 1px;
    height: 30px;
    background-color: #d2d2d2;
}

.news-text-aside .box2 .item:first-child:after {
    display: none;
}

.news-text-aside .box2 .item:hover {
    color: #b70912;
}

.news-text-aside .box2 .item:hover:before {
    background-position: ;
}

.list-study-menu .item {
    margin-top: 30px;
    display: block;
    background: #fff;
}

.list-study-menu .item .img-wrap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.list-study-menu .item .img-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}

.list-study-menu .item p {
    margin-top: 8px;
    padding: 0 14px;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-study-menu .item .time {
    padding: 25px 14px 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}

.list-study-menu .item .time .more {
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    text-align: center;
    border: solid 1px #d32122;
    font-size: 14px;
    color: #b70912;
}

.list-study-menu .item:hover img {
    transform: scale(1.1);
}

.list-study-menu .item:hover p {
    color: #b70912;
}

.list-study-menu .item:hover .time .more {
    color: #ffffff;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}

.list-download-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
}

.list-download-menu .item {
    padding: 30px;
    border-bottom: 1px solid #dcdcde;
}

.list-download-menu .item .title {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444444;
}

.list-download-menu .item p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}

.list-download-menu .item .down-btn {
    margin-left: 10px;
    height: 80px;
    padding-left: 40px;
    border-left: 1px solid #dcdcde;
}

.list-download-menu .item .down-btn a {
    text-align: center;
    font-size: 14px;
    color: #444444;
}

.list-download-menu .item .down-btn a:hover {
    color: #b70912;
}

.list-download-menu .item .down-btn i {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    width: 33px;
    height: 34px;
    background: url(../images/icon.png) no-repeat -9px -105px;
}

.page-about-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.page-about-wrap .title {
    font-size: 30px;
    color: #444444;
    text-align: center;
}

.page-about-wrap .title:after {
    display: block;
    margin: 18px auto 0;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #b70912;
    border-radius: 2px;
}

.page-about-wrap .hd {
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
}

.page-about-wrap .hd ul {
    padding: 20px 47%;
}

.page-about-wrap .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    text-indent: -999px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    background-color: #d2d2d2;
}

.page-about-wrap .hd ul li:last-child {
    margin-right: 0px;
}

.page-about-wrap .hd ul li.on {
    background-color: #d32122;
}

.page-about-wrap .bd {
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.page-about-wrap .bd .list-honor-menu {
    margin-top: 54px;
    overflow: hidden;
}

.page-about-wrap .bd .list-honor-menu li {
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.page-about-wrap .bd .list-honor-menu li .img-wrap {
    margin-bottom: 30px;
}

.page-about-wrap .bd .list-honor-menu li .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-about-wrap .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}

.page-about-reason .title {
    font-size: 36px;
    color: #b70912;
    text-align: center;
}

.page-about-reason .about-reason-menu {
    font-size: 0;
}

.page-about-reason .about-reason-menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    float: none;
    margin-top: 50px;
}

.page-about-reason .about-reason-menu li .num-wrap {
    text-align: center;
}

.page-about-reason .about-reason-menu li .num-wrap span {
    font-size: 80px;
    font-weight: 700;
    color: #d0cfcf;
    margin-right: 10px;
}

.page-about-reason .about-reason-menu li .num-wrap i {
    margin-top: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 44px;
    height: 36px;
    background: url(../images/icon.png) no-repeat;
}

.page-about-reason .about-reason-menu li .num-wrap i.i1 {
    background-position: -7px -175px;
}

.page-about-reason .about-reason-menu li .num-wrap i.i2 {
    background-position: -61px -176px;
}

.page-about-reason .about-reason-menu li .num-wrap i.i3 {
    background-position: -117px -178px;
}

.page-about-reason .about-reason-menu li .num-wrap i.i4 {
    background-position: -179px -178px;
}

.page-about-reason .about-reason-menu li .num-wrap p {
    margin-top: 10px;
    font-size: 18px;
    color: #444444;
}

.page-about-reason .about-reason-menu li .info {
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}

.pop-juan {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    z-index: 6666;
    display: none;
}

.pop-juan .mask-pop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6667;
}

.pop-juan .pop-box {
    height: 100%;
    text-align: center;
    font-size: 0;
    /* max-width: 90%; */
    margin: 0 auto;
}

.pop-juan .pop-box .pop-content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    z-index: 6668;
    *margin-top: 100px;
    text-align: left;
}

.pop-juan .pop-box:after {
    content: '';
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.pop-juan .close-pop {
    position: absolute;
    right: -42px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    z-index: 6669;
    background: url('../images/icon.png') no-repeat -337px -6px;
    cursor: pointer;
}

.login-reg-pop .pop-content {
    width: 500px;
    padding: 70px 75px;
    background-color: #fafafc;
    border-radius: 8px;
}

.login-reg-pop .pop-content .login-form {
    padding-top: 15px;
}

.login-reg-pop .pop-content .login-form .input {
    display: block;
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #d2d2d2;
    text-align: left;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
}

.login-reg-pop .pop-content .login-form .input:first-child {
    margin-top: 0;
}

.login-reg-pop .pop-content .login-form .submit {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.login-reg-pop .pop-content .login-form .submit:hover {
    background: #b70912;
}

.login-reg-pop .pop-content .login-form .verification-code {
    margin-top: 20px;
}

.login-reg-pop .pop-content .login-form .verification-code .input {
    width: 57%;
}

.login-reg-pop .pop-content .login-form .verification-code .btn {
    width: 40%;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.login-reg-pop .pop-content .login-form .verification-code .btn:hover {
    background: #b70912;
}

.study-class-pop .pop-content .study-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
    background-color: #fafafc;
    border-radius: 8px;
    position: relative;
}

.study-class-pop .pop-content .study-content .fenlei-wrap {
    max-height: 400px;
    overflow: auto;
}

.study-class-pop .pop-content .study-content .title {
    font-size: 24px;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.study-class-pop .pop-content .study-content .fenlei {
    padding: 0 40px;
}

.study-class-pop .pop-content .study-content .fenlei dt {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #444444;
    border-bottom: 1px solid #d2d2d2;
}

.study-class-pop .pop-content .study-content .fenlei dt i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -292px -8px;
}

.study-class-pop .pop-content .study-content .fenlei dd {
    margin-left: -10px;
}

.study-class-pop .pop-content .study-content .fenlei dd a {
    float: left;
    width: 120px;
    margin-left: 10px;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-image: linear-gradient(90deg, #dcdcde 0%, #dadadc 100%);
    border-radius: 18px;
    font-size: 14px;
    color: #444444;
}

.study-class-pop .pop-content .study-content .fenlei dd a:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}

.study-class-pop .pop-content .study-content .info-text {
    padding: 40px 40px 0;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
}

.study-class-pop .pop-content .study-content .info-text span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 45%;
    text-align: right;
    font-weight: 700;
}

.query-class-pop .pop-content {
    width: 500px;
    padding: 70px 75px;
    background-color: #fafafc;
    border-radius: 8px;
}

.query-class-pop .pop-content .link-wrap a {
    display: block;
    margin-top: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.query-class-pop .pop-content .link-wrap a:first-child {
    margin-top: 0;
}

.query-class-pop .pop-content .link-wrap a:hover {
    background: #b70912;
}

.query-class-pop .pop-content .result-wrap {
    font-size: 36px;
    color: #b70912;
    text-align: center;
}

.query-class-pop .pop-content .result-wrap i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: url(../images/icon.png) no-repeat;
}

.query-class-pop .pop-content .result-wrap i.i1 {
    background-position: -78px -100px;
}

.query-class-pop .pop-content .result-wrap i.i2 {
    background-position: -163px -100px;
}

.header-dati {
    line-height: 120px;
    background: url(../images/bgheader.jpg) no-repeat;
    background-size: cover;
}

.header-dati .logo img {
    vertical-align: middle;
    max-height: 70px;
}

.header-dati .time {
    font-size: 14px;
    color: #ffffff;
}

.header-dati .time span {
    font-size: 24px;
}

.examinee-info-wrap {
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    color: #444;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.examinee-info-wrap span {
    color: #b70912;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #dddddf;
}

.dati-sys-wrap .dati-sys-l,
.cuoti-sys-wrap .cuoti-sys-l {
    margin-top: 10px;
    padding-top: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.dati-sys-wrap .dati-sys-l .img-wrap,
.cuoti-sys-wrap .cuoti-sys-l .img-wrap {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 40%;
}

.dati-sys-wrap .dati-sys-l .img-wrap img,
.cuoti-sys-wrap .cuoti-sys-l .img-wrap img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dati-sys-wrap .dati-sys-l .dati-type {
    margin-top: 40px;
    padding: 20px 20px 0;
    border-top: 1px solid #dddddf;
}

.dati-sys-wrap .dati-sys-l .dati-type a {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    background-color: #f2f2f2;
}

.dati-sys-wrap .dati-sys-l .dati-type a:hover,
.dati-sys-wrap .dati-sys-l .dati-type a.active {
    color: #f2f2f2;
    background-color: #e60012;
}

.dati-sys-wrap .dati-sys-l .dati-type-c {
    padding: 20px 20px 40px;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .tag {
    font-size: 14px;
    color: #444444;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .tag span i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: 1px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background-color: #d2d2d2;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .tag span.green i {
    background-color: #009944;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .tag span.red i {
    background-color: #ef340f;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .tag span.yellow i {
    background-color: #fff100;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .title {
    margin-top: 20px;
    padding: 6px;
    line-height: 28px;
    background-color: #ff5c5c;
    font-size: 14px;
    color: #ffffff;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .con {
    margin-left: -15px;
    margin-top: 15px;
    overflow: auto;
    max-height: 300px;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .con a {
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #d2d2d2;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #444444;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .con a.green {
    background-color: #009944;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .con a.red {
    background-color: #ef340f;
}

.dati-sys-wrap .dati-sys-l .dati-type-c .con a.yellow {
    background-color: #fff100;
}

.dati-sys-wrap .dati-sys-r {
    margin-top: 30px;
}

.dati-sys-wrap .dati-sys-r .btn-wrap {
    text-align: right;
}

.dati-sys-wrap .dati-sys-r .btn-wrap a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #f5f5f5;
    border-radius: 18px;
}

.dati-sys-wrap .dati-sys-r .btn-wrap a.a1 {
    background: #088ed4;
}

.dati-sys-wrap .dati-sys-r .btn-wrap a.a1:hover {
    background: #066da3;
}

.dati-sys-wrap .dati-sys-r .btn-wrap a.a2 {
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
}

.dati-sys-wrap .dati-sys-r .btn-wrap a.a2:hover {
    background: #b70912;
}

.dati-sys-wrap .dati-sys-r .timu-wrap,
.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu {
    font-size: 30px;
    line-height: 48px;
    color: #444444;
    max-height: 380px;
    overflow: auto;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu .title {
    margin-bottom: 30px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu .choose .radio input {
    margin-right: 20px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu-btn {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu-btn .btn a {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #b70912;
    text-align: center;
    border: 1px solid #b70912;
    border-radius: 4px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu-btn .btn a:hover {
    color: #fff;
    background: #b70912;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu-btn .radio {
    margin-left: 20px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #444444;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .timu-btn .radio input {
    margin-right: 8px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .opt a {
    float: left;
    margin-left: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #444444;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .opt a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background: url(../images/icon.png) no-repeat;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .opt a.a1 i {
    background-position: -305px -54px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .opt a.a2 i {
    background-position: -341px -54px;
}

.dati-sys-wrap .dati-sys-r .timu-wrap .opt a.a3 i {
    background-position: -371px -53px;
}

.dati-xuzhi-wrap {
    width: 72%;
    padding: 50px 65px 60px;
    margin: 120px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
}

.dati-xuzhi-wrap .title {
    font-size: 26px;
    font-weight: 700;
    color: #444444;
    text-align: center;
}

.dati-xuzhi-wrap .text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 36px;
    color: #444444;
}

.dati-xuzhi-wrap .btn {
    display: block;
    margin: 80px auto 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg, #f42323 0%, #d32122 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.dati-xuzhi-wrap .btn:hover {
    background: #b70912;
}

.dati-tijiao-wrap {
    width: 560px;
    padding: 50px;
    margin: 120px auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
}

.dati-tijiao-wrap .score {
    padding: 15px;
    font-size: 26px;
    line-height: 48px;
    color: #444444;
    font-weight: 700;
    background-color: #f7d7d7;
    border-radius: 6px;
    text-align: center;
}

.dati-tijiao-wrap .score span {
    color: #b70912;
}

.dati-tijiao-wrap .level {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    color: #b70912;
}

.dati-tijiao-wrap .level i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    background: url(../images/icon.png) no-repeat;
}

.dati-tijiao-wrap .level i.i1 {
    background-position: -78px -100px;
}

.dati-tijiao-wrap .level i.i2 {
    background-position: -163px -100px;
}

.dati-tijiao-wrap .btn {
    padding-top: 66px;
}

.dati-tijiao-wrap .btn a {
    display: block;
    margin: 24px auto 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    color: #444444;
}

.dati-tijiao-wrap .btn a.a1 {
    color: #fff;
    background: #088ed4;
}

.dati-tijiao-wrap .btn a.a1:hover {
    background: #066da3;
}

.dati-tijiao-wrap .btn a.a2 {
    background: #cecece;
}

.dati-info-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
}

.dati-info-wrap .dati-t a {
    float: left;
    width: 117px;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    text-align: center;
    font-size: 16px;
    color: #444444;
}

.dati-info-wrap .dati-t a.active {
    background-color: #fda6a6;
}

.dati-info-wrap .dati-info .table {
    width: 100%;
    line-height: 20px;
}

.dati-info-wrap .dati-info .table td {
    padding: 10px 20px;
    border: 1px solid #dadadc;
    text-align: center;
    vertical-align: middle;
}

.dati-info-wrap .dati-info .table tr td:first-child {
    background-color: #f8e6e6;
}

.dati-info-wrap .dati-info .table tr td:nth-child(2) {
    text-align: left;
}

.dati-info-wrap .dati-info .table img {
    width: 120px;
    height: 120px;
}

.dati-info-wrap .dati-t2 {
    margin-top: 70px;
}

.dati-info-wrap .dati-timu-menu {
    padding: 0 30px 30px;
    border: solid 1px #dadadc;
}

.dati-info-wrap .dati-timu-menu .item {
    padding: 20px 0;
    line-height: 1.5;
    font-size: 14px;
    color: #444444;
    border-bottom: 1px solid #eee;
}

.dati-info-wrap .dati-timu-menu .item .opt {
    margin-top: 20px;
}

.dati-info-wrap .dati-timu-menu .item .answer {
    margin-top: 20px;
    color: #b70912;
}


/* 错题集 */

.cuoti-sys-wrap .cuoti-sys-l {
    margin-top: 30px;
    padding-bottom: 82px;
    margin-bottom: 40px;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list {
    margin-top: 42px;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li {
    min-height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li:first-child {
    border-top: 1px solid #dcdcdc;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li a {
    font-size: 18px;
    color: #111;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .downbox {
    display: none;
    margin-top: -10px;
    margin-left: 109px;
    margin-bottom: 15px;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li:hover .downbox {
    display: block;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .downbox li {
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .downbox li a {
    color: #666;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .downbox li a.active,
.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .downbox li:hover a {
    color: #c51b35;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .kejian {
    position: relative;
}

.cuoti-sys-wrap .cuoti-sys-l .cuoti-list .cuoti-list-li .kejian:after {
    content: "";
    width: 4px;
    height: 18px;
    display: block;
    background-color: #e60012;
    position: absolute;
    bottom: 3px;
    left: -7px;
}

.cuoti-sys-wrap .cuoti-sys-r {
    margin-top: 30px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap {
    padding: 50px 32px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .column-name {
    color: #000;
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
    position: relative;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .column-name:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro {
    margin-bottom: 30px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro .column-list {
    border-bottom: 1px solid #dcdcdc;
    height: 60px;
    line-height: 60px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro .column-list li {
    width: 25%;
    font-size: 16px;
    color: #e60012;
    float: left;
    text-align: center;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro .ct-menu {
    border-bottom: 1px solid #dcdcdc;
    height: 60px;
    line-height: 60px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro .ct-menu li {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
    color: #444444;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .cuoti-intro .ct-menu li a:hover {
    text-decoration: underline;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .ach-intro {
    padding: 50px 0px 181px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #c51b35;
    line-height: 36px;
}

.cuoti-sys-wrap .cuoti-sys-r .cuoti-wrap .ach-intro span {
    color: #111;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

.online_wrap {
    padding: 40px 0;
}
.online-bottom {
    background: #fff;
    padding: 40px;
}
.online-form {
    width: 60%;
    margin: 0 auto;
}
.onlineform-group {
    font-size: 14px;
}
.onlineform-group label {
    font-size: 16px;
    color: #333;
}
.onlineform-group label span {
    color: #e60012;
}
.onlineform-group input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #999;
    background: #eee;
    text-indent: 22px;
    margin: 15px 0 20px;
}
.online-seclect,.online-seclect1 {
    width: 100%;
    position: relative;
    margin: 15px 0 20px;
}
.online-seclect p,.online-seclect1 p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #999;
    background: url('../images/icon_dir1.png') no-repeat 96% #eee;
    text-indent: 22px;
}
.online-seclect ul {
    display: none;
    box-shadow: 0px 1px 5px 1px #ccc;
}
.online-seclect1 ul {
    display: none;
    width: 43%;
    box-shadow: 0px 1px 5px 1px #ccc;
}
.online-seclect ul li {
    height: 36px;
    line-height: 36px;
    text-indent: 22px;
}
.onlineform-group input.submit {
    background: #e60012;
    color: #fff;
}
.online-seclect1 ul li {
    position: relative;
    height: 36px;
    line-height: 36px;
    text-indent: 22px;
    background: url('../images/icon_dir2.png') no-repeat 96% #fff;
}    
.online-seclect1 ul li dl {
     position: absolute;
     left: 100%;
     top: 0;
     width: 200px;
     box-shadow: 0px 1px 5px 1px #ccc;
}

.online-seclect ul li.active {
    background: #e60012;
    color: #fff;
}

.online-seclect1 ul li.active {
    background: url('../images/icon_dir3.png') no-repeat 96% #e60012;
    color: #fff;
}
.online-seclect1 ul li dl dd {
    background: url('../images/icon_dir2.png') no-repeat 96% #fff;
    color: #333;
}
.online-seclect1 ul li dl dd:hover {
    background: url('../images/icon_dir3.png') no-repeat 96% #e60012;
    color: #fff;
}

@media screen and (max-width: 767px){
    .online-form {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .online-bottom {
        padding: 20px 15px;
    }
    .online-seclect1 ul {
        width: 100%;
    }
    .online-seclect1 ul li dl {
        position: static;
        left: 0;
        top:36px;
        width: 100%;
        display: none;
    }
    .online-seclect1 ul li.active {
        height: auto;
    }
}