* {
    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;
}