* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none; color: #333;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{margin:0;text-align:left;font-size:14px;background:#fff;font-family:arial,"Microsoft YaHei","\5fae\8f6f\96c5\9ed1"}article,aside,details,figcaption,figure,footer,boxheader,main,gounav,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;}audio:not([controls]){display:none;height:0;}progress{vertical-align:baseline;}template,[hidden]{display:none;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}a,b,p,font,span,strong{font-family:"Microsoft YaHei";}a:active,a:hover{outline-width:0;}button,input,select,textarea,a{outline:none;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}svg:not(:root){overflow:hidden;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}button,input,select,textarea{font:inherit;margin:0;}optgroup{font-weight:bold;}button,input{overflow:visible;padding:0px;margin:0px;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{border:0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-input-placeholder{color:inherit;opacity:0.54;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}button,input,select,textarea,a{outline:none;}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}p{margin:0;}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}ul,ol,dl,h1,h2,h3,h4,h5,h6,dt,dd{margin:0;padding:0}ul li,ol li{list-style:none}.f-fl,.f-lifl li,.f-dlfl dt,.f-dlfl dd{float:left;display:inline}.f-fr{float:right;display:inline}.fl{float:left;}.fr{float:right;}a,a:visited{text-decoration:none;color:#333;}a:hover{transition:color 160ms ease 0s,background-color 200ms ease 0s,border-color 160ms ease 0s,transform 500ms ease 0s;cursor:pointer;}em{font-style:normal;}u{text-decoration:none}

.divcenter{
    width: 1200px;
    margin: 0 auto;
}
.nav {
    font: 12px/1.5 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, arial;
    color: #666;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #333333;
}

.nav-top {
    width: 1200px;
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.nav-top .nav-logo {
  display: inline-block;
  width: 180px;
  line-height: normal;
  margin: 0;
  color: #CCCCCC;
  text-align: center;
}

.layout {
    font: 12px/1.5 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, arial;
    color: #666;
    line-height: 40px;
    padding: 0;
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
}

.layout>li {
    width: 150px;
    text-align: center;
    font-size: 16px;
}

.layout>li>a {
    color: #fff;
    text-decoration: none; display: block;
}

.layout>li:hover {
    background-color: #FF2E63;
}

.layout .ffe{
    background-color: #FF2E63;
}



.searchnav {
    height: 33px;
    border-radius: 100px;
    font-size: 14px;
    overflow: hidden;
    /* display: none; */
    display: flex;
    /* margin: auto; */
}

.searchnav>input {
    height: 33px;
    border-style: none;
    font-size: 14px;
    line-height: 33px;
    padding-left: 16px;
    flex: 1;
    min-width: 250px;
    background-color: #E5EBF8;
}

.searchnav>input:focus {
    outline: 0
}

.searchnav .top-left {
    border: 0;
    /* cursor: pointer; */
    background-color: #E5EBF8;
    display: flex;
    align-items: center;
    padding-left: 8px;
    box-sizing: border-box;
}

.searchnav .top-left img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.searchnav .searchnav-button {
    width: 70px;
    height: 100%;
    cursor: pointer;
    background-color: #E5EBF8;
}

.searchnav-button button {
    border: none;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: #FF2E63 !important;
}
.footer {
    margin-top: 10px;
    background-color: #252A34;
    color: #999999;
    font-size: 12px;
}

.footer-main {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.footer-main>div {
    line-height: 30px;
}

.footer-main-item {
    color: #666666;
}

.footer-main-item>span {
    width: 100px;
    display: inline-block;
    border-right: 1px solid #666666;
    cursor: pointer;
}
.footer-main-item span a{
  color: #888;
}

#comment_list {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 20px 20px 0
}

#comment_list #s_comment {
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  overflow: hidden;
}

#comment_list #s_comment #ly_content {
  width: 100%;
  height: 90px;
  margin: 0;
  border: 1px solid #ececec;
  display: block;
  overflow: hidden;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}

#comment_list #s_comment .m-comment-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 13px 0 0;
  display: block;
  overflow: hidden
}

#comment_list #s_comment .m-comment-btn input {
  width: 146px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #ff7700;
  float: left;
  margin: 0 15px 0 0;
  display: inline;
  overflow: hidden;
  border: 0;
  padding: 0;
}

#comment_list #s_comment .m-comment-btn input.nopl {
  background: #999;
  cursor: not-allowed
}

#comment_list #s_comment .m-comment-btn .word_count {
  display: none
}

#comment_list #s_comment .nick_name {
  display: none
}

#comment_list #s_comment .comment_faces {
  display: none
}

#comment_list .m-comment-cont {
  width: auto;
  height: auto;
  margin: 15px 0 0;
  display: block;
  overflow: hidden
}

#comment_list .m-comment-cont h2 {
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden
}

#comment_list .m-comment-cont dl {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden
}

#comment_list .m-comment-cont dl dt {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 10px 0 0;
}

#comment_list .m-comment-cont dl dt span {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  float: left;
  display: inline;
  overflow: hidden
}

#comment_list .m-comment-cont dl dt span i {
  font-style: normal;
}

#comment_list .m-comment-cont dl dt span b {
  font-weight: normal;
  color: #d92227;
  margin: 0 6px;
}

#comment_list .m-comment-cont dl dt em {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  float: right;
  display: inline;
  overflow: hidden
}

#comment_list .m-comment-cont dl dd {
  width: 100%;
  height: auto;
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5
}

#comment_list .u-more-comment {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #7e7e7e;
  background: #f8f8f8;
  text-align: center;
  margin: 15px;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  display: none
}

#comment_list .u-more-comment a {
  color: #7e7e7e
}

#comment_list .u-more-comment a i {
  font-style: normal
}

  
  .page {
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 15px;
  }
  
  .page .tspage {
    height: 30px;
    margin: 5px 0 5px;
    background: none;
    line-height: 26px;
  }
  
  .page .tspage .tsp_count,.tsp_change {
    display: none;
  }
  
  .page .tspage .tsp_nav {
    text-align: center;
  }
  
  .page .tspage .tsp_nav i {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: #fafafa;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin: 0 0 0 12px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
  }
  
  .page .tspage .tsp_nav b {
    width: auto;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 12px;
    background: #f60;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0 12px;
    display: inline-block;
    overflow: hidden;
  }
  
  .page .tspage .tsp_nav a {
    width: auto;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 12px;
    background: #fafafa;
    font-size: 14px;
    font-weight: normal;
    color: #555;
    margin: 0 0 0 12px;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
  }
  
  .page .tspage .tsp_nav a.tsp_more,.page .tspage .tsp_nav a.tsp_next,.page .tspage .tsp_nav a.tsp_end,.page .tspage .tsp_nav a.tsp_home,.page .tspage .tsp_nav a.tsp_prev {
    padding: 0;
    border: none;
  }
  
  .page .tspage .tsp_nav a:hover {
    background: #f60;
    color: #fff;
  }
  
  .page .tspage .tsp_nav a.tsp_more:hover i {
    background: #f60;
    color: #fff;
    border: none;
  }
  
  .page .tspage .tsp_nav a.tsp_next:hover i {
    background: #f60;
    color: #fff;
    border: none;
  }
  
  .page .tspage .tsp_nav a.tsp_end:hover i {
    background: #f60;
    color: #fff;
    border: none;
  }
  
  .page .tspage .tsp_nav a.tsp_home:hover i {
    background: #f60;
    color: #fff;
    border: none;
  }
  
  .page .tspage .tsp_nav a.tsp_prev:hover i {
    background: #f60;
    color: #fff;
    border: none;
  }
  
  .page .tspage .tsp_nav a i {
    margin: 0;
    background: none;
  }
  
  .main-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding: 6px 0;
}

.main-top>img {
    width: 10px;
    height: 15px;
    margin-right: 10px;
}
.main-top p{
  margin-right: 4px;
}

/*新加页面样式*/
.computer-content{

}
.computer-content .left {
    background-color: #f3f8ff;
    border: 2px solid white;
    box-shadow: 1px 1px 16px #f4f6f9;
    padding: 10px;
    width: 100%;
}
.computer-content .left > ul > li {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: flex;
    padding: 10px;
}
.computer-content .left > ul > li:hover{

}
.computer-content .left > ul > li:hover .img img{

}
.computer-content .left > ul > li + li {
    margin-top: 20px;
}
.computer-content .left > ul > li .img {
    position: relative;
    transition: all 0.5s ease 0s;
}

.computer-content .left > ul > li .img .play-btn-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.computer-content .left > ul > li .img .play-btn-box .play-btn {
    /*background: rgba(0, 0, 0, 0) url("../img/home_page_video_cover_play.png") no-repeat scroll center center / 100% auto;*/
    content: "";
    height: 40px;
    left: 43%;
    position: absolute;
    top: 40%;
    width: 40px;
}
.computer-content .left > ul > li .img .play-btn-box .play-logo {
    height: 40px;
    left: 28%;
    opacity: 0.26;
    position: absolute;
    top: 44%;
    width: auto;
}

.computer-content .left > ul > li .img img {
    height: 180px;
    width: 240px;
    transition: all 0.5s ease 0s;
}
.computer-content .left .detail-box {
    padding-bottom: 20px;
}
.computer-content .left .detail-box .top {
    padding-bottom: 20px;
}
.computer-content .left .detail-box .relation-box {
    align-items: center;
    box-shadow: 0 0 5px #c9d8ff;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 20px 15px;
}
.computer-content .left .detail-box .relation-box .btn {
    font-size: 16px;
}
.relation-box > img {
    width: 100px;
}
.computer-content .left .detail-box .relation-box .relation-info {
    flex-grow: 0.8;
}
.computer-content .left .detail-box .relation-box .relation-info h2 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.computer-content .left .detail-box .relation-box .relation-info h2 a {
    color: #333333;
    font-size: 16px;
}
.computer-content .left .detail-box .relation-box .add-info {
    display: flex;
    margin-top: 6px;
}
.computer-content .left .detail-box .relation-box .add-info span {
    align-items: center;
    color: #666666;
    display: flex;
}
.computer-content .left .detail-box .relation-box .add-info span + span {
    margin-left: 10px;
}
.computer-content .left .detail-box .relation-box .btn-download {
    align-items: center;
    background-color: #fcac0d;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
}
.computer-content .left .detail-box .relation-box .btn-download img {
    height: auto;
    margin-right: 10px;
    width: 30px;
}

.computer-content .left .detail-box .top h1 {
    color: #333333;
    font-size: 27px;
    padding: 20px 0 30px;
    text-align: center;
}
.computer-content .left .detail-box .top .add-info {
    color: #666666;
    display: flex;
    justify-content: center;
}
.computer-content .left .detail-box .top .add-info > span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.computer-content .left .detail-box .top .add-info > span img{
    margin-right: 5px;
}
.computer-content .left .detail-box .top .add-info a{
    color: #666666 !important;
}
.computer-content .left .detail-box .top .add-info span + span {
    margin-left: 5%;
}
.computer-content .left .detail-box .content {
    padding: 30px 0;
}

.content  .content-soft-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding: 15px 15px 15px 5px;
}

.content.content-soft-info  .media-left a {
    display: block;
    height: 70px;
    width: 70px;
}
.content .content-soft-info .media-left img {
    height: 70px;
    max-width: unset;
    width: 70px;
}
.content .content-soft-info .media-body {
    margin-left: 15px;
}
.content .content-soft-info .media-body .media-heading {
    color: #535353;
    font-size: 18px;
    margin-bottom: 10px;
}
.content .content-soft-info .media-body .text-muted {
    color: #999999;
    font-size: 14px;
    padding-right: 15px;
    width: 555px;
}
.content .content-soft-info a.btn {
    background-color: #358ff0;
    background-image: url("../img/download_ico.svg");
    background-position: 17px 15px;
    background-repeat: no-repeat;
    background-size: 19px auto;
    border-radius: 4px;
    color: #ffffff;
    padding: 0 20px 0 30px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}




.computer-content .left .detail-box .content p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
}
.computer-content .left .detail-box .content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.computer-content .left .detail-box .previous-next-box {
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.computer-content .left .detail-box .previous-next-box a {
    color: #333333;
    font-size: 16px;
}
.computer-content .left .detail-box .previous-next-box a:hover {
    color: #2e58ff;
}
.computer-content .news_info {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.computer-content .news_info a {
    display: block;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 550px;
}
.computer-content .news_info h3 {
    color: #333333;
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}
.computer-content .news_info h3:hover{
    color: #2E58FF;
}

.computer-content .news_info p {
    color: #666666;
    font-size: 14px;
    height: 65px;
    line-height: 23px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.computer-content .news_info .foot {
    bottom: 0;
    color: #999999;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
    align-items: center;
}
.computer-content .news_info .foot >  span{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.computer-content .news_info .foot >  span.date{
}
.computer-content .news_info .foot >  span.date img{
    margin-right: 5px;
}
.computer-content .news_info .foot >  span.eye{

}
.computer-content .news_info .foot >  span.eye .eye_ico{
    margin-right: 5px;
}

.computer-content .news_info .foot .btn {
    background-color: #358ff0;
    border: 1px solid #358ff0;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
}
.computer-content .right {
    padding-left: 15px;
    width: 25%;
}
.computer-content .right .hot-video-box {
    background-color: #f5faff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px #c9d8ff;
    padding: 10px;
}
.computer-content .right .hot-video-box .top {
    border-bottom: 2px solid #eaf4ff;
    display: flex;
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.computer-content .right .hot-video-box .top span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.computer-content .right .hot-video-box .top img {
    margin-right: 10px;
}
.computer-content .right .hot-video-box .list {
    display: flex;
    flex-flow: row wrap;
}
.computer-content .right .hot-video-box .list li {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.computer-content .right .hot-video-box .list li + li {
    margin-top: 15px;
}
.computer-content .right .hot-video-box .list li a {
    display: block;
    position: relative;
}
.computer-content .right .hot-video-box .list li a:hover > img,
.computer-content .right .hot-video-box .list li a:hover .play-btn-box .play-btn {
    transform: scale(1.05);
}

.computer-content .right .hot-video-box .list li a > img{
    display: block;
    width: 100%;
    /*height: 130px;*/
    /*object-fit: cover;*/
    transition: all 0.5s ease 0s;
}
.computer-content .right .hot-video-box .list li a p {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 20px;
    left: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
}
.computer-content .right .advert {
    margin-top: 20px;
}
.computer-content .right .advert img {
    border-radius: 4px;
    width: 100%;
}
.computer-content .right .course-rank-box {
    background-color: #f5faff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px #c9d8ff;
    padding: 10px;
}
.computer-content .right .course-rank-box .top {
    border-bottom: 2px solid #eaf4ff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    justify-content: start;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.computer-content .right .course-rank-box .top span {
    color: #333333;
}
.computer-content .right .course-rank-box .top img{margin-right: 10px}
.computer-content .right .course-rank-box .list > li{

}

.computer-content .right .course-rank-box .list > li a {
    align-items: center;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.computer-content .right .course-rank-box .list > li a:hover{
    color: #2e58ff;
}

.computer-content .right .course-rank-box .list > li a .sort-ico {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85% auto;
    border-radius: 2px;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.computer-content .right .course-rank-box .list > li:nth-child(1) a .sort-ico {
    background-image: url("../img/Group 329@2x.png");
    color: #ffffff;
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li:nth-child(2) a .sort-ico {
    color: #ffffff;
    background-image: url("../img/Group 331@2x.png");
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li:nth-child(3) a .sort-ico {
    color: #ffffff;
    background-image: url("../img/Group 332@2x.png");
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li a span {
    color: #999999;
    font-size: 11px;
}
.computer-content .right .course-rank-box .list > li a p {
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}