.allcover {
    position: absolute;
    top: 0;
    right: 0;
}

.px16 {
    font-size: 16px;
}

.f_red {
    color: #FF0000;
}

.ctt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

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

.ell2 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ell3 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body {
}

body .top {
    position: static;
    background: #f6f6fa;
    color: #999;
    border-bottom: none;
}

body .top .inner .top-nav ul li {
    border-color: #cececf;
}

body .top .inner .top-nav ul li a {
    color: #999;
}

body header {
    position: static;
}

body .breadcrumb {
    padding: 20px 0;
}

body .breadcrumb ul {
    display: flex;
}

body .breadcrumb ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
}

body .breadcrumb ul li img {
    margin-right: 8px;
}

body .breadcrumb ul li a {
    font-size: 14px;
    color: #999;
}

body .main {
    margin-bottom: 40px;
}

body .main .inner .screen {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

body .main .inner .screen strong {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

body .main .inner .screen dl {
    display: flex;
    align-items: center;
    padding: 25px 0 10px;
}

body .main .inner .screen dl dt {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 40px;
    width: 66px;
}

body .main .inner .screen dl dd a {
    display: inline-block;
    padding: 2px 6px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    border-radius: 10px;
}

body .main .inner .screen dl dd .active {
    color: #fff;
    background: #e02727;
}

body .main .inner .screen .search-box {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

body .main .inner .screen .search-box span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 40px;
    width: 66px;
}

body .main .inner .screen .search-box .search {
    position: relative;
}

body .main .inner .screen .search-box .search input {
    width: 332px;
    height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    color: #999;
}

body .main .inner .screen .search-box .search a {
    position: absolute;
    top: 10px;
    right: 14px;
}

body .main .inner .content {
    display: flex;
    justify-content: space-between;
}

body .main .inner .content .content-l {
    width: 980px;
    border-radius: 6px;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
}

body .main .inner .content .content-l > ul > li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
    align-items: center;
}

body .main .inner .content .content-l > ul > li .pic {
    width: 180px;
    height: 135px;
    overflow: hidden;
}

body .main .inner .content .content-l > ul > li .pic img {
    border-radius: 6px;
}

body .main .inner .content .content-l > ul > li .txt {
    width: 728px;
}

body .main .inner .content .content-l > ul > li .txt h6 {
    line-height: 32px;
}

body .main .inner .content .content-l > ul > li .txt h6 .highlight {
    color: #e02727;
}

body .main .inner .content .content-l > ul > li .txt h6 a {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body .main .inner .content .content-l > ul > li .txt h6 a:hover {
    color: #e02727;
}

body .main .inner .content .content-l > ul > li .txt > ul {
    display: flex;
    align-items: center;
    padding: 5px 0 20px;
}

body .main .inner .content .content-l > ul > li .txt > ul > li {
    margin-right: 30px;
    font-size: 14px;
    color: #666;
}

body .main .inner .content .content-l > ul > li .txt p {
    line-height: 26px;
}

body .main .inner .content .content-l > ul > li .txt p a {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body .main .inner .content .content-l > ul > li .txt p a:hover {
    color: #e02727;
}

body .main .inner .content .content-l > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

body .main .inner .content .content-l .detail {
    padding: 20px 30px;
    box-sizing: border-box;
}

body .main .inner .content .content-l .detail h1 {
    font-size: 26px;
    color: #222;
    text-align: center;
    font-weight: bold;
}

body .main .inner .content .content-l .detail .signtag {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0 15px 0;
    margin: 10px 0 15px;
}

body .main .inner .content .content-l .detail .signtag ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .main .inner .content .content-l .detail .signtag ul li {
    margin: 0 15px;
    font-size: 14px;
    color: #888;
}

body .main .inner .content .content-l .detail img {
    margin: 20px auto;
}

body .main .inner .content .content-l .detail .messbar a {
    font-size: 20px;
    color: #ff5722;
    line-height: 24px;
    text-indent: 0px;
}

body .main .inner .content .content-l .detail .messbar span {
    font-size: 18px;
}

body .main .inner .content .content-l .detail .turn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}

body .main .inner .content .content-l .detail .turn a {
    width: 404px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

body .main .inner .content .content-l .detail .turn a:hover {
    color: #e02727;
}

body .main .inner .content .normal {
    background: none;
    padding: 0;
}

body .main .inner .content .normal .sort-top {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    border-bottom: 1px solid #E8E8E8;
}

body .main .inner .content .normal .sort-top ul {
    display: flex;
}

body .main .inner .content .normal .sort-top ul li {
    margin-right: 30px;
}

body .main .inner .content .normal .sort-top ul li a {
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    height: 60px;
}

body .main .inner .content .normal .sort-top ul li .active {
    font-weight: bold;
    border-bottom: 3px solid #e02727;
}

body .main .inner .content .normal .sort-top span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

body .main .inner .content .normal .sort-top span i {
    color: #e02727;
    font-weight: bold;
}

body .main .inner .content .normal .fangan {
    height: 158px;
    background: #fff;
    border-radius: 6px;
    padding: 0 24px;
    margin-top: 20px;
}

body .main .inner .content .normal .fangan strong {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 24px 0 26px;
}

body .main .inner .content .normal .fangan ul {
    display: flex;
    justify-content: space-between;
}

body .main .inner .content .normal .fangan ul li {
    width: 290px;
}

body .main .inner .content .normal .fangan ul li input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    font-size: 14px;
    color: #999;
}

body .main .inner .content .normal .fangan ul li a {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    background: #e02727;
    font-size: 18px;
    color: #fff;
}

body .main .inner .content .normal .anli-list {
    padding-bottom: 40px;
    background: #fff;
    border-radius: 6px;
}

body .main .inner .content .normal .anli-list > ul {
    padding: 0 24px;
}

body .main .inner .content .normal .anli-list > ul > li {
    padding: 30px 0 25px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
}

body .main .inner .content .normal .anli-list > ul > li .pic {
    width: 130px;
    height: 130px;
    overflow: hidden;
}

body .main .inner .content .normal .anli-list > ul > li .pic img {
    width: 100%;
}
}

body .main .inner .content .normal .anli-list > ul > li .txt {
    width: 758px;
}

body .main .inner .content .normal .anli-list > ul > li .txt h5 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

body .main .inner .content .normal .anli-list > ul > li .txt > ul {
    display: flex;
    align-items: center;
    padding: 10px 0 12px;
}

body .main .inner .content .normal .anli-list > ul > li .txt > ul > li {
    font-size: 14px;
    color: #666;
    margin-right: 40px;
}

body .main .inner .content .normal .anli-list > ul > li .txt p {
    line-height: 26px;
    background: #F7F8FA;
    padding: 8px 15px;
}

body .main .inner .content .normal .anli-list > ul > li .txt p a {
    font-size: 14px;
    color: #666;
}

body .main .inner .content .normal .anli-list > ul > li .txt p a span {
    color: #000;
}

body .main .inner .content .normal .anli-list > ul > li .txt p a .red {
    color: #e02727;
}

body .main .inner .content .normal .anli-list > ul > li:last-child {
    border-bottom: none;
}

body .main .inner .content .normal .wenda-list {
    padding-bottom: 42px;
    background: #fff;
    border-radius: 6px;
}

body .main .inner .content .normal .wenda-list > ul {
    padding: 0 24px 24px;
}

body .main .inner .content .normal .wenda-list > ul > li {
    padding: 30px 0 26px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
}

body .main .inner .content .normal .wenda-list > ul > li .pic {
    width: 208px;
    height: 107px;
    overflow: hidden;
    margin-right: 20px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt {
    width: 100%;
}

body .main .inner .content .normal .wenda-list > ul > li .txt h5 {
    display: flex;
    line-height: 18px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt h5 span {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    background: #e02727;
    border-radius: 2px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt h5 a {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body .main .inner .content .normal .wenda-list > ul > li .txt h5 a:hover {
    color: #e02727;
}

body .main .inner .content .normal .wenda-list > ul > li .txt > ul {
    display: flex;
    align-items: center;
    padding: 13px 30px 15px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt > ul > li {
    font-size: 14px;
    color: #666;
    margin-right: 40px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt p {
    display: flex;
    line-height: 24px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt p span {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    background: #e02727;
    border-radius: 2px;
    margin-top: 6px;
}

body .main .inner .content .normal .wenda-list > ul > li .txt p a {
    width: 882px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body .main .inner .content .normal .wenda-list > ul > li .txt p a:hover {
    color: #e02727;
}

body .main .inner .content .normal .wenda-list > ul > li.img .txt {
    width: 684px;
}

body .main .inner .content .normal .wenda-list > ul > li.img .txt p a {
    width: 650px;
}

body .main .inner .content .normal .wenda-list > ul > li:last-child {
    border-bottom: none;
}

body .main .inner .content .content-r {
    width: 400px;
}

body .main .inner .content .content-r > div {
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
}

body .main .inner .content .content-r > div ul li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

body .main .inner .content .content-r > div ul li span {
    font-size: 18px;
    color: #9295A2;
    font-weight: bold;
    margin-right: 10px;
    width: 20px;
    line-height: 20px;
    padding-top: 2px;
}

body .main .inner .content .content-r > div ul li a {
    width: 320px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body .main .inner .content .content-r > div ul li a:hover {
    color: #e02727;
}

body .main .inner .content .content-r > div ul li:last-child {
    padding-bottom: 0;
}

body .main .inner .content .content-r > div ul li:nth-of-type(1) span {
    color: #E7444D;
}

body .main .inner .content .content-r > div ul li:nth-of-type(2) span {
    color: #EA6F2D;
}

body .main .inner .content .content-r > div ul li:nth-of-type(3) span {
    color: #EDAB3E;
}

body .main .inner .content .content-r strong {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    background: left bottom / 100px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
}

body .main .inner .content .content-r .programme {
    margin-bottom: 20px;
}

body .main .inner .content .content-r .programme form .form-box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #F7F8FA;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 14px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #999;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-form-label {
    padding: 0 10px 0 0;
    width: 62px;
    border-right: 1px solid #E8E8E8;
    margin-top: 14px;
    line-height: 12px;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-form-label span {
    color: #e02727;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block {
    margin-left: 80px;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-input, body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-select {
    border: none;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
    background-color: #e02727;
}

body .main .inner .content .content-r .programme form .form-box .layui-form-item:last-child {
    margin-bottom: 0;
}

body .main .inner .content .content-r .programme form .input-box .layui-form-item .layui-form-label {
    padding: 0 0;
    width: 146px;
    border-right: none;
    text-align: left;
}

body .main .inner .content .content-r .programme form .input-box .layui-form-item .layui-input-block {
    margin-left: 146px;
}

body .main .inner .content .content-r .programme form button {
    display: block;
    width: 266px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #e02727;
    border-radius: 6px;
    margin: 30px auto 10px;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

body .main .inner .content .content-r .activity {
    width: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

body .main .inner .content .content-r .activity .pic {
    width: 100%;
    height: 232px;
    background: #F7F8FA;
}

body .main .inner .content .content-r .activity p a {
    font-size: 16px;
    color: #000;
    padding: 23px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

body .main .inner .content .content-r .activity > a {
    display: block;
    width: 266px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    background: #e02727;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}

body .main .inner .content .content-r .recommend {
    margin-bottom: 20px;
}

body .main .inner .content .content-r .discount ul li {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

body .main .inner .content .content-r .discount ul li span {
    margin-right: 5px;
}

body .main .inner .content .content-r .discount ul li a {
    width: 260px;
}

body .main .inner .content .content-r .discount ul li em {
    padding: 0 5px;
    border: 1px solid #e02727;
    color: #e02727;
    border-radius: 12px;
    position: absolute;
    right: 0;
}

body .main .inner .content .content-r .discount ul li:first-child {
    padding-top: 0;
}

body .main .inner .content .content-r .discount ul li:last-child {
    border-bottom: none;
    padding-bottom: 8px;
}

body .main .inner .content .content-r .success > ul {
    margin-top: -10px;
}

body .main .inner .content .content-r .success > ul > li {
    flex-direction: column;
    align-items: normal;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
}

body .main .inner .content .content-r .success > ul > li h5 {
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/index/arrow.png") 0 50% no-repeat;
}

body .main .inner .content .content-r .success > ul > li > ul {
    display: flex;
    padding-left: 20px;
}

body .main .inner .content .content-r .success > ul > li > ul > li {
    padding: 5px 0 0;
    margin-right: 30px;
    color: #999;
}

body .main .inner .content .content-r .success > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

body .main .inner .rank-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 20px;
}

body .main .inner .rank-box ul {
    padding: 0 10px;
    border-left: 3px solid #e02727;
    display: flex;
    align-items: center;
}

body .main .inner .rank-box ul li {
    margin-right: 30px;
}

body .main .inner .rank-box ul li a {
    font-size: 16px;
    color: #000;
}

body .main .inner .rank-box ul li .active {
    font-weight: bold;
}

body .main .inner .rank-box .total {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

body .main .inner .rank-box .total span {
    color: #e02727;
}

body .main .inner .school-list {
    display: flex;
    flex-wrap: wrap;
}

body .main .inner .school-list > li {
    width: 453px;
    height: 306px;
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}

body .main .inner .school-list > li .school-t {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

body .main .inner .school-list > li .school-t .pic {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
}

body .main .inner .school-list > li .school-t .txt h6 {
    padding-bottom: 15px;
}

body .main .inner .school-list > li .school-t .txt h6 a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

body .main .inner .school-list > li .school-t .txt > ul {
    display: flex;
    align-items: center;
}

body .main .inner .school-list > li .school-t .txt > ul li {
    padding-right: 15px;
    border-right: 1px solid #e02727;
    line-height: 16px;
}

body .main .inner .school-list > li .school-t .txt > ul li a {
    font-size: 16px;
    color: #e02727;
}

body .main .inner .school-list > li .school-t .txt > ul li:nth-of-type(2) {
    padding-left: 15px;
    border-right: none;
}

body .main .inner .school-list > li .school-m {
    width: 100%;
    background: #F7F8FA;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

body .main .inner .school-list > li .school-m > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body .main .inner .school-list > li .school-m > ul > li {
    margin-right: 30px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

body .main .inner .school-list > li .school-m > ul > li span {
    color: #000;
}

body .main .inner .school-list > li .school-m > ul > li dl {
    display: flex;
    align-items: center;
}

body .main .inner .school-list > li .school-m > ul > li dl dd {
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    border-right: 1px solid #e02727;
    line-height: 12px;
}

body .main .inner .school-list > li .school-m > ul > li dl dd:last-child {
    border-right: none;
}

body .main .inner .school-list > li .school-m > ul > li:last-child {
    margin-bottom: 0;
}

body .main .inner .school-list > li .school-b {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .main .inner .school-list > li .school-b a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    margin: 0 7px;
}

body .main .inner .school-list > li .school-b .red {
    color: #e02727;
    border: 1px solid #e02727;
}

body .main .inner .school-list > li .school-b .red:hover {
    background: #e02727;
    color: #fff;
}

body .main .inner .school-list > li .school-b .blue {
    color: #e02727;
    border: 1px solid #e02727;
}

body .main .inner .school-list > li .school-b .blue:hover {
    background: #e02727;
    color: #fff;
}

body .main .inner .school-list > li:nth-of-type(3n) {
    margin-right: 0;
}

body .main .inner .project-list > li {
    width: 100%;
    padding: 24px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

body .main .inner .project-list > li .pro-l {
    display: flex;
}

body .main .inner .project-list > li .pro-l .pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}

body .main .inner .project-list > li .pro-l .txt h6 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

body .main .inner .project-list > li .pro-l .txt h6 a {
    font-size: 20px;
    color: #000;
    margin-right: 20px;
}

body .main .inner .project-list > li .pro-l .txt h6 span {
    font-size: 16px;
    color: #666;
}

body .main .inner .project-list > li .pro-l .txt > a {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 5px;
}

body .main .inner .project-list > li .pro-l .txt > ul {
    display: flex;
    align-items: center;
}

body .main .inner .project-list > li .pro-l .txt > ul li {
    font-size: 14px;
    color: #666;
    margin-right: 40px;
}

body .main .inner .project-list > li .pro-l .txt > ul li span {
    color: #000;
}

body .main .inner .project-list > li .pro-l .txt > ul li .red {
    color: #e02727;
}

body .main .inner .project-list > li .pro-r .stars {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}

body .main .inner .project-list > li .pro-r .stars ul {
    display: flex;
}

body .main .inner .project-list > li .pro-r .stars ul li {
    margin-right: 8px;
}

body .main .inner .project-list > li .pro-r .stars ul li:last-child {
    margin-right: 0;
}

body .main .inner .project-list > li .pro-r .btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body .main .inner .project-list > li .pro-r .btn a {
    width: 110px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    background: #fff;
    margin-left: 14px;
}

body .main .inner .project-list > li .pro-r .btn .red {
    color: #e02727;
    border: 1px solid #e02727;
}

body .main .inner .project-list > li .pro-r .btn .red:hover {
    background: #e02727;
    color: #fff;
}

body .main .inner .project-list > li .pro-r .btn .blue {
    color: #e02727;
    border: 1px solid #e02727;
}

body .main .inner .project-list > li .pro-r .btn .blue:hover {
    background: #e02727;
    color: #fff;
}

body #pages {
    text-align: center;
    padding-top: 20px;
}

body #pages .layui-laypage {
    width: 550px;
}

body #pages .layui-laypage .layui-laypage-count {
    float: right;
    width: 80px;
    background: none;
}

body #pages .layui-laypage .layui-laypage-em {
    background-color: #e02727;
    border-radius: 6px;
}

body #pages .layui-laypage a, body #pages .layui-laypage span {
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 6px;
    margin: 0 4px;
    line-height: 34px;
    color: #999;
    background: #F7F8FA;
}

body #pages .layui-laypage .layui-laypage-prev em, body #pages .layui-laypage .layui-laypage-next em {
    font-size: 22px;
    line-height: 30px;
}

body .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

body .page ul {
    display: flex;
    align-items: center;
}

body .page ul li {
    margin: 0 4px;
}

body .page ul li a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 6px;
    line-height: 34px;
    background: #F7F8FA;
}

body .page ul li .active {
    background: #e02727;
    color: #fff;
}

body .page ul li:first-child a, body .page ul li:last-child a {
    font-size: 20px;
    line-height: 30px;
}

body .page span {
    font-size: 16px;
    color: #999;
    margin-left: 15px;
}

.content-a p {
    line-height: 2em;
    margin-bottom: 0.8em;
    word-wrap: break-word;
}

.content-a img {
    clear: both;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.content-a p a {
    font-size: 15px;
}

.content-a a {
    color: #e02727;
    text-decoration: none
}

.content-a a:hover {
    color: #ff5722
}

.content-a h2 {
    display: block;
    border-left: 4px solid #eb6116;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    color: #000;
    margin: 15px 0;
    font-weight: 700;
    line-height: 1.5;
}
.content-a h2 a {
    font-size: 18px;
    color: #000;
}


.content-a h3 {
    display: block;
    border-left: 4px solid #eb6116;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    color: #000;
    margin: 15px 0;
    font-weight: 700;
    line-height: 1.5;
}

.content-a h3 a {
    font-size: 18px;
    color: #000;
}

.content-a img {
    border-radius: 8px;
    max-width: 600px;
    height: auto !important;
    margin: 25px auto
}

.messbar {
    background: #f7f8fa;
    position: relative;
    padding: 15px;
    margin: 20px 0px 20px 0px;
    border-radius: 6px;
}

.messbar .button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.messbar .mst {
    font-size: 20px;
    line-height: 1.6em;
    cursor: pointer;
    color: #e02727;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.messbar .mst a {
    color: #e02727;
}

.messbar .msb {
    color: #666;
    font-size: 15px;
}

.button,.button_lan,.button_orange {
    font-size: 1.2em;
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    border: 1px solid #f60;
    border-radius: 2px;
    background: #e02727;
    color: #fff;
    font-family: Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    line-height: 35px;
    cursor: pointer
}

.button:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#f60),to(#e02727));
    background: -webkit-linear-gradient(top,#f60,#e02727);
    background: -moz-linear-gradient(top,#f60,#e02727);
    background: -ms-linear-gradient(top,#f60,#e02727);
    background: -o-linear-gradient(top,#f60,#e02727);
    background-color: #f60;
    text-decoration: none;
    color: #fff
}

.button:active {
    background: #f60
}

.button_orange {
    border: 1px solid #ef5f00;
    font-size: 1.5em;
    border-radius: 6px;
    background: #f60;
    color: #fff;
    cursor: pointer;
}

.aherf {
    background: #fff;
    padding-top: 20px;
    margin-bottom: 5px;
    margin-bottom: 5px;
}

.aherf a {
    display: block;
    width: 336px;
    height: 38px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 38px;
}

.aherf a:hover {
    color: #e02727;
}

.content-a table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.content-a section {
    width: 100%!important
}

.content-a table td , .content table td a {
    border: 1px solid #e6e6e6;
}

.content-a .edui-default table tr:first-child {
    background: #fff;
    color: #999999
}

.content-a table tr:first-child td {
    font-weight: 700;
}

.content-a table tr:nth-child(2n-1) {
    background: rgba(4, 4, 4, 0.03);
}

.content-a table td {
    text-align: center;
    padding: 10px;
    line-height: 150%;
    vertical-align: middle;
}

.content-a table td a {
    padding: 2px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    display: block
}

.commonitem {
    margin-bottom: 10px;
    border-top: 1px dashed #eaeaea;
}

.commonitem .hd {
    height: 60px;
    line-height: 60px;
}

.commonitem .hd b {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-weight: bold;
    background: bottom / 890px 12px no-repeat;
    background-image: -webkit-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
    background-image: -o-linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
    background-image: linear-gradient(270deg, rgba(210, 231, 255, 0) 0%, #ffa6a6 100%);
}

.commonitem .hd .menus {
    float: right;
}

.commonitem .hd .menus li {
    padding: 0 2px;
    margin-left: 5px;
    line-height: 28px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    color: #999;
    font-size: 17px;
    font-weight: 500;
}

.commonitem .hd .menus li.current {
    color: #e02727;
    border-color: #e02727;
}

.commonitem .hd .more {
    margin: 20px 0 0;
    font-size: 12px;
    color: #7B8795;
    line-height: 24px;
    display: inline-block;
    float: right;
    background: #F0F2F4;
    border-radius: 4px;
    padding: 0 8px;
}

.commonitem .hd .more:hover {
    color: #e02727 ;
}

.commonitem .hd .more i {
    background-image: url(../images/icon-plus.png);
}

.commonitem .hd .more:hover i {
    background-image: url(../images/icon-plus2.png);
}

.indexContainer .commonitem {
    position: relative;
}

.indexContainer .commonitem .anchor {
    position: absolute;
    left: 0;
    top: -90px;
}

.newslist {
    margin-top: 15px;
}

.newslist .ul li {
    margin-bottom: 10px;
    height: 100px;
    display: block;
}

.newslist .ul li .pic {
    height: 100px;
    width: 196px;
    display: block;
    float: left;
}

.newslist .ul li .pic img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.newslist .ul li .text {
    height: 100px;
    border-bottom: 1px solid #F0F2F4;
}

.newslist .ul li .text h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: 500;
}

.newslist .ul li .text h3 a {
    color: #333;
    font-size: 18px ;
    font-weight: bold;
}

.newslist .ul li .text h3 a:hover {
    color: #e02727;
}

.newslist .ul li p {
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #A4A8AD;
}

.newslist .ul li cite {
    display: block;
    color: #A4A8AD;
}

.newslist .ul li cite a {
    color: #A4A8AD;
}

.newslist .ul li cite a:hover {
    color: #e02727;
}

.newslist .ul li cite em {
    margin-right: 10px;
    display: inline-block;
}

.newslist .ul li cite em i {
    width: 10px;
    height: 12px;
    float: left;
    margin: 5px 10px 0 0;
    background: url(../images/icon-flag.png) no-repeat 0 0;
}

.newslist .ul li cite em:hover i {
    background: url(../images/icon-flag2.png) no-repeat 0 0;
}

.ListMore {
    margin-bottom: 10px;
    border-radius: 4px;
    color: #666;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 45px;
    background: #F0F2F4;
}

.ListMore:hover {
    background: #e02727;
    color: #fff;
}

.NewsMenus {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 45px 0 45px 0;
    border-bottom: 1px solid #F0F2F4;
}

.NewsMenus .box {
    width: 1000px;
}

.NewsMenus ul {
    margin-right: 27px;
    display: inline-block;
}

.NewsMenus ul li {
    padding-right: 30px;
    font-size: 16px;
    float: left;
    font-weight: bold;
}

.NewsMenus ul li a {
    font-weight: normal;
}

.NewsMenus ul li a.current {
    color: #e02727;
}

.ui-ico-time,.ui-ico-hits,.ui-ico-info,.ui-ico-play,.ui-ico-pics,.ui-ico-down,.ui-ico-comm,.ui-ico-area,.ui-ico-user,.ui-ico-none,.ui-ico-sort,.ui-ico-like,.ui-ico-hate,.ui-ico-delete,.ui-ico-quote,.ui-ico-report,.ui-ico-price,.ui-ico-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 10px 0 20px;
}

.ui-ico-time {
    background: url('../image/ico-time.png') no-repeat 0 center;
}

.ui-ico-hits {
    background: url('../image/ico-hits.png') no-repeat 0 center;
}

.ui-ico-info {
    background: url('../image/ico-info.png') no-repeat 0 center;
}

.ui-ico-play {
    background: url('../image/ico-play.png') no-repeat 0 center;
}

.ui-ico-pics {
    background: url('../image/ico-pics.png') no-repeat 0 center;
}

.ui-ico-down {
    background: url('../image/ico-down.png') no-repeat 0 center;
}

.ui-ico-area {
    background: url('../image/ico-area.png') no-repeat 0 center;
}

.ui-ico-user {
    background: url('../image/ico-user.png') no-repeat 0 center;
}

.ui-ico-mobile {
    background: url('../image/ico-mobile.png') no-repeat 0 center;
}

.ui-ico-comm {
    background: url('../image/ico-comm.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-comm:hover {
    background: url('../image/ico-comm-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-like {
    background: url('../image/ico-like.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-like:hover {
    background: url('../image/ico-like-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-hate {
    background: url('../image/ico-hate.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-hate:hover {
    background: url('../image/ico-hate-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-sort {
    background: url('../image/ico-sort.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-sort:hover {
    background: url('../image/ico-sort-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-delete {
    background: url('../image/ico-delete.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-delete:hover {
    background: url('../image/ico-delete-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-quote {
    background: url('../image/ico-quote.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-quote:hover {
    background: url('../image/ico-quote-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-report {
    background: url('../image/ico-report.png') no-repeat 0 center;
    cursor: pointer;
}

.ui-ico-report:hover {
    background: url('../image/ico-report-on.png') no-repeat 0 center;
    color: #FF6600;
}

.ui-ico-price {
    color: #FF0000;
    padding: 0;
    font-size: 14px;
}

.ui-fr {
    float: right;
}

.ui-toast {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    display: inline-block;
    padding: 0 16px;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 99;
    top: 40%;
    left: 48%;
    font-size: 16px;
}

.pimg {
    float: left;
    width: 39%;
    margin-left: 20px;
}

.pdata {
    float: left;
    width: 25%;
    margin-left: 20px;
}

.card {
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.testimonial-card .card-up {
    background-color: #f7f8fa;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

.rounded-circle {
    border-radius: 50%!important;
}

.rounded-circle img {
    vertical-align: middle;
    border-style: none;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}

#scrollspy, .testimonial-card .avatar img {
    width: 100%;
}

.testimonial-card .card-body {
    text-align: center;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.adviserName {
    font-size: 18px;
    margin-bottom: 5px;
}

.adviserName a{
    font-size: 18px;
    margin-bottom: 5px;
     font-weight: bold;
}

.adviserDesc {
    font-size: 14px;
}

.adviserDetailZone {
    text-align: left;
    font-size: 14px;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.adviserDetailZone {
    text-align: left;
    font-size: 14px;
}
