@charset "gb2312";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 930px;
}
body {
  font-family: "Microsoft YaHei", SimSun, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
        .transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
    }
});*/

.header__nav-link--active {
  background: #bda462;
}
.header {
  width: 100%;
  height: 316px;
  padding-top: 60px;
  background: url("../img/header.jpg") #000 center 60px no-repeat;
  position: relative;
}





#header__nav {
  width: 1280px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
  text-align: center;
}
#header__nav ul { list-style-type:none; }
#header__nav ul li { float:left; position: relative;}
#header__nav ul li a { padding:20px 50px; display:block; text-decoration:none; text-
align:center; color:#fff; font-weight:600}
 #header__nav ul li a:hover {background: #3f9e8a ; color:#fff;} 
 #header__nav ul li .active {background: #3f9e8a ; color:#fff;}
 #header__nav ul li ul {display: none;}
 #header__nav ul li:hover ul {display: block; position: absolute; top:61px; min-width:190px; left:0;} 
 #header__nav ul li:hover ul li a {display:block; background:#0f0d0c; color:#ffffff; width: 110px; text-align: 
center; border-right: none;padding:8px 10px;height:30px; line-height:30px;font-weight:500; 
   background:rgba(0,0,0,0.9);  
    background:#000 9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/  
    filter:Alpha(opacity=90);/*只对ie7,ie8有效*/
	z-index:9999;
	position:relative;
}
 #header__nav ul li:hover ul li a:hover { background:#3f9e8a; color:#ffffff; }
  #threestyles {
  width: 500px;
  height: 300px;
  margin: 0px auto;
  border: 2px solid #666;
  margin-top: 30px;
 }



.footer {
  width: 100%;
  min-width: 1280px;
  padding: 20px 0;
  color: #666;
  font-size: 12px;
  background-color: #000;
}
.footer a {
  color: #666;
}
.main {
  width: 1200px;
  padding: 25px 0 100px 0;
  overflow: hidden;
  margin: 0 auto;
}
.main__content {
  float: left;
}
.main--left {
  width: 834px;
}
.main--right {
  width: 266px;
  margin-left: 78px;
}
.pagination {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.pagination li {
  display: inline-block;
  margin: 5px;
}
.pagination__index {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  color: #929292;
  transition: all 0.4s ease-in-out;
}
.pagination__index:hover {
  color: #bda462;
  border-color: #bda462;
  background: #fff;
}
.pagination__index.active {
  color: #bda462;
  border-color: #bda462;
  background: #fff;
}
.pagination__extre {
  font-size: 14px;
  color: #929292;
  transition: all 0.4s ease-in-out;
}
.pagination__extre:hover {
  color: #bda462;
}
.stars {
  margin-bottom: 30px;
}
.stars__heading {
  color: #7a7e91;
  font-size: 24px;
  border-bottom: 1px dashed #b8b8b8;
  padding: 10px 0;
  margin-bottom: 20px;
}
.stars__more {
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  background: #f1f1f1;
  float: right;
  transition: color 0.4s ease-in-out;
}
.stars__more:hover {
  color: #bda462;
}
.stars__wrapper {
  text-align: center;
}
.stars__item {
  display: inline-block;
  width: 200px;
  height: 210px;
  background: #eaedf4;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin: 0 2px;
  position: relative;
}
.stars__item:hover {
  background: #a5aec7;
}
.stars__item:hover .stars__content {
  background: #a5aec7;
  color: #66728d;
}
.stars__item.active {
  background: #a5aec7;
}
.stars__item.active .stars__content {
  background: #a5aec7;
  color: #66728d;
}
.stars__img {
  width: 201px;
  height: 209px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.stars__header {
  width: 192px;
  height: 143px;
  background: #eaedf4;
  margin: 4px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.stars__avatar {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  border: 3px solid #b1bbd1;
  margin: 10px auto 10px auto;
}
.stars__name {
  font-size: 18px;
  color: #333948;
}
.stars__content {
  height: 67px;
  background: #d1d7e5;
  color: #66728d;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
}
.tag--red {
  float: left;
  display: block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  background: #cf1132;
  padding: 0 8px;
  font-weight: normal;
  position: relative;
  margin-right: 10px;
}
.tag--red:after {
  content: "";
  display: block;
  width: 6px;
  height: 22px;
  background: url("../img/tag.png") left top no-repeat;
  position: absolute;
  right: -6px;
  top: 0;
}
.activity {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity:hover {
  text-decoration: underline;
}
.others {
  display: block;
  width: 247px;
  height: 66px;
  background: url("../img/img2.png") left top no-repeat;
  padding-top: 50px;
  padding-left: 20px;
  color: #ac3f30;
  font-size: 20px;
  margin-bottom: 30px;
}
.others--list {
  padding-top: 60px;
}
.recommond {
  margin-bottom: 30px;
}
.recommond__heading {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.recommond__heading img {
  position: absolute;
  left: 1px;
  top: 0;
}
.recommond__heading2 {
  color: #545454;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.recommond__more {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.recommond__more:before {
  position: relative;
  z-index: 2;
  margin-left: 1px;
}
.recommond__more:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.recommond__more:hover {
  transform: rotate(180deg);
}
.recommond__more:hover:after {
  background: #fff;
}
.recommond__list {
  margin-left: 5px;
}
.recommond__link {
  width: 225px;
  height: 19px;
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 6px 10px 6px 25px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommond__link:hover {
  color: #bda462;
  text-decoration: underline;
}
.recommond__link:hover .recommond__number {
  background: #bda462;
}
.recommond__number {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #b4b4b4;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
.recommond--role {
  background: #c0c3ba;
}
.recommond--role .recommond__more:hover {
  color: #c0c3ba;
}
.recommond--new {
  background: #cbc8de;
}
.recommond--new .recommond__more:hover {
  color: #cbc8de;
}
.recommond--master {
  background: #b5b8ca;
}
.recommond--master .recommond__more:hover {
  color: #b5b8ca;
}
.loading {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.loading:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e1e4ee;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  animation: loading 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.loading:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e1e4ee;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  animation-delay: 1s;
  animation: loading 2s 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.share {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 44px;
  text-align: center;
  margin-left: 600px;
  margin-top: -150px;
  border: 1px solid #000;
  background: #fff;
}
.share__heading {
  color: #43474c;
  font-size: 16px;
  width: 16px;
  line-height: 16px;
  margin: 10px auto 5px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #43474c;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.share a:hover {
  color: #bda462;
}
.share a .iconfont {
  font-size: 20px;
}
.share a.share__top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1280px) {
  .share {
    left: auto;
    right: 10px;
    margin-left: 0;
  }
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qzone:before {
  content: "\e600";
}
.icon-tieba:before {
  content: "\e66f";
}
.icon-weixin:before {
  content: "\e629";
}
.icon-weibo:before {
  content: "\e601";
}
.icon-add:before {
  content: "\e62b";
}
.icon-up:before {
  content: "\e676";
}
.icon-left:before {
  content: "\e612";
}
.icon-yixin:before {
  content: "\e6b5";
}
.icon-play:before {
  content: "\e6ff";
}
.icon-menu:before {
  content: "\e684";
}
.icon-right:before {
  content: "\e604";
}
@keyframes loading {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner__left {
  float: left;
  width: 834px;
  height: 226px;
  overflow: hidden;
}
.banner__right {
  float: left;
  width: 334px;
  height: 226px;
  overflow: hidden;
}
.banner__list {
  width: 10000px;
  height: 226px;
  position: relative;
  left: 0;
  transition: left 0.4s ease-in-out;
}
.banner__list li {
  float: left;
}
.banner__recommond {
  display: block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #cf1132;
  margin-bottom: 10px;
}
.banner__heading {
  color: #333;
  font-size: 24px;
  width: 220px;
  font-weight: bold;
}
.banner__index {
  position: absolute;
  left: 658px;
  bottom: 20px;
}
.banner__index li {
  float: left;
  margin-right: 8px;
}
.banner__index a {
  display: block;
  background: #fff;
 width: 31px;
  height: 11px;
}

.banner__index a.active {
  background: #e6f72e;
}
.banner__arrow {
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background-repeat: no-repeat;
}
.banner--prev {
  left: -1px;
  background-image: url("../img/zuojiantou.png");
}
.banner--next {
  right: -1px;
  background-image: url("../img/youjiantou.png");
}
.banner--img a {
  display: block;
  width: 834px;
  height: 226px;
}
.banner--img a:hover img {
  transform: scale(1.1);
}
.banner--img img {
  display: block;
  width: 834px;
  height: 226px;
  transition: all 0.4s ease-in-out;
}
.banner--desc {
  transition: none;
}
.banner--desc li {
  width: 284px;
  height: 181px;
  padding-left: 50px;
  padding-top: 45px;
}
.content {
  margin-top: 18px;
  position: relative;
  padding-top: 77px;
}
.content__flag {
  display: block;
  position: absolute;
  height: 2px;
  top: 75px;
  left: 0;
  background: #2e3a4a;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.content__tab-header {
  width: 834px;
  background: #cdede6;
  border-bottom: 1px solid #a3cbc2;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;

}

}
.content__tab-header.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -640px;
  z-index: 2;
  animation: fadeIn 0.4s ease-in-out forwards;
}
.content__tab-header li {
  float: left;
   color: #2c7667;
min-width: 138px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  cursor:pointer
}
.content__tab-header .tab__index {
  display: block;
  min-width: 138px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  color: #7a7e91;
}



.content__tab-header .tab__index .iconfont {
  font-size: 12px;
  padding-right: 4px;
}
.content__tab-header .active {
  background-image: url("../img/tabBg.png");
  color: #333333 !important;
}
.content__tab-header li:hover {
  background-image: url("../img/tabBg.png");
  color: #333333;
}
.content .tab__content {
  display: none;
}
.content .tab__content.show {
  display: block;
}
.content__list {
  padding-top: 46px;
  position: relative;
}
.content__list-header {
  width: 834px;
  background: #eaedf4;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.content__list-header.fixed {
  position: fixed;
  top: 76px;
  left: 50%;
  margin-left: -640px;
  z-index: 2;
  animation: fadeIn 0.4s ease-in-out forwards;
}
.content__list-header li {
  float: left;
}
.content__list-header .tab__index {
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  color: #2e3a4a;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.content__list-header .tab__index.active {
  background: #fff;
}
.content__list-header .tab__index:hover {
  background: #fff;
}
.list {
  position: relative;
  min-height: 200px;
}
.list__item {
  display: block;
  height: 90px;
  padding: 20px 20px 20px 210px;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  transition: all 0.4s ease-in-out;
}
.list__item:hover {
  background: #e8f8f5;
}
.list__img {
  width: 170px;
  height: 90px;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
}
.list__img img {
  display: block;
  width: 170px;
  height: 90px;
}
.list__heading {
  color: #333;
  font-size: 20px;
  width: 390px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list__keywords {
  color: #858585;
  font-size: 14px;
  margin-top: 30px;
}
.list__keywords strong {
  font-weight: normal;
  padding-right: 10px;
}
.list__author {
  width: 105px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 20px;
  right: 120px;
  color: #81acdb;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.list__date {
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.hot {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.hot__wrapper {
  overflow: hidden;
}
.hot__tag {
  color: #fff;
}
.hot__tag:hover {
  text-decoration: underline;
}
.hot__short {
  float: left;
  display: inline-block;
  padding: 10px 20px;
  min-width: 83px;
}
.hot__short:nth-child(1) {
	background: #5edac7;
	margin-right:20px;
	margin-bottom:20px;
}
.hot__short:nth-child(2) {
	background: #7094b2;
	margin-bottom:20px;
	
}
.hot__short:nth-child(3) {
	background: #5ec1da;
	margin-right:20px;
	margin-bottom:20px;

}
.hot__short:nth-child(4) {
	background: #bde30c;
	margin-bottom:20px;

	
}

.hot__long {
  display: block;
  background: #8ae1ee;
  margin-bottom: 20px;
  padding: 10px 0;
}
.hot__long:nth-child(3) {
  background: #5ec1da;
}
.dictionary {
  margin-bottom: 20px;
}
.dictionary__heading {
  display: block;
  width: 111px;
  height: 37px;
  background: url("../img/heading.png") left top no-repeat;
  margin-bottom: 15px;
}
.dictionary__form {
  margin-bottom: 20px;
}
.dictionary__wrapper {
  position: relative;
}
.dictionary__input {
  display: block;
  width: 210px;
  height: 30px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #bbbbbb;
  border-right: none;
}
.dictionary__search {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 220px;
  font-size: 14px;
  color: #fff;
  background: #3f9e8a;
}
.dictionary__list {
  overflow: hidden;
}
.dictionary__list li {
  width: 40%;
  float: left;
  margin-bottom: 10px;
}
.dictionary__item {
  color: #333;
  font-size: 14px;
}
.dictionary__item:hover {
  text-decoration: underline;
}
.dictionary__item .icon {
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
.skill {
  display: block;
  width: 267px;
  height: 71px;
  background: url("../img/img.jpg") left top no-repeat;
  margin-bottom: 30px;
}
.video {
  margin-bottom: 30px;
}
.video__heading {
  color: #545454;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.video__more {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.4s ease-in-out;
}
.video__more:before {
  position: relative;
  z-index: 2;
  margin-left: 1px;
}
.video__more:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.video__more:hover {
  transform: rotate(180deg);
  color: #fff;
}
.video__more:hover:after {
  background: #000;
}
.video__detailed {
  display: block;
  width: 267px;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.video__detailed:hover .video__cover {
  background: rgba(0, 0, 0, 0);
}
.video__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 267px;
  height: 120px;
}
.video__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.video__cover .iconfont {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.video__desc {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 14px;
}
.video__link {
  width: 225px;
  height: 19px;
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 6px 10px 6px 25px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video__link:hover {
  color: #bda462;
  text-decoration: underline;
}
.video__link:hover .video__icon {
  background: #bda462;
}
.video__icon {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 100%;
  background: #b4b4b4;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
.video__icon:before {
  margin-left: 2px;
}
.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon--eye {
  width: 15px;
  height: 15px;
  background-image: url("../img/icon1.png");
}
.icon--book {
  width: 16px;
  height: 14px;
  background-image: url("../img/icon2.png");
}
.icon--query {
  width: 16px;
  height: 13px;
  background-image: url("../img/icon3.png");
}
.icon--equip {
  width: 14px;
  height: 16px;
  background-image: url("../img/icon4.png");
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.paginate-pagination ul {
	
	margin: 20px 0;
	padding: 0;
	list-style: none;
	margin-left:250px;
	
}

.paginate-pagination ul:after {
	
	content: ' ';
	display: table;
	clear: both;
	
}

.paginate-pagination ul > li {
	
	float: left;
	margin-right: 3px;
	
}

.paginate-pagination ul > li > a.page {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	color:#000;
	
}

.paginate-pagination ul > li > a.page:hover { opacity: 0.7; background:#2c7667;color:#fff }
.paginate-pagination ul > li > a.page.active { opacity: 0.7; cursor: default; background:#2c7667;color:#fff;border: 1px solid #ddd;}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive { opacity: 0.7; cursor: default; }