@charset "utf-8";

/*通用样式*/
* {
    margin: 0 auto;
    padding: 0 auto
}

body {
    background-color: #fff;
    text-align: left;
    font: 12px/22px "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    color: #5b5b5b;
}

div {
    margin: 0 auto;
    padding: 0
}

ul,
form {
    margin: 0;
    padding: 0
}

dt,
dd,
dl {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

a {
    color: #5b5b5b;
}

a:link {
    text-decoration: none
}

img {
    border: none;
}

input {
    outline: none;
    border: none
}

textarea {
    resize: none;
    outline: none
}

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

.mains {
    height: 2830px !important;
}

/*超过自动变省略号*/
.wordbreak {
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

/*文字超出 自动换行*/
.left {
    float: left;
}

.none {
    display: none;
}

.margin-right {
    margin-right: 20px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.deal_float {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.wrap {
    width: 1080px;
}

.w100 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.line {
    border-bottom: 1px solid #ccc
}

.noinfo {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 13px;
}



.top {
    width: 1080px;
    padding-top: 20px;
}

.top .logo {
    width: 65px;
    float: left;
}

.top .logo img {
    width: 100%;
    float: left;
}

.top .search {
    width: 190px;
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    border: 1px solid #b2b2b2;
    border-radius: 32px;
    margin-top: 19px;
    padding-left: 10px;
}

.search_sub {
    width: 23px;
    height: 23px;
    float: left;
    border: none;
    background: url("../img/search.png") center center no-repeat;
    margin-top: 5px;
}

.search_txt {
    width: 140px;
    height: 26px;
    line-height: 26px;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    color: #5b5b5b;
    margin: 0px;
    padding-top: 0;
}

.top .menu {
    width: calc(100% - 65px - 190px - 40px);
    float: left;
    margin: 0 20px;
    font-size: 13px;
    margin-top: 15px;
}

.top .m-menu {
    display: none;
}

.top .menu li {
    width: 75px;
    float: left;
    text-align: center;
    /*margin: 0 5px;*/
    padding: 0;
    line-height: 40px;
    border-radius: 4px;
}

.top .menu li:hover,
.top .menu li.active {
    background-color: #d70c18;
}

.top .menu li:hover a,
.top .menu li.active a {
    color: white;
}

.banner {
    width: 100%;
    float: left;
    margin-top: 20px;
}

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


.bottom {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
}

.b-left {
    width: 70%;
    float: left;
    color: #686868;
}

.b-left li {
    font-size: 12px;
    line-height: 24px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.b-left p {
    font-size: 12px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    color: #686868;
}

.b-right {
    width: 120px;
    float: right;
}

.b-right img {
    float: right;
    width: 120px;
    margin-bottom: 10px;
}

.b-right p {
    width: 120px;
    float: right;
    text-align: center;
}




.i-team {
    width: 100%;
    float: left;
}

.i-team img {
    width: 100%;
    float: left;
}

.i-img {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.i-img img {
    width: 100%;
    float: left;
}


.i-title {
    width: 100%;
    float: left;
}

.i-title img {
    float: left;
    margin-left: 420px;
    width: 240px;
    margin-bottom: 30px;
}

.i-bigtitle {
    width: 100%;
    float: left;
}

.i-bigtitle img {
    float: left;
    margin-left: 342px;
    width: 396px;
    margin-bottom: 30px;
}

.i-proban {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.i-proban img {
    width: 100%;
    float: left;
}


.i-box {
    width: 100%;
    float: left;
}

.i-box ul {
    width: 32%;
    float: left;
    line-height: 21px;
    margin-bottom: 20px;
}

.i-box ul li {
    width: 100%;
    height: 225px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    overflow: hidden
}

.i-box ul li img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    transition: all 0.3s;
}

.i-box ul:hover li img {
    transform: scale(1.2, 1.2);
    transition: all 0.3s;
}

.i-box ul p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-box ul:hover p {
    color: #d70c18;
}

.i-box ul span {
    width: 100%;
    float: left;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.i-box ul b {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #555;
    font-weight: normal;
}

.i-box ul b img {
    width: 20px;
    float: left;
    padding: 5px 5px 5px 0
}

.i-box-r20 {
    margin-right: 2%;
}


.p-box {
    width: 100%;
    float: left;
}

.p-box ul {
    width: 340px;
    float: left;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center;
}

.p-box ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.p-box ul li img {
    width: 100%;
    float: left;
}

.p-box ul p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-box ul span {
    width: 100%;
    float: left;
    font-size: 12px;
}


.i-more {
    width: 100%;
    float: left;
    margin: 20px 0 40px 0;
}

.i-more a {
    width: 200px;
    float: left;
    border: 1px solid #c8c8c8;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    color: #7c7c7c;
    margin-left: 440px;
}

.i-more a:visited {
    width: 200px;
    float: left;
    border: 1px solid #c8c8c8;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    color: #7c7c7c;
    margin-left: 440px;
}

.i-more a:hover {
    width: 200px;
    float: left;
    border: 1px solid #d70c18;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-left: 440px;
    background-color: #d70c18;
}



.banner-box {
    width: 100%;
    float: left;
}

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

.label {
    width: 1080px;
    text-align: center
}

.line {
    width: 300px;
    height: 32px;
    float: left;
    background: url("../img/d.png")center center repeat-x;
    margin-left: 390px;
    margin-top: 30px;
    border: none;
}

.line span {
    width: 100px;
    background-color: #fff;
    z-index: 3;
    padding: 0 30px;
    line-height: 32px;
    font-size: 14px;
}

.en-title {
    clear: both;
    color: #2b2525;
    width: 1080px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 2px;
}

.title {
    width: 1080px;
    color: #717171;
    font-size: 28px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    margin-top: 10px;
}


.page-menu {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.page-menu a {
    font-size: 18px;
    transition: all 0.3s;
}

.page-menu a:hover {
    background-color: #d70c18;
    color: white;
    transition: all 0.3s;
}

.x-x {
    background-color: #d70c18;
    color: #fff;
    text-align: center;
    padding: 5px 30px;
    margin-right: -4px;
}

.x-y {
    background-color: #f2f2f2;
    color: #3f3f3f;
    text-align: center;
    padding: 5px 30px;
    margin-right: -4px;
}



.job {
    width: 100%;
    float: left;
}

.job div {
    width: 500px;
    float: left;
    height: 420px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 3px #f4f4f4;
}

.job div img {
    width: 500px;
    float: left;
}

.job div ul {
    width: 460px;
    float: left;
    padding: 20px;
}

.job div ul h1 {
    width: 200px;
    float: left;
    font-weight: normal;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}

.job div ul h2 {
    width: 200px;
    float: right;
    font-weight: normal;
    line-height: 32px;
    font-size: 12px;
    text-align: right;
}

.job div ul p {
    width: 100%;
    float: left;
}

.mr80 {
    margin-right: 80px;
}



.about {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-top: 30px;
}

.about .about-text {
    width: 48%;
}

.about img {
    width: 30%;
    float: right;
}

.about>img {
    width: 48%;
    margin-top: 31px;
}

.first div {
    padding: 0% !important;
}

.about .first {}

.about .first h3 {
    width: 100%;
}

.about .first p {
    text-align: left;
}

.about .first p i {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

.cultrue {
    padding: 0%;
}

.cultrue>img {
    float: left;
    margin: 0%;
    margin-bottom: 30px;
}

.cultrue>img:nth-child(2n) {
    float: right;
}

.contantc {
    width: 100%;
    overflow: hidden;
}

.contantc li {
    width: 21.5%;
    margin-right: 4.5%;
    padding: 30px 0;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
}

.contantc li:last-child {
    margin-right: 0%;
}

.contantc li p {
    color: #000;
    width: 100%;
    box-sizing: border-box;
}

.about div.about-con {
    width: 70%;
    letter-spacing: 2px;
    line-height: 26px;
    float: left;
    padding: 0px 30px !important;
    font-size: 14px;
}

.about>h1,
.about div h1 {
    font-weight: normal;
    font-size: 24px;
    color: #2c2626;
    padding-bottom: 8px;
    letter-spacing: 3px;
}

.about>h1 {
    text-align: center;
}

.about div h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    line-height: 32px;
    width: 400px;
    float: left;
}

.about div h3 {
    width: 65px;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.about .abour-link {
    float: left;
    margin-top: 10px;
}

.abour-link:hover {
    background-color: #d70c18;
    color: white;
}

.about div h3 img {
    width: 65px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.about div h3 span {
    width: 65px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.about div h4 {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.about div h4 img {
    width: 100%;
    float: left;
}


.left-menu {
    width: 260px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.left-x {
    width: 100%;
    background-color: #636363;
    color: #fff;
    margin: 0px;
    float: left;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
    font-size: 12px;
}

.left-y {
    width: 100%;
    background-color: #f2f2f2;
    color: #3f3f3f;
    margin: 0px;
    float: left;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
    font-size: 12px;
}

.left-x a {
    color: #fff;
}

.r-content {
    width: 760px;
    margin-left: 60px;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.r-content p {
    width: 100%;
    margin-bottom: 10px;
}


.page-show {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.page-show .left-menu .left-x,
.page-show .left-menu .left-y {
    font-size: 18px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.page-show .left-menu .left-y:hover {
    background-color: #636363;
}

.page-show .left-menu .left-y:hover a {
    color: white;
}

.page-show .left-menu a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sj {
    width: 1080px;
    display: block;
    padding: 40px 0;
    margin: auto;
}

.news-title {
    width: 100%;
    float: left;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
}

.news-time {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.news-video {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.video-title {
    width: 100%;
    float: left;
    font-size: 21px;
}

.video-title span {
    width: 100px;
    float: right;
    font-size: 12px;
    text-align: right;
}



.pro-content {
    width: 760px;
    margin-left: 60px;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.pro-content img {
    max-width: 100%;
}

.pro-img {
    width: 45%;
    float: left;
    margin-right: 50px;
}

.pro-img img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.c-content {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.pro-txt {
    width: 48%;
    float: left;
}

.pro-txt p {
    font-size: 14px;
}

.pro-txt strong {
    color: #636363;
}

.pro-txt h1 {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
}

.pro-txt h2 {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 20px
}

.pro-txt p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.pro-content .c-content {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #636363;
}

/*.c-content img{width:100%;float:left;margin-bottom:10px;}
.c-content p{width:100%;float:left;margin-bottom:10px;letter-spacing:5px;}*/

.csc-content {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.c-content::-webkit-scrollbar,
.csc-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.c-content::-webkit-scrollbar-thumb,
.csc-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    background-color: #aaaaaa;
}

.c-content::-webkit-scrollbar-track,
.csc-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

.csc-content p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font: 14px/18px "Microsoft YaHei",
        "微软雅黑",
        Arial,
        Helvetica,
        sans-serif !important;
    font-weight: normal;
    color: black;
}

.csc-content img {
    max-width: 100%;
}


.join-content {
    width: 100%;
    float: left;
    padding: 20px 0;
    line-height: 24px;
    font-size: 14px;
}

.join-content h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.join-content h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
}

.join-content div {
    width: 500px;
    float: left;
}

.join-content div b {
    width: 500px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #696768;
    margin-bottom: 15px;
}

.join-content img {
    float: right;
    width: 500px;
}




.black {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.blockmenu {
    width: 100%;
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
}

.blockmenu ul {
    width: 100%;
    padding-top: 100px;
}

.blockmenu ul p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    float: left;
    line-height: 28px;
}

.blockmenu ul p a {
    color: #fff;
}

.blockmenu ul p a:hover {
    color: #fff;
}

.blockmenu ul p a:visited {
    color: #fff;
}

.blockmenu ul span {
    width: 36px;
    float: left;
    margin-left: 50%;
    padding-top: 20px;
    opacity: 0.8;
}

.blockmenu ul span img {
    width: 36px;
    float: left;
    margin-left: -18px;
}


.news {
    width: 500px;
    float: left;
    background-color: #f7f7f7;
    height: 135px;
    margin: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.news:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 5px 5px 10px #a3a0a0;
    transition: all 0.3s;
}

.news:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}

.news img {
    width: 180px;
    max-height: 120px;
    float: left;
    margin-left: 10px;
    z-index: 5;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.news:hover h1 {
    color: #d70c18;
    transition: all 0.3s;
}

.news div {
    width: 270px;
    float: left;
    padding: 5px 0;
}

.news div h1 {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.news div h2 {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
}

.news div p {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}

.news div p span {
    float: right;
    padding-right: 15px;
}


.u-page {
    width: 100%;
    float: left;
}

.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination li {
    margin: 0px 10px;
    border: 1px solid #000;
    padding: 3px 8px;
    display: inline-block;
}

.pagination li span,
.pagination li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pagination .active {
    background-color: #000;
    color: #fff;
}

.pagination .disabled {
    color: #000;
}



.team {
    width: 100%;
    float: left;
}

.team ul {
    width: 255px;
    height: 320px;
    float: left;
    padding: 0px;
    margin-bottom: 20px;
}

.team ul img {
    width: 255px;
    height: 320px;
    float: left;
    transition: all 0.3s;
}

.team ul:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}

.team ul li {
    width: 255px;
    ;
    height: 80px;
    float: left;
    background-color: #000;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
    margin-top: 240px;
}

.team ul .lpx {
    width: 255px;
    ;
    float: left;
    height: 60px;
    margin-top: 255px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    z-index: 3;
    padding: 0 10px;
}

.team ul .lpy {
    width: 100%;
    float: left;
    display: none;
    font-size: 14px;
    padding: 20px 0;
}

.team ul p {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
}

.team ul p b {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.team ul p span {
    width: 100%;
    height: 20px;
    float: left;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.team-show {
    width: 100%;
    float: left;
}

.team-show div {
    width: 100%;
    float: left;
}

.team-show div h1 {
    width: 60%;
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.team-show div h2 {
    width: 60%;
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.team-show div span {
    clear: both;
}

.team-show div>img {
    width: 40%;
    float: right;
    clear: both;
}

.team-show p img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.tt {
    margin: 0px;
    margin-right: 20px;
}


.course {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 70px;
}


.c-top-text {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.course-text {
    width: 70%;
    float: left;
    margin: 0 15%;
    margin-bottom: 70px;
    margin-top: 30px;
    font-size: 14px;
}



.course-show {
    width: 80%;
    float: left;
    margin: 0 10%;
    padding: 0px;
}

.c-show-img {
    width: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.c-show-img img {
    width: 100%;
    float: left;
}

.c-show-text {
    width: 544px;
    float: right;
    margin-bottom: 30px;
}

.c-show-text b {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.c-show-text p {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

.c-show-content {
    width: 100%;
    float: right;
}

.c-c-half {
    width: 45%;
    float: left;
    padding-right: 5%;
}

.c-c-half b {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.c-c-half p {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}



/*页面切换*/
.msgPageNpWrap {
    border-top: 1px solid #969696;
    overflow: hidden;
    width: 100%;
}

.msgPageNpWrap .msgPageNp {
    width: 100%;
    margin: 0;
    border-top: none;
    border-bottom: none;
    display: flex;
}

.msgPageNpWrap .msgPageNp a {
    display: inline-block;
    width: 48%;
    height: 45px;
    float: left;
    overflow: hidden;
}

.msgPageNpWrap .msgPageNp a:last-child {
    float: right;
}

.msgPageNpWrap .msgPageNp a p {
    font-size: 16px;
    line-height: 45px;
    margin-top: 10px;
}

.msgPageNpWrap .msgPageNp a:last-child p {
    text-align: right;
}

.msgPageNpWrap .msgPageNp a:hover p {
    color: #d70c18;
}

.msgPageNpWrap .msgPageNp a:last-child {
    float: right;
}


/*show*/
.wrap .page-show .left-menu .greyline {
    width: 98%;
    margin: 20px auto;
    float: left;
}

.wrap .page-show .left-menu .left-t {
    width: 100%;
    background-color: #f2f2f2;
    margin: 0px;
    float: left;
    text-align: center;
    line-height: 24px;
    color: #717171;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    letter-spacing: 3px;
    border-bottom: 1px solid #717171;
}

.wrap .page-show .left-menu .recommend .left-y {
    font-size: 12px;
    height: auto;
    line-height: 36px;
}

.wrap .page-show .left-menu .recommend .left-y {
    text-align: left;
    background-color: white;
}

.wrap .page-show .left-menu .recommend .left-y:hover {
    background-color: #636363;
}


.wrap .page-show .left-menu .recommend .left-y a {
    justify-content: left;
    line-height: 30px;
    padding-left: 15px;
    background: url(https://www.tingyiyishu.com/public/static/img/index_one_264.png) no-repeat left;
    font-size: 18px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

