/*!/css/main.less*/
body,ul,li,h1,h2,h3,h4,p{margin:0;padding:0}
ul,ol,li{list-style:none;line-height:inherit}
a{text-decoration:none}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";overflow:hidden}
.clearfix:after{clear:both}
.clearfix{zoom:1}
body{font-family:Arial,Microsoft YaHei,Segoe UI,Tahoma,Verdana,sans-serif;font-size:14px}
/*value*/
/*common*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.hide {
  display: none;
}
.span4,
.span8,
.span12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.span4 {
  width: 33.33333333%;
}
.span8 {
  width: 66.66666667%;
}
.span12 {
  width: 100%;
}
.btn {
  background: #9d080c;
  border: none;
  color: #DADADA;
  padding: 10px 25px;
}
.btn:hover {
  background: #8c0206;
}
.smallbtn {
  background: #9d080c;
  border: none;
  color: #DADADA;
  padding: 3px 16px;
}
.smallbtn:hover {
  background: #8c0206;
}
.closedictbtn {
  background: #9d080c;
  border: none;
  color: #DADADA;
  padding: 10px 25px;
}
.closedictbtn:hover {
  background: #8c0206;
}
@media (max-width: 1000px) {
  html,
  body,
  .article {
    height: auto;
    min-height: 100%;
    background: #f5f4ed;
  }
}
/*header*/
.header {
  height: 54px;
  color: #fff;
  background: #9d080c;
}
.header .nav-menu-btn {
  display: none;
}
.header .logo {
  font-size: 30px;
  margin-right: 40px;
}
.header .logo div {
  line-height: 54px;
  float: left;
}
.header .logo div span {
  margin-left: 0.5em;
}
.header .logo img {
  height: 1em;
  line-height: 54px;
}
.header li {
  float: left;
}
.header li.active {
  position: relative;
}
.header li.active a {
  color: #fff;
}
.header li.active:after {
  position: absolute;
  bottom: 0;
  left: 30px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 6px solid #9d080c;
  border-bottom: 6px solid #eee;
}
.header li a {
  font-size: 16px;
  line-height: 54px;
  padding: 15px 20px;
  color: #f6b1b2;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
body {
  background: #eee;
}
/*main*/
.main {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  /*list img*/
  /*list img*/
}
.main .loadnewsbtn {
  font-size: 16px;
  line-height: 2em;
  clear: both;
  margin: 20px 0 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #9d080c;
}
.main .new-img {
  width: 100%;
}
.main .banner-img {
  margin: 0 0 20px;
}
.main .banner {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  overflow: auto;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.main .banner ul {
  width: 300%;
  list-style: none;
}
.main .banner ul li {
  display: block;
  float: left;
  width: 33%;
  height: 433px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -ms-background-size: 100% 100%;
}
.main .banner .link {
  display: block;
  min-height: 100%;
}
.main .banner .btn,
.main .banner .dot {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.main .banner .dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .banner .dots li {
  line-height: 10px;
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
  text-indent: -999em;
  opacity: .4;
  border: 2px solid #fff;
  border-radius: 6px;
  *display: inline;
  *text-indent: 0;
}
.main .banner .dots li.active {
  opacity: 1;
  background: #fff;
}
.main .banner .arrows {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
}
.main .banner .arrows span {
  padding: 10px;
  cursor: pointer;
}
.main .banner .arrow {
  display: inline;
  padding-left: 10px;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
  .main .wrap {
    width: 90%;
  }
  .main .banner h1,
  .main .banner h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .main .banner ul li {
    height: 240px;
  }
  .main .banner .inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .main pre {
    overflow: auto;
  }
}
.main .new-list {
  background: #eeeff0;
}
.main .new-list:hover {
  box-shadow: 0 2px 10px #ccc;
}
.main .new-list p {
  line-height: 18px;
  margin-bottom: 0;
  padding: 10px;
  color: #666;
}
.main .new-list .tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px;
  color: #333;
}
.main .new-list .titcn {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 0px;
  padding-left: 10px;
  margin-top: -8px;
  color: #999;
}
.main .new-list .titcnnew {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 0px;
  margin-top: 0px;
  color: #999;
}
.main .new-list-box .info {
  overflow: hidden;
  height: 20px;
  padding: 0 10px 10px;
  background: #eeeff0;
}
.main .new-list-box .info span {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #666;
}
.main .new-list-box .info span .colorWord {
  color: #9d080c;
}
.main .sideBarTitle {
  font-size: 15px;
  line-height: 34px;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #fff;
  background: #9d080c;
}
.main .sideBarTitle:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  border: 17px solid transparent;
  border-top: 17px solid #f9f9f9;
  border-right: 17px solid #f9f9f9;
}
.main .news {
  margin-bottom: 20px;
}
.main .news li:nth-child(odd) {
  background: #eeeff0;
}
.main .news li:nth-child(even) {
  background: #f8f9fa;
}
.main .news li {
  font-size: 13px;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.main .news li a {
  color: #999;
}
.main .news li a .imgbox {
  display: block;
  float: left;
  width: 20%;
}
.main .news li a .imgbox img {
  width: 60px;
  height: 45px;
  margin-right: 10px;
}

.main .news li a .imgboxno {
  display: block;
  float: left;
  width: 20%;
}

.main .news li a .imgboxno img {
  width: 60px;
  height: 45px;
  margin-right: 10px;
}

.main .news li a .imgboxnews {
  display: block;
  float: left;
  width: 20%;
  display: none;
}
.main .news li a .imgboxnews img {
  width: 60px;
  height: 45px;
  margin-right: 10px;
  display: none;
}

.main .news li a .newtitle {
  display: block;
  float: left;
  width: 80%;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 10px;
  padding-left: 8px;
  color: #666;
  word-wrap: break-word;
}
.main .news li a .newtitle span {
  color: #999;
  display: block;
  margin-top: 5px;
}
.main .news li .commentbox {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #999;
}
.main .appdownload {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  background: #eeeff0;
}
.main .appdownload .code {
  float: left;
  height: 80px;
}
.main .appdownload p {
  font-size: 16px;
  line-height: 35px;
}
.main .appdownload .platform {
  display: inline-block;
  padding: 0 10px;
  color: #999;
}
.main .appdownload .platform p {
  display: inline-block;
}
.main .appdownload .platform i {
  font-size: 16px;
  margin-right: 5px;
}
.main .appdownload .platform .icon-androidd {
  color: #8ab952;
}
.new-list2 {
  overflow: hidden;
  margin-bottom: 20px;
}
.new-list2 img {
  width: 200px;
  margin-right: 20px;
}
.new-list2 .tit {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px!important;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%!important;
  }
  #userNameLink{
  	width: 100px;
    display: inline-block;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 800px;
  }
  [class*='span'] {
    float: left;
    min-height: 1px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: auto;
  }
  .container .banner-img {
    z-index: 998;
  }
  .span4,
  .span8,
  .span12 {
    float: none;
    width: 100%;
  }
  .phone-block {
    display: block!important;
  }
  .header .nav-menu-btn {
    display: block;
    cursor: pointer;
    font-size: 24px;
    float: right;
    padding: 10px;
  }
  .header ul {
    float: none;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 54px;
    width: 100%;
  }
  .header ul.fr {
    top: 216px;
  }
  .header ul li {
    display: none;
    float: none;
    overflow: hidden;
    background: #9d080c;
  }
  .header ul li.active:after {
    border: none;
  }
  #loginLi {
    display: none;!important;
    float: none;
    overflow: hidden;
    background: #9d080c;
  }
  #registerLi {
    display: none!important;
    float: none;
    overflow: hidden;
    background: #9d080c;
  }
  #userNameLi {
    display: none!important;
    float: none;
    overflow: hidden;
    background: #9d080c;
  }
  /*#logoutLi {
    display: none!important;
    float: none;
    overflow: hidden;
    background: #9d080c;
  }*/
}
/* article */
.article-bg {
  background: #e4e4e4;
}
.article-bg .article {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #f5f4ed;
}
.article-bg .article .reader-nav {
  overflow: hidden;
  padding: 24px 5px 12px 40px;
  text-align: left;
  border-bottom: 2px solid #e4e2da;
  background: #f5f4ed;
}
.article-bg .article .reader-nav .article-book-title {
  font-size: 18px;
}
.article-bg .article .reader-nav .fr a {
  margin: 0 5px;
  color: #333;
}
.article-bg .article .article-header h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0;
  text-align: center;
}
.article-bg .article .paragraph {
  font-size: 16px;
  line-height: 160%;
  display: block;
  margin: 25px;
  text-align: justify;
}
.article-bg .article .paragraph span {
  padding: 0 1px;
  cursor: pointer;
}
.article-bg .article .paragraph .muted-block {
  font-size: 13px;
  position: absolute;
  left: 0;
  display: inline-block;
  zoom: 1;
  width: 30px;
  min-width: 30px;
}
.article-bg .article .paragraph span.sentence span:hover,
.article-bg .article .paragraph .active {
  color: #fff;
  border-radius: 2px;
  background: #9d080c;
}
.article-bg .article .paragraph .unlearned {
  border-bottom: dashed 1px #ec4272;
}
.article-bg .article .paragraph img {
  line-height: 20px;
  display: block;
  max-width: 320px;
  max-height: 60%;
  margin: 10px auto;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.article-bg .article .icon-flag {
  cursor: pointer;
  color: #9d080c;
}
@media (min-width: 1200px) {
  .article-bg .article {
    width: 1210px!important;
  }
}
@media (max-width: 1000px) {
  .article-bg .article {
    width: auto;
  }
}
.article-bg #query-sentance {
  position: absolute;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
}
#dictDiv {
  min-width: 400px!important; max-width: 800px!important;
}
.article-bg #query-sentance .tri-top {
  position: relative;
}
.article-bg #query-sentance .tri-top .outer {
  position: absolute;
  top: -4px;
  left: -3px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #e5d4c2 transparent;
}
.article-bg #query-sentance .tri-top .inner {
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent #f5f4ed transparent;
}
.article-bg #query-sentance .article-notes {
  overflow: auto;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 10px 20px 20px 20px;
  text-align: center;
  text-align: left;
  border: 1px solid #e5d4c2;
  background-color: #f5f4ed;
}
.article-bg #query-sentance .article-notes div {
  margin-bottom: 5px;
}
.article-bg #query-sentance .article-notes .notes-con {
  margin-left: 50px;
  padding-bottom: 13px;
}
.article-bg #query-sentance .article-notes .notes-con span.tag {
  font-size: 10px;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
  margin-left: -50px;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #9d080c;
}
.article-bg #query-sentance .icon-remove {
  cursor: pointer;
}
.article-bg .query-word {
  position: absolute;
  z-index: 3;
  width: 275px;
  min-width: 200px;
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background-color: #e7e5db;
  box-shadow: 2px 3px 1px #eee;
}
.article-bg .query-word .triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
}
.article-bg .query-word .triangle-outter {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
}
.article-bg .query-word .triangle.triangle-left {
  left: -18px;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #e7e5db transparent;
}
.article-bg .query-word .triangle-outter.triangle-left {
  left: -22px;
  border-width: 0 0 21px 22px;
  border-color: transparent transparent #ddd transparent;
}
.article-bg .query-word .triangle.triangle-right {
  right: -18px;
  border-width: 18px 0 0 18px;
  border-color: transparent transparent transparent #e7e5db;
}
.article-bg .query-word .triangle-outter.triangle-right {
  right: -22px;
  border-width: 21px 0 0 22px;
  border-color: transparent transparent transparent #ddd;
}
.article-bg .query-word-phone {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #e7e5db;
}
.article-bg .query-word-phone .triangle {
  display: none;
}

/*!/css/iconfont.css*/

@font-face {font-family: "iconfont";
  src: url('../iconfont/iconfont.eot?t=1471399076'); /* IE9*/
  src: url('../iconfont/iconfont.eot?t=1471399076') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont.woff?t=1471399076') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont.ttf?t=1471399076') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont.svg?t=1471399076') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-android:before { content: "\e600"; }
.icon-comment:before { content: "\e601"; }
.icon-tag:before { content: "\e602"; }
.icon-earth:before { content: "\e603"; }
.icon-list:before { content: "\e604"; }
.icon-ios:before { content: "\e605"; }

.newsTitle {
	font-family: Georgia, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	margin-top: 10px;
}

.newsTrans {
	font-size: 1.1em;
  font-weight: normal;
  line-height: 1.1em;
  padding: 0px;
  margin-top: 8px;
  color: #999;
}

.newsBrief {
	font-family: Georgia, "Times New Roman";
	font-size: 1.1em;
	margin-left: 5px;
	margin-top: 5px;
}

.newsMeta {
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.0em;
	color: #999999;
}

.newsSource {
	font-family: "Microsoft YaHei", Arial;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
}

.newsType {
	font-family: "Microsoft YaHei", Arial;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;

	float: left;
	font-size: 1.0em;
	border: 0px solid #7f6000; 
	padding: 3px;
	color: #FFFFFF; 
	background: #B88A00; 
	word-break:keep-all; 
	white-space:nowrap; 
}

.newsDate {
	font-family: "Microsoft YaHei", Arial;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
}

.newsLink {
	font-family: "Microsoft YaHei", Arial;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
}

.newsLinkRed {
	font-family: "Microsoft YaHei", Arial;
	font-weight: bold;
	color: #9d080c!important;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
}

/*!/css/reset.css*/
body,ul,li,h1,h2,h3,h4,p{margin:0;padding:0}
ul,ol,li{list-style:none;line-height:inherit}
a{text-decoration:none}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";overflow:hidden}
.clearfix:after{clear:both}
.clearfix{zoom:1}
body{font-family:Arial,Microsoft YaHei,Segoe UI,Tahoma,Verdana,sans-serif;font-size:14px}