/*css3*/
@import url("https://fonts.googleapis.com/css?family=Carme");
/* line 1, sass/_style.scss */
.main_1200 {
  width: 1200px;
  margin: 0px auto;
}

/* line 5, sass/_style.scss */
a {
  outline: none;
}

/* line 8, sass/_style.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 12, sass/_style.scss */
body {
  position: relative;
  background: url("../../../../images/frontend/pc/tw/bgall.jpg") no-repeat;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, sass/_style.scss */
h2, .h2 {
  color: #000;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  /* line 21, sass/_style.scss */
  h2, .h2 {
    font-size: 16px;
    line-height: 16px;
  }
}

/* line 30, sass/_style.scss */
h3, .h3 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 30, sass/_style.scss */
  h3, .h3 {
    font-size: 16px;
    line-height: 16px;
  }
}

/* line 39, sass/_style.scss */
h4, .h4 {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  /* line 39, sass/_style.scss */
  h4, .h4 {
    font-size: 15px;
    line-height: 15px;
  }
}

/* line 48, sass/_style.scss */
h5, .h5 {
  color: #000;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (max-width: 768px) {
  /* line 48, sass/_style.scss */
  h5, .h5 {
    font-size: 15px;
    line-height: 15px;
  }
}

/* line 57, sass/_style.scss */
.col_red {
  color: #e93636;
}

/* line 60, sass/_style.scss */
.col_org {
  color: #eb9d38;
}

/* line 63, sass/_style.scss */
.pos_r {
  position: relative;
}

/* line 66, sass/_style.scss */
button {
  font-family: arial,Microsoft JhengHei,Helvetica, sans-serif;
}

/* line 69, sass/_style.scss */
.padt_9 {
  padding-top: 9px;
}

/* line 72, sass/_style.scss */
.mart__10 {
  margin-top: -10px;
}

/* line 75, sass/_style.scss */
.mart_15 {
  margin-top: 15px;
}

/* line 78, sass/_style.scss */
.mart_30 {
  margin-top: 30px;
}

/* line 81, sass/_style.scss */
.marb_10 {
  margin-bottom: 10px;
}

/* line 84, sass/_style.scss */
.marb_20 {
  margin-bottom: 20px;
}

/* line 87, sass/_style.scss */
.marb_30 {
  margin-bottom: 30px;
}

/* line 90, sass/_style.scss */
.marb_40 {
  margin-bottom: 40px;
}

/* line 93, sass/_style.scss */
.marb_60 {
  margin-bottom: 60px;
}

/* line 96, sass/_style.scss */
.marb_80 {
  margin-bottom: 80px;
}

/* line 99, sass/_style.scss */
.marb_100 {
  margin-bottom: 100px;
}

/* line 102, sass/_style.scss */
.marr_20 {
  margin-right: 20px;
}

/* line 105, sass/_style.scss */
.marr_15 {
  margin-right: 15px;
}

/* line 108, sass/_style.scss */
.marl_15 {
  margin-left: 15px;
}

/* line 111, sass/_style.scss */
.padd_40 {
  padding: 40px;
}

/* line 114, sass/_style.scss */
.padd_20 {
  padding: 20px;
}

/* line 117, sass/_style.scss */
.paddb_30 {
  padding-bottom: 30px;
}

/* line 120, sass/_style.scss */
.p_t_20 {
  padding-top: 20px;
}

/* line 123, sass/_style.scss */
.page_padd {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 123, sass/_style.scss */
  .page_padd {
    padding-bottom: 60px;
  }
}

/* line 129, sass/_style.scss */
.white_bg {
  background: #FFF;
}

/* line 134, sass/_style.scss */
.no_banner {
  height: 80px;
  background: #FFF;
}

/* line 139, sass/_style.scss */
.message_non {
  border: 1px solid #CCC;
  text-align: center;
  padding: 40px;
}

/* line 144, sass/_style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 148, sass/_style.scss */
.trrtitle {
  background: url("image/trango.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: #333;
  height: auto;
  width: 100%;
  font-weight: bold;
  padding: 0px 20px;
  background-position: 0px 3px;
  margin-bottom: 18px;
}

/* line 159, sass/_style.scss */
.fons_16 {
  font-size: 16px;
}

/* line 162, sass/_style.scss */
.forget {
  margin-top: 40px;
}
/* line 164, sass/_style.scss */
.forget input {
  float: left;
  width: 350px;
  height: 50px;
  border: 1px solid #CCC;
  padding: 0px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
/* line 174, sass/_style.scss */
.forget button {
  background: #23689d;
  height: 50px;
  width: 130px;
  color: #FFF;
  font-size: 16px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 184, sass/_style.scss */
.forget button:hover {
  background: #54b146;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 191, sass/_style.scss */
.go_top {
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: url("image/gotop_1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 40%;
  cursor: pointer;
  z-index: 799;
}

/* line 200, sass/_style.scss */
.go_top:hover {
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: url("image/gotop_1s.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

/* line 204, sass/_style.scss */
.des_txt {
  font-weight: normal;
  line-height: 30px;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
}

/* line 212, sass/_style.scss */
.contingf {
  padding: 10px;
  margin-top: 20px;
  width: 245px;
}
/* line 216, sass/_style.scss */
.contingf .fbicon {
  float: left;
  background: url("image/ff1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  margin: 14px 10px 0px 2px;
}
/* line 221, sass/_style.scss */
.contingf .fbicon:hover {
  background: url("image/ff2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 226, sass/_style.scss */
.contingf .cob {
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #FFF;
  line-height: 17px;
}
/* line 232, sass/_style.scss */
.contingf .cob a {
  color: #FFF;
}

/* line 238, sass/_style.scss */
.image-align-left {
  float: left;
  margin-right: 20px;
}

/* line 243, sass/_style.scss */
.image-align-right {
  float: right;
  margin-left: 20px;
}

/* line 248, sass/_style.scss */
.image-align-center {
  text-align: center;
}

/* line 3, sass/_reset.scss */
* {
  box-sizing: border-box;
}

/* line 6, sass/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, img {
  margin: 0px;
  padding: 0px;
}

/* line 10, sass/_reset.scss */
fieldset, img, abbr, acronym {
  border: 0;
}

/* line 13, sass/_reset.scss */
q:before, q:after {
  content: '';
}

/* line 16, sass/_reset.scss */
input, button, select {
  border: none;
  outline: none;
}

/* line 20, sass/_reset.scss */
button, .cursor {
  cursor: pointer;
}

/* line 23, sass/_reset.scss */
textarea {
  outline: none;
  resize: vertical;
  border: 1px solid #e4eff1;
  padding: 10px;
}

/* line 29, sass/_reset.scss */
a {
  text-decoration: none;
  color: #333;
}
/* line 32, sass/_reset.scss */
a:hover {
  color: #33A1DB;
}

/********************************************************************/
@media only screen and (max-width: 768px) {
  /* line 37, sass/_reset.scss */
  html, body {
    width: 100%;
    height: 100%;
  }
}

/* line 43, sass/_reset.scss */
body {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 43, sass/_reset.scss */
  body {
    font-size: 14px;
  }
}

/* line 52, sass/_reset.scss */
.clearfix:after {
  /* FF, IE8, O, S, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 59, sass/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 62, sass/_reset.scss */
.clear {
  clear: both;
}

/* line 65, sass/_reset.scss */
.fleft {
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 65, sass/_reset.scss */
  .fleft {
    float: none;
  }
}

/* line 71, sass/_reset.scss */
.fright {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 71, sass/_reset.scss */
  .fright {
    float: none;
  }
}

/* line 77, sass/_reset.scss */
.m_fleft {
  float: left;
}

/* line 80, sass/_reset.scss */
.m_fright {
  float: right;
}

/* line 1, sass/_about.scss */
.top_inb {
  height: 400px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  padding-top: 225px;
  letter-spacing: 1px;
  position: relative;
}
/* line 11, sass/_about.scss */
.top_inb p {
  position: relative;
  display: none;
  animation: hovertop 0.6s ease-out 0s forwards;
}

@-webkit-keyframes hovertop {
  0% {
    top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes hovertop {
  0% {
    top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes hovertop {
  0% {
    top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes hovertop {
  0% {
    top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    top: 0px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 22, sass/_about.scss */
.ban_aobut {
  background: url("image/about_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 27, sass/_about.scss */
.evar_titlc {
  background: #FFF;
  height: 90px;
  text-align: center;
  padding-top: 23px;
  border-bottom: 1px solid #CCC;
}
/* line 34, sass/_about.scss */
.evar_titlc h2 {
  font-size: 28px;
  color: #23689D;
}
/* line 38, sass/_about.scss */
.evar_titlc p {
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}

/* line 44, sass/_about.scss */
.bgcontent {
  background: #F1F1F1;
  padding: 25px 0px 60px 0px;
  min-height: 555px;
}

/* line 50, sass/_about.scss */
.path {
  padding: 0px 20px;
  margin-bottom: 23px;
}
/* line 53, sass/_about.scss */
.path a, .path p, .path span {
  float: left;
}
/* line 56, sass/_about.scss */
.path span {
  display: inline-block;
  margin: 0px 5px;
}

/* line 61, sass/_about.scss */
.w_main {
  background: #FFF;
  padding: 30px 20px;
}
/* line 65, sass/_about.scss */
.w_main p.cont {
  line-height: 25px;
  padding-left: 20px;
}

/* line 71, sass/_about.scss */
.blue_title {
  background: url("image/trango.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: #23689D;
  height: auto;
  width: 100%;
  font-weight: bold;
  padding: 0px 20px;
  background-position: 0px 3px;
  margin-bottom: 18px;
}

/* line 83, sass/_about.scss */
.black_title {
  background: url("image/trango.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: #333;
  height: auto;
  width: 100%;
  font-weight: bold;
  padding: 0px 20px;
  background-position: 0px 3px;
  margin-bottom: 18px;
}

/* line 96, sass/_about.scss */
.abtree_pic {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 100, sass/_about.scss */
.abtree_pic .img_s {
  display: inline-block;
  margin: 0px 30px;
}
/* line 103, sass/_about.scss */
.abtree_pic .img_s img {
  margin-bottom: 5px;
}

/* line 109, sass/_about.scss */
.p_680 {
  width: 680px;
  float: left;
  padding-left: 20px;
  padding-top: 15px;
}

/* line 115, sass/_about.scss */
.pic_lo {
  background: url("image/p5.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 92px;
  height: 215px;
  float: left;
  margin-left: 80px;
}

/* line 120, sass/_about.scss */
.black_lintitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0px;
  margin-bottom: 30px;
}

/* line 130, sass/_about.scss */
.left_menu {
  width: 250px;
  float: left;
  border-top: 4px solid #64BFE3;
  border-bottom: 4px solid #CCC;
  position: relative;
  background: #FFF;
}
/* line 138, sass/_about.scss */
.left_menu li {
  list-style-type: none;
  padding: 0px 10px;
  font-size: 16px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 143, sass/_about.scss */
.left_menu li a {
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #DDD;
  line-height: 25px;
  background: url("image/argry.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  width: 100%;
  height: auto;
  background-position: right center;
}
/* line 154, sass/_about.scss */
.left_menu li:hover, .left_menu li.now {
  background: #eff8fc;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 157, sass/_about.scss */
.left_menu li:hover a, .left_menu li.now a {
  background: url("image/arblu.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  background-position: right center;
  width: 100%;
  height: auto;
  color: #23689D;
}
/* line 166, sass/_about.scss */
.left_menu li:last-child a {
  border-bottom: none;
}

/* line 174, sass/_about.scss */
.right_wcont {
  background: #FFF;
  width: 700px;
  padding: 30px;
  float: right;
  position: relative;
  margin-top: 53px;
}
/* line 182, sass/_about.scss */
.right_wcont .tab_area {
  position: absolute;
  top: -53px;
  height: 50px;
  left: 0;
}
/* line 187, sass/_about.scss */
.right_wcont .tab_area a {
  width: 140px;
  text-align: center;
  line-height: 50px;
  display: block;
  float: left;
  font-size: 16px;
  background: #54b146;
  color: #FFF;
  font-weight: bold;
  margin-right: 15px;
  border-top: 3px solid #54b146;
}
/* line 201, sass/_about.scss */
.right_wcont .tab_area a:hover, .right_wcont .tab_area a.now {
  background: #FFF;
  color: #54B146;
  background: #FFF;
  border-top: 3px solid #54B146;
}
/* line 208, sass/_about.scss */
.right_wcont .awardtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #CCC;
}

/* line 218, sass/_about.scss */
.download_btn {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 30px;
}
/* line 223, sass/_about.scss */
.download_btn.col2 .dowlo {
  width: 49.5%;
}
/* line 225, sass/_about.scss */
.download_btn.col2 .dowlo:nth-child(odd) {
  margin-right: 1%;
}
/* line 230, sass/_about.scss */
.download_btn .dowlo {
  border: 1px solid #54B146;
  color: #54B146;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: #FFF;
  margin-bottom: 10px;
}
/* line 243, sass/_about.scss */
.download_btn .dowlo:hover {
  background: #54B146;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 249, sass/_about.scss */
.rith_sb {
  font-size: 14px;
  text-align: right;
  color: #333;
  margin-bottom: 30px;
}

/* line 255, sass/_about.scss */
.last_aw {
  text-align: center;
  margin-top: 30px;
}
/* line 258, sass/_about.scss */
.last_aw .aw_icon1 {
  background: url("image/awicon_1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 34px;
  height: 40px;
  width: 100px;
  height: auto;
  background-position: top center;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
}
/* line 267, sass/_about.scss */
.last_aw .aw_icon1 p {
  color: #826424;
  background: url("image/goldline1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 2px;
  width: auto;
  height: auto;
  background-position: bottom center;
}
/* line 277, sass/_about.scss */
.last_aw .winner_1 {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 281, sass/_about.scss */
.last_aw .topar {
  margin-bottom: 40px;
}
/* line 284, sass/_about.scss */
.last_aw .aw_icon2 {
  background: url("image/awicon_2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  width: 100px;
  height: auto;
  background-position: top center;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}
/* line 293, sass/_about.scss */
.last_aw .aw_icon2 p {
  color: #826424;
  background: url("image/goldline1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 2px;
  width: auto;
  height: auto;
  background-position: bottom center;
}
/* line 304, sass/_about.scss */
.last_aw .hisr li {
  width: 200px;
  float: left;
  list-style-type: none;
  background: url("image/goldline2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 200px;
  height: 1px;
  height: auto;
  padding-bottom: 5px;
  background-position: bottom center;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 315, sass/_about.scss */
.last_aw .hisr li:nth-child(3n-3) {
  margin-right: 0;
}

/* line 323, sass/_about.scss */
.away .fix {
  text-align: center;
  color: #333;
  font-size: 14px;
}

/* line 329, sass/_about.scss */
.right_wcont.notab {
  margin-top: 0;
}

/* line 332, sass/_about.scss */
.topman {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 337, sass/_about.scss */
.left_nam {
  float: left;
  width: 305px;
  height: 105px;
  background: #F4F4F4;
  padding: 17px 20px 17px 20px;
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #54b146;
}
/* line 346, sass/_about.scss */
.left_nam .nambox {
  width: 180px;
  float: left;
}

/* line 352, sass/_about.scss */
.web_icon {
  background: url("image/icon_web.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 356, sass/_about.scss */
.web_icon:hover {
  background: url("image/icon_webs.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 361, sass/_about.scss */
.icon_mail {
  background: url("image/icon_mail.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 365, sass/_about.scss */
.icon_mail:hover {
  background: url("image/icon_mails.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 372, sass/_about.scss */
.pic_105 {
  width: 105px;
  height: 105px;
  margin-left: 15px;
  float: left;
}
/* line 377, sass/_about.scss */
.pic_105 img {
  max-width: 105px;
  max-height: 105px;
}

/* line 383, sass/_about.scss */
.marb_10 {
  margin-bottom: 10px;
}

/* line 387, sass/_about.scss */
.set_oneset .btn_oc {
  background: url("image/ardown1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  background-position: 600px 21px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
/* line 399, sass/_about.scss */
.set_oneset .btn_oc:hover, .set_oneset .btn_oc.now {
  background: url("image/asrtop1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  background-position: 600px 21px;
  width: 100%;
  height: 50px;
  background-color: #E4F5E2;
  border: 1px solid #E4F5E2;
  color: #2C9E1B;
}

/* line 410, sass/_about.scss */
.abcom {
  margin-bottom: 20px;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
/* line 414, sass/_about.scss */
.abcom td {
  padding: 10px 15px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* line 421, sass/_about.scss */
.noone {
  background: #F1F1F1;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 429, sass/_about.scss */
.table_no1 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  margin-bottom: 20px;
}
/* line 433, sass/_about.scss */
.table_no1 td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px 15px 20px 15px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}

/* line 443, sass/_about.scss */
.title_maintab {
  width: 100%;
  height: 50px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
/* line 448, sass/_about.scss */
.title_maintab .spret_2 {
  border-left: 1px solid #CCC;
}
/* line 450, sass/_about.scss */
.title_maintab .spret_2 li {
  width: 50%;
  border-right: 1px solid #CCC;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
/* line 460, sass/_about.scss */
.title_maintab .spret_2 li:hover, .title_maintab .spret_2 li.now {
  background: #f1f1f1;
}
/* line 465, sass/_about.scss */
.title_maintab .spret_3 {
  border-left: 1px solid #CCC;
}
/* line 467, sass/_about.scss */
.title_maintab .spret_3 li {
  width: 33.33%;
  border-right: 1px solid #CCC;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}
/* line 477, sass/_about.scss */
.title_maintab .spret_3 li:hover, .title_maintab .spret_3 li.now {
  background: #f1f1f1;
}

/* line 486, sass/_about.scss */
.dso_list li {
  float: left;
  list-style-type: none;
  width: 460px;
  height: 145px;
  margin-right: 20px;
  padding: 10px 20px 10px 0px;
  margin-bottom: 20px;
  background: #FFF;
}
/* line 495, sass/_about.scss */
.dso_list li .img_ar {
  float: left;
  width: 125px;
  height: 125px;
  text-align: center;
}
/* line 500, sass/_about.scss */
.dso_list li .img_ar img {
  vertical-align: middle;
  max-width: 125px;
  max-height: 125px;
}
/* line 505, sass/_about.scss */
.dso_list li .img_ar:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
/* line 513, sass/_about.scss */
.dso_list li .textaar {
  margin-left: 20px;
  float: left;
  margin-top: 5px;
}
/* line 517, sass/_about.scss */
.dso_list li .textaar h3 {
  font-size: 18px;
  font-weight: normal;
  color: #23689D;
  margin-bottom: 10px;
  line-height: 18px;
}
/* line 524, sass/_about.scss */
.dso_list li .textaar p {
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 528, sass/_about.scss */
.dso_list li .textaar span {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
/* line 535, sass/_about.scss */
.dso_list li .web_icon, .dso_list li .icon_mail {
  margin-top: 30px;
}
/* line 539, sass/_about.scss */
.dso_list li:nth-child(2n-2) {
  margin-right: 0;
}

/* line 544, sass/_about.scss */
.pad_40 {
  padding: 40px;
}

/* line 550, sass/_about.scss */
.tabbtn li {
  float: left;
  list-style-type: none;
  border: 1px solid #CCC;
  width: 210px;
  min-height: 70px;
  text-align: center;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 561, sass/_about.scss */
.tabbtn li a {
  display: table;
  width: 210px;
  min-height: 70px;
  padding: 0px 20px;
}
/* line 566, sass/_about.scss */
.tabbtn li a p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
}
/* line 572, sass/_about.scss */
.tabbtn li:nth-child(4n-4) {
  margin-right: 0;
}
/* line 575, sass/_about.scss */
.tabbtn li:hover {
  background: #555;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 579, sass/_about.scss */
.tabbtn li:hover a {
  color: #FFF;
}

/* line 586, sass/_about.scss */
.dio_his {
  margin-top: 30px;
}
/* line 588, sass/_about.scss */
.dio_his li {
  padding-left: 20px;
  list-style-type: none;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/* line 594, sass/_about.scss */
.dio_his li h4 {
  background: url("image/sqfu.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
  background-position: 0px 0px;
  width: 100%;
  height: auto;
  padding-left: 20px;
  color: #23689D;
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 605, sass/_about.scss */
.dio_his li:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
}

/* line 2, sass/_topic.scss */
.ban_topc {
  background: url("image/topic_2_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 7, sass/_topic.scss */
.friday_tab {
  text-align: center;
  margin-bottom: 30px;
  min-height: 40px;
}
/* line 11, sass/_topic.scss */
.friday_tab li {
  font-size: 16px;
  list-style: none;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 0px 20px;
  border: 2px solid #CCC;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0px 5px 10px 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* line 26, sass/_topic.scss */
.friday_tab li:hover, .friday_tab .now {
  background: #63BEE3;
  border: 2px solid #63BEE3;
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 37, sass/_topic.scss */
.list_friday {
  list-style-type: none;
  margin-bottom: 40px;
}
/* line 40, sass/_topic.scss */
.list_friday li {
  width: 310px;
  height: 300px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  background: #FFF;
}
/* line 47, sass/_topic.scss */
.list_friday li .imgbpx {
  display: block;
  width: 310px;
  height: 180px;
  overflow: hidden;
  text-align: center;
}
/* line 53, sass/_topic.scss */
.list_friday li .imgbpx img {
  max-height: 180px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
/* line 58, sass/_topic.scss */
.list_friday li .continf {
  padding: 20px;
}
/* line 60, sass/_topic.scss */
.list_friday li .continf .date {
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 8px;
}
/* line 64, sass/_topic.scss */
.list_friday li .continf .date .sqr {
  width: 12px;
  display: inline-block;
  height: 12px;
  background: #63BEE3;
  margin-right: 5px;
}
/* line 72, sass/_topic.scss */
.list_friday li .continf .artitle {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
/* line 84, sass/_topic.scss */
.list_friday li:hover .imgbpx img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
/* line 90, sass/_topic.scss */
.list_friday li:hover .date .sqr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 96, sass/_topic.scss */
.list_friday li:nth-child(3n-3) {
  margin-right: 0;
}
/* line 99, sass/_topic.scss */
.list_friday li:nth-child(1) {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.4s forwards;
}
/* line 106, sass/_topic.scss */
.list_friday li:nth-child(2) {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.6s forwards;
}
/* line 113, sass/_topic.scss */
.list_friday li:nth-child(3) {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.9s forwards;
}
/* line 120, sass/_topic.scss */
.list_friday li:nth-child(n+3) {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.9s forwards;
}

/* line 129, sass/_topic.scss */
.bgcontent.white_only {
  background: #FFF;
}

/* line 133, sass/_topic.scss */
.shor_num {
  float: left;
}

/* line 138, sass/_topic.scss */
.topic2_content .aurtor_area {
  background: url("image/greensq.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
  width: auto;
  height: auto;
  background-position: 0px 7px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}
/* line 148, sass/_topic.scss */
.topic2_content .articl_img {
  text-align: center;
  margin-bottom: 30px;
}
/* line 151, sass/_topic.scss */
.topic2_content .articl_img p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
}
/* line 158, sass/_topic.scss */
.topic2_content .articl_img img {
  margin-bottom: 10px;
}
/* line 160, sass/_topic.scss */
.topic2_content .topic2_from {
  color: #555;
  margin-bottom: 20px;
  border-top: 1px solid #CCC;
  padding-top: 30px;
  background: url("image/sq.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  width: auto;
  height: auto;
  padding-left: 20px;
  background-position: 0px 39px;
}
/* line 170, sass/_topic.scss */
.topic2_content .topic2_from a {
  color: #54B146;
  display: block;
}
/* line 175, sass/_topic.scss */
.topic2_content .topic_tag {
  background: url("image/tag31.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-position: 0px 4px;
  width: auto;
  height: auto;
  padding-left: 30px;
}
/* line 181, sass/_topic.scss */
.topic2_content .topic_tag a {
  float: left;
  color: #2b7f1e;
  display: block;
  margin-right: 5px;
}
/* line 188, sass/_topic.scss */
.topic2_content .copyrig {
  border-top: 1px solid #CCC;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

/* line 196, sass/_topic.scss */
.other_servi {
  margin-bottom: 60px;
}
/* line 198, sass/_topic.scss */
.other_servi .title {
  background: url("image/sq.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-position: 30px 20px;
  padding: 15px 0px 15px 50px;
  width: 100%;
  height: auto;
  background-color: #E0F2F9;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #FFF;
}
/* line 209, sass/_topic.scss */
.other_servi a {
  background: #E0F2F9;
  display: block;
  width: 100%;
  padding: 15px 0px 15px 30px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 216, sass/_topic.scss */
.other_servi a:hover {
  background: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  color: #227FA4;
}

/* line 223, sass/_topic.scss */
.gray_title {
  font-size: 18px;
  font-weight: bold;
  color: #4f85af;
  border-left: 2px solid #47B3E0;
  background: #F1F1F1;
  padding: 10px 15px;
  margin-bottom: 20px;
}

/* line 232, sass/_topic.scss */
a.green {
  color: #54B146;
}
/* line 234, sass/_topic.scss */
a.green:hover {
  color: #47B3E0;
}

/* line 239, sass/_topic.scss */
.openfootbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
/* line 247, sass/_topic.scss */
.openfootbox .wh100 {
  width: 100%;
  height: 100%;
}
/* line 251, sass/_topic.scss */
.openfootbox .leftlibox {
  position: relative;
  width: 50%;
  overflow: hidden;
  float: left;
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 270, sass/_topic.scss */
.openfootbox .leftlibox img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* line 276, sass/_topic.scss */
.openfootbox .rboxr {
  float: right;
  width: 50%;
  height: 100%;
  color: #FFF;
  padding: 2%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 294, sass/_topic.scss */
.openfootbox .rboxr span {
  display: inline;
  color: #FFF;
  font-size: 20px;
}
/* line 300, sass/_topic.scss */
.openfootbox .container-cross {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/* line 307, sass/_topic.scss */
.openfootbox .container-cross span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #FFF;
}
/* line 315, sass/_topic.scss */
.openfootbox .container-cross .top {
  top: 24px;
  left: 0;
  transform: rotate(45deg);
}
/* line 321, sass/_topic.scss */
.openfootbox .container-cross .bottom {
  bottom: 22px;
  left: 0;
  transform: rotate(-45deg);
}
/* line 327, sass/_topic.scss */
.openfootbox .container-cross:hover span {
  background: #A7DBEF;
}

/* line 1, sass/_join.scss */
.ban_join {
  background: url("image/join_1_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 6, sass/_join.scss */
.step_img {
  text-align: center;
  margin-bottom: 30px;
}

/* line 10, sass/_join.scss */
.next_btn {
  font-size: 18px;
  width: 300px;
  height: 50px;
  color: #FFF;
  margin: 0px 10px;
  font-weight: bold;
  background: #3dabd3;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/* line 22, sass/_join.scss */
.next_btn:hover {
  background: #54B146;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 26, sass/_join.scss */
.center_btn {
  text-align: center;
}

/* line 30, sass/_join.scss */
.content_800 {
  width: 800px;
  margin: 0 auto;
}

/* line 36, sass/_join.scss */
.resider .titicon1 {
  font-size: 16px;
  background: url("image/icon_lock.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 17px;
  height: 24px;
  width: 100%;
  height: auto;
  color: #3472A3;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 5px;
  line-height: 24px;
  background-position: left center;
  margin-bottom: 20px;
}
/* line 49, sass/_join.scss */
.resider .titicon2 {
  font-size: 16px;
  background: url("image/user_iconr.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 16px;
  height: 19px;
  width: 100%;
  height: auto;
  color: #3472A3;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 5px;
  line-height: 24px;
  background-position: left center;
}
/* line 64, sass/_join.scss */
.resider .form_area {
  padding-bottom: 0;
  border: none;
}
/* line 67, sass/_join.scss */
.resider .form_area .set_1:nth-child(2) {
  margin-right: 0;
}
/* line 70, sass/_join.scss */
.resider .form_area .sel_140 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  float: left;
  width: 140px;
  height: 50px;
  padding: 0px 10px;
  margin-right: 15px;
}
/* line 79, sass/_join.scss */
.resider .form_area .sel_140.w_133 {
  width: 133px;
}
/* line 83, sass/_join.scss */
.resider .form_area .inp_300.w_400 {
  width: 400px;
}
/* line 86, sass/_join.scss */
.resider .form_area .inp_300.w_395 {
  width: 395px;
}
/* line 89, sass/_join.scss */
.resider .form_area .inp_300.w_258 {
  width: 258px;
}

/* line 95, sass/_join.scss */
.left_jbox {
  margin-top: 40px;
  border: 1px solid #54b146;
  padding: 30px;
  width: 520px;
  float: left;
}
/* line 101, sass/_join.scss */
.left_jbox .picmai {
  background: url("image/sendmailicon.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 119px;
  height: 51px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 106, sass/_join.scss */
.left_jbox .green {
  color: #277a1a;
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 16px;
}

/* line 115, sass/_join.scss */
.right_jbox {
  margin-top: 60px;
  width: 350px;
  float: right;
  font-size: 14px;
}
/* line 120, sass/_join.scss */
.right_jbox button {
  width: 200px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #FFF;
  border: 2px solid #3DABD3;
  font-size: 16px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
/* line 132, sass/_join.scss */
.right_jbox button:hover {
  background: #3DABD3;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 139, sass/_join.scss */
.join_four {
  margin-top: 40px;
  border: 1px solid #277a1a;
  padding: 40px;
}
/* line 143, sass/_join.scss */
.join_four .acdcc {
  width: 395px;
  margin: 0 auto;
}
/* line 146, sass/_join.scss */
.join_four .acdcc p {
  float: left;
  margin: 10px 0px 0px 20px;
}

/* line 153, sass/_join.scss */
.sel_enable {
  background: #eee;
  color: #aaa;
}

/* line 1, sass/_member.scss */
.left_area {
  float: left;
}
/* line 3, sass/_member.scss */
.left_area .join_btn {
  display: block;
  background: url("image/mj_btn.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 250px;
  height: 63px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0px 0px 60px;
  margin-bottom: 30px;
}
/* line 12, sass/_member.scss */
.left_area .join_btn:hover, .left_area .join_btn.now {
  background: url("image/mj_btns.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 250px;
  height: 63px;
}
/* line 15, sass/_member.scss */
.left_area .member_box {
  background: #FFF;
  border-top: 4px solid #64bfe3;
  padding: 15px 10px;
  margin-bottom: 30px;
}
/* line 20, sass/_member.scss */
.left_area .member_box .imgpic {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 29, sass/_member.scss */
.left_area .member_box .imgpic img {
  max-width: 45px;
  max-height: 45px;
}
/* line 34, sass/_member.scss */
.left_area .member_box .mnmname {
  float: left;
  margin-top: 3px;
  line-height: 20px;
}
/* line 39, sass/_member.scss */
.left_area .member_box .infff {
  padding: 15px 10px 10px 10px;
  margin-top: 15px;
  border-top: 1px solid #CCC;
}
/* line 43, sass/_member.scss */
.left_area .member_box .infff .title_tr {
  background: url("image/trango.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-position: left;
  width: auto;
  height: auto;
  padding-left: 20px;
  color: #1A7396;
  font-size: 16px;
}
/* line 52, sass/_member.scss */
.left_area .member_box .infff p {
  padding-left: 20px;
  font-size: 14px;
}

/* line 60, sass/_member.scss */
.right_wcont .content_800 {
  width: 100%;
}
/* line 63, sass/_member.scss */
.right_wcont .content_800 .form_area .parea {
  float: left;
  min-width: 80px;
}
/* line 67, sass/_member.scss */
.right_wcont .content_800 .form_area .inp_300 {
  width: 210px;
}
/* line 70, sass/_member.scss */
.right_wcont .content_800 .form_area textarea {
  width: 540px;
  height: 100px;
}
/* line 74, sass/_member.scss */
.right_wcont .content_800 .form_area .sel_140 {
  margin-right: 19px;
  width: 146px;
}
/* line 80, sass/_member.scss */
.right_wcont .form_area {
  border-bottom: none;
  padding-bottom: 20px;
}

/* line 87, sass/_member.scss */
.applypic {
  margin: 0px 0px 40px 20px;
}

/* line 90, sass/_member.scss */
.applytable {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
/* line 93, sass/_member.scss */
.applytable td {
  text-align: center;
  padding: 6px;
  font-size: 15px;
}
/* line 99, sass/_member.scss */
.applytable tr:first-child td {
  background: #f1f1f1;
  color: #FF7D00;
  font-weight: bold;
  border-top: 1px solid #ddd;
}
/* line 106, sass/_member.scss */
.applytable tr:nth-child(n+1) td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* line 112, sass/_member.scss */
.applytable tr td:last-child {
  border-right: 0px;
}

/* line 118, sass/_member.scss */
.select_package {
  list-style-type: none;
  margin-bottom: 30px;
}
/* line 121, sass/_member.scss */
.select_package li {
  float: left;
  border: 2px solid #f6a139;
  padding: 15px 20px 15px 50px;
  min-width: 160px;
  min-height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: url("image/chc1.png") no-repeat 15px 17px;
  margin-right: 20px;
}
/* line 133, sass/_member.scss */
.select_package li select {
  width: 100px;
  height: 30px;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 141, sass/_member.scss */
.select_package li:hover, .select_package li.now {
  background: url("image/chc1ss.png") no-repeat 15px 17px;
  background-color: #f6a139;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  color: #FFF;
}
/* line 147, sass/_member.scss */
.select_package li:last-child {
  margin-right: 0;
}

/* line 152, sass/_member.scss */
.applybtn {
  width: 100%;
  height: 42px;
  background: #F1F1F1;
  font-size: 18px;
  font-weight: bold;
  color: #F6A139;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 3px solid #E3E3E3;
}
/* line 163, sass/_member.scss */
.applybtn.unuse {
  cursor: inherit;
}
/* line 165, sass/_member.scss */
.applybtn.unuse:hover {
  background: #F1F1F1;
  color: #F6A139;
  border-bottom: 3px solid #E3E3E3;
}

/* line 172, sass/_member.scss */
.applybtn:hover {
  background: #F6A139;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  border-bottom: 3px solid #e28b21;
}

/* line 179, sass/_member.scss */
.cotavle {
  float: left;
}
/* line 181, sass/_member.scss */
.cotavle li {
  list-style-type: none;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px;
  float: left;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 195, sass/_member.scss */
.cotavle li.red {
  border: 1px solid #CF5252;
  color: #CF5252;
}
/* line 199, sass/_member.scss */
.cotavle li.orange {
  border: 1px solid #ec9643;
  color: #ec9643;
}
/* line 203, sass/_member.scss */
.cotavle li.green {
  border: 1px solid #54b146;
  color: #54b146;
}
/* line 207, sass/_member.scss */
.cotavle li.yellow {
  border: 1px solid #ffc104;
  color: #ffc104;
}
/* line 211, sass/_member.scss */
.cotavle li.blue {
  border: 1px solid #43b1de;
  color: #43b1de;
}
/* line 215, sass/_member.scss */
.cotavle li.bluegreen {
  border: 1px solid #2dc5ae;
  color: #2dc5ae;
}
/* line 219, sass/_member.scss */
.cotavle li.purple {
  border: 1px solid #9854c0;
  color: #9854c0;
}
/* line 223, sass/_member.scss */
.cotavle li.purple:hover, .cotavle li.purple.now {
  background: #9854c0;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 228, sass/_member.scss */
.cotavle li.yellow:hover, .cotavle li.yellow.now {
  background: #ffc104;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 233, sass/_member.scss */
.cotavle li.bluegreen:hover, .cotavle li.bluegreen.now {
  background: #2dc5ae;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 238, sass/_member.scss */
.cotavle li.red:hover, .cotavle li.red.now {
  background: #CF5252;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 243, sass/_member.scss */
.cotavle li.orange:hover, .cotavle li.orange.now {
  background: #ec9643;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 248, sass/_member.scss */
.cotavle li.green:hover, .cotavle li.green.now {
  background: #54b146;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 253, sass/_member.scss */
.cotavle li.blue:hover, .cotavle li.blue.now {
  background: #43b1de;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 263, sass/_member.scss */
.cotavle_inside {
  float: left;
}
/* line 265, sass/_member.scss */
.cotavle_inside li {
  list-style-type: none;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px;
  float: left;
  min-width: 80px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
/* line 278, sass/_member.scss */
.cotavle_inside li.red {
  border: 1px solid #CF5252;
  color: #CF5252;
}
/* line 282, sass/_member.scss */
.cotavle_inside li.orange {
  border: 1px solid #ec9643;
  color: #ec9643;
}
/* line 286, sass/_member.scss */
.cotavle_inside li.green {
  border: 1px solid #54b146;
  color: #54b146;
}

/* line 293, sass/_member.scss */
.datc {
  float: left;
  line-height: 34px;
  color: #23689D;
}

/* line 299, sass/_member.scss */
.actm_list {
  list-style: none;
  border-top: 1px solid #DDD;
  margin-bottom: 30px;
}
/* line 303, sass/_member.scss */
.actm_list li {
  cursor: pointer;
  border-bottom: 1px solid #DDD;
  padding: 10px;
}
/* line 307, sass/_member.scss */
.actm_list li .circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 319, sass/_member.scss */
.actm_list li .circle.red {
  border: 1px solid #CF5252;
  color: #CF5252;
}
/* line 323, sass/_member.scss */
.actm_list li .circle.red {
  border: 1px solid #CF5252;
  color: #CF5252;
}
/* line 327, sass/_member.scss */
.actm_list li .circle.orange {
  border: 1px solid #ec9643;
  color: #ec9643;
}
/* line 331, sass/_member.scss */
.actm_list li .circle.green {
  border: 1px solid #54b146;
  color: #54b146;
}
/* line 335, sass/_member.scss */
.actm_list li .circle.yellow {
  border: 1px solid #ffc104;
  color: #ffc104;
}
/* line 339, sass/_member.scss */
.actm_list li .circle.bluegreen {
  border: 1px solid #2dc5ae;
  color: #2dc5ae;
}
/* line 343, sass/_member.scss */
.actm_list li .tibox {
  float: left;
  width: 530px;
}
/* line 346, sass/_member.scss */
.actm_list li .tibox .date {
  font-size: 13px;
  color: #23689D;
}
/* line 350, sass/_member.scss */
.actm_list li .tibox a {
  font-size: 16px;
  font-weight: bold;
}
/* line 355, sass/_member.scss */
.actm_list li .partin, .actm_list li .dateline {
  margin-top: 10px;
  font-size: 14px;
}
/* line 358, sass/_member.scss */
.actm_list li .partin span, .actm_list li .dateline span {
  font-size: 20px;
}
/* line 365, sass/_member.scss */
.actm_list li:hover {
  background: #F5F5F5;
}
/* line 367, sass/_member.scss */
.actm_list li:hover .circle.red {
  background: #CF5252;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 372, sass/_member.scss */
.actm_list li:hover .circle.orange {
  background: #ec9643;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 377, sass/_member.scss */
.actm_list li:hover .circle.green {
  background: #54b146;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 382, sass/_member.scss */
.actm_list li:hover .circle.yellow {
  background: #ffc104;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 388, sass/_member.scss */
.actm_list li:hover .circle.bluegreen {
  background: #2dc5ae;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 402, sass/_member.scss */
.right_wcont .blue_title.tab {
  width: auto;
  line-height: 34px;
  background-position: 0px 10px;
}
/* line 407, sass/_member.scss */
.right_wcont .even_inf {
  margin-bottom: 20px;
}

/* line 412, sass/_member.scss */
.more_ev {
  width: 160px;
  height: 40px;
  text-align: center;
  display: block;
  float: right;
  line-height: 40px;
  border: 1px solid #ddd;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 423, sass/_member.scss */
.more_ev:hover {
  background: #23689d;
  border: 1px solid #23689d;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 430, sass/_member.scss */
.logout {
  width: 250px;
  height: 50px;
  background: #23689D;
  color: #FFF;
  font-size: 16px;
  display: block;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 441, sass/_member.scss */
.logout:hover {
  background: #43b1de;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 447, sass/_member.scss */
.apply_item.form_area .inp_300 {
  float: none;
  height: 30px;
  line-height: 30px;
}
/* line 452, sass/_member.scss */
.apply_item.form_area li select {
  width: 276px;
}
/* line 455, sass/_member.scss */
.apply_item.form_area .choice {
  display: inline-block;
  width: 70px;
}
/* line 459, sass/_member.scss */
.apply_item.form_area li {
  margin-bottom: 20px;
}
/* line 461, sass/_member.scss */
.apply_item.form_area li:last-child {
  margin-bottom: 0;
}

/* line 2, sass/_news_event.scss */
.ban_news {
  background: url("image/news_list_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 6, sass/_news_event.scss */
.ban_event {
  background: url("image/event_list_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 10, sass/_news_event.scss */
.ban_countersign {
  background: url("image/countersign_list_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  width: 2560px;
  height: 400px;
  width: 100%;
}

/* line 14, sass/_news_event.scss */
.shorboxs {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 19, sass/_news_event.scss */
.rnnb {
  font-size: 20px;
  font-weight: bold;
  color: #BA0000;
}

/* line 24, sass/_news_event.scss */
.news_tablist, .countersign_tablist {
  background: url("image/newsbar.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 979px;
  height: 10px;
  list-style-type: none;
  height: 100px;
  text-align: center;
  background-position: center;
  margin-bottom: 50px;
  position: relative;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.5s forwards;
}
/* line 38, sass/_news_event.scss */
.news_tablist li, .countersign_tablist li {
  width: 100px;
  height: 100px;
  cursor: pointer;
  line-height: 100px;
  display: inline-block;
  margin: 0 60px;
  font-size: 16px;
  font-weight: bold;
  background: #F1F1F1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 51, sass/_news_event.scss */
.news_tablist .red, .countersign_tablist .red {
  color: #CF5252;
  border: 2px solid #cf5252;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 56, sass/_news_event.scss */
.news_tablist .red:hover, .news_tablist .red.now, .countersign_tablist .red:hover, .countersign_tablist .red.now {
  background: #CF5252;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 61, sass/_news_event.scss */
.news_tablist .orang, .countersign_tablist .orang {
  color: #EC9643;
  border: 2px solid #EC9643;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 66, sass/_news_event.scss */
.news_tablist .orang:hover, .news_tablist .orang.now, .countersign_tablist .orang:hover, .countersign_tablist .orang.now {
  background: #EC9643;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 71, sass/_news_event.scss */
.news_tablist .green, .countersign_tablist .green {
  color: #54B146;
  border: 2px solid #54b146;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 76, sass/_news_event.scss */
.news_tablist .green:hover, .news_tablist .green.now, .countersign_tablist .green:hover, .countersign_tablist .green.now {
  background: #54b146;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 81, sass/_news_event.scss */
.news_tablist .blue, .countersign_tablist .blue {
  color: #43b1de;
  border: 2px solid #43B1DE;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 86, sass/_news_event.scss */
.news_tablist .blue:hover, .news_tablist .blue.now, .countersign_tablist .blue:hover, .countersign_tablist .blue.now {
  background: #43b1de;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 91, sass/_news_event.scss */
.news_tablist .yellow, .countersign_tablist .yellow {
  color: #ffc000;
  border: 2px solid #ffc000;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 96, sass/_news_event.scss */
.news_tablist .yellow:hover, .news_tablist .yellow.now, .countersign_tablist .yellow:hover, .countersign_tablist .yellow.now {
  background: #ffc000;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 101, sass/_news_event.scss */
.news_tablist .bluegreen, .countersign_tablist .bluegreen {
  color: #2dc5ae;
  border: 2px solid #2dc5ae;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 106, sass/_news_event.scss */
.news_tablist .bluegreen:hover, .news_tablist .bluegreen.now, .countersign_tablist .bluegreen:hover, .countersign_tablist .bluegreen.now {
  background: #2dc5ae;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 111, sass/_news_event.scss */
.news_tablist .purple, .countersign_tablist .purple {
  color: #9854c0;
  border: 2px solid #9854c0;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 116, sass/_news_event.scss */
.news_tablist .purple:hover, .news_tablist .purple.now, .countersign_tablist .purple:hover, .countersign_tablist .purple.now {
  background: #9854c0;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes op {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes op {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes op {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 129, sass/_news_event.scss */
.news_list_box.vote .rightpar .title {
  height: 22px;
  min-height: inherit;
  max-height: inherit;
}

/* line 136, sass/_news_event.scss */
.pub_date {
  float: right;
  font-size: 13px;
  color: #555;
  line-height: 30px;
}

/* line 142, sass/_news_event.scss */
.news_list_box, .ountersign_box {
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.8s forwards;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  list-style-type: none;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 152, sass/_news_event.scss */
.news_list_box li, .ountersign_box li {
  width: 940px;
  height: 140px;
  position: relative;
  background: #FFF;
  margin-bottom: 20px;
  border: 2px solid #FFF;
  padding: 20px 20px 20px 90px;
}
/* line 160, sass/_news_event.scss */
.news_list_box li a, .ountersign_box li a {
  display: block;
}
/* line 164, sass/_news_event.scss */
.news_list_box li a:hover p, .ountersign_box li a:hover p {
  color: #555;
}
/* line 167, sass/_news_event.scss */
.news_list_box .color_tb, .ountersign_box .color_tb {
  width: 90px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 180, sass/_news_event.scss */
.news_list_box .color_tb_cir, .ountersign_box .color_tb_cir {
  position: absolute;
  width: 80px;
  height: 80px;
  left: -20px;
  top: 50%;
  text-align: center;
  margin-top: -40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 191, sass/_news_event.scss */
.news_list_box .red .color_tb, .ountersign_box .red .color_tb {
  background: #CF5252;
}
/* line 194, sass/_news_event.scss */
.news_list_box .red:hover, .ountersign_box .red:hover {
  border: 2px solid #CF5252;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 198, sass/_news_event.scss */
.news_list_box .green .color_tb, .ountersign_box .green .color_tb {
  background: #54b146;
}
/* line 201, sass/_news_event.scss */
.news_list_box .green:hover, .ountersign_box .green:hover {
  border: 2px solid #54b146;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 205, sass/_news_event.scss */
.news_list_box .orange .color_tb_cir, .ountersign_box .orange .color_tb_cir {
  background: #FFF;
  border: 2px solid #EC9643;
  color: #EC9643;
  line-height: 80px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 212, sass/_news_event.scss */
.news_list_box .orange .color_tb, .ountersign_box .orange .color_tb {
  background: #EC9643;
}
/* line 215, sass/_news_event.scss */
.news_list_box .orange:hover, .ountersign_box .orange:hover {
  border: 2px solid #EC9643;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 219, sass/_news_event.scss */
.news_list_box .orange:hover .color_tb_cir, .ountersign_box .orange:hover .color_tb_cir {
  background: #EC9643;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 224, sass/_news_event.scss */
.news_list_box .blue .color_tb, .ountersign_box .blue .color_tb {
  background: #43b1de;
}
/* line 227, sass/_news_event.scss */
.news_list_box .blue:hover, .ountersign_box .blue:hover {
  border: 2px solid #43b1de;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 231, sass/_news_event.scss */
.news_list_box .yellow .color_tb_cir, .ountersign_box .yellow .color_tb_cir {
  background: #FFF;
  border: 2px solid #FFC000;
  color: #FFC000;
  line-height: 80px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 238, sass/_news_event.scss */
.news_list_box .yellow:hover, .ountersign_box .yellow:hover {
  border: 2px solid #ffc000;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 242, sass/_news_event.scss */
.news_list_box .yellow:hover .color_tb_cir, .ountersign_box .yellow:hover .color_tb_cir {
  background: #ffc000;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 247, sass/_news_event.scss */
.news_list_box .bluegreen .color_tb_cir, .ountersign_box .bluegreen .color_tb_cir {
  background: #FFF;
  border: 2px solid #2dc5ae;
  color: #2dc5ae;
  line-height: 80px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 254, sass/_news_event.scss */
.news_list_box .bluegreen:hover, .ountersign_box .bluegreen:hover {
  border: 2px solid #2dc5ae;
  transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -webkit-transition: border 0.5s;
}
/* line 258, sass/_news_event.scss */
.news_list_box .bluegreen:hover .color_tb_cir, .ountersign_box .bluegreen:hover .color_tb_cir {
  background: #2dc5ae;
  color: #FFF;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}
/* line 265, sass/_news_event.scss */
.news_list_box .date_area, .ountersign_box .date_area {
  width: 95px;
  height: 100px;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 100px;
  border-right: 1px solid #CCC;
}
/* line 274, sass/_news_event.scss */
.news_list_box .date_area_cc, .ountersign_box .date_area_cc {
  width: 95px;
  height: 100px;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #CCC;
  padding-right: 15px;
  padding-top: 20px;
}
/* line 286, sass/_news_event.scss */
.news_list_box .rightpar, .ountersign_box .rightpar {
  float: left;
  width: 710px;
  padding-top: 3px;
  margin-left: 20px;
}
/* line 292, sass/_news_event.scss */
.news_list_box .rightpar .title, .ountersign_box .rightpar .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 301, sass/_news_event.scss */
.news_list_box .rightpar p, .ountersign_box .rightpar p {
  font-size: 14px;
  line-height: 22px;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
}

/* line 311, sass/_news_event.scss */
.partin {
  padding-left: 25px;
  background: url("image/fist_icon.png") no-repeat left;
  font-weight: bold;
  font-size: 16px;
  color: #EB480F;
  margin-top: 15px;
  float: left;
}
/* line 319, sass/_news_event.scss */
.partin span {
  font-size: 25px;
}

/* line 323, sass/_news_event.scss */
.dateline {
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-top: 15px;
  color: #333;
}
/* line 329, sass/_news_event.scss */
.dateline span {
  font-size: 25px;
  color: #FFC105;
}

/* line 335, sass/_news_event.scss */
.page_nav {
  text-align: center;
}
/* line 337, sass/_news_event.scss */
.page_nav div {
  cursor: pointer;
  display: inline-block;
  background-color: #FFF;
  line-height: 38px;
  font-size: 0;
  margin: 0px 5px;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  border: 2px solid #cccccc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 349, sass/_news_event.scss */
.page_nav div:hover, .page_nav .now {
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  background-color: #3DABD3;
  color: #FFF;
  border: 2px solid #3DABD3;
}
/* line 355, sass/_news_event.scss */
.page_nav .num, .page_nav .pr {
  width: 40px;
  height: 40px;
  font-size: 15px;
}
/* line 360, sass/_news_event.scss */
.page_nav .pr {
  background: url("image/pagel.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #FFF;
  background-position: center;
  width: 40px;
  height: 40px;
}
/* line 367, sass/_news_event.scss */
.page_nav .pr:hover {
  background: url("image/pagelw.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #3DABD3;
  background-position: center;
  width: 40px;
  height: 40px;
}
/* line 374, sass/_news_event.scss */
.page_nav .next {
  font-size: 15px;
  background: url("image/pager.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #FFF;
  background-position: center;
  width: 40px;
  height: 40px;
}
/* line 382, sass/_news_event.scss */
.page_nav .next:hover {
  font-size: 15px;
  background: url("image/pagerw.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #3DABD3;
  background-position: center;
  width: 40px;
  height: 40px;
}
/* line 391, sass/_news_event.scss */
.page_nav .lllst {
  font-size: 15px;
  background: url("image/pagel.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #FFF;
  width: 100px;
  height: 40px;
  padding-left: 35px;
  text-align: left;
  line-height: 38px;
  background-position: 15px center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 404, sass/_news_event.scss */
.page_nav .lllst:hover {
  background: url("image/pagelw.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #3DABD3;
  background-position: 15px center;
  width: 100px;
  height: 40px;
}
/* line 414, sass/_news_event.scss */
.page_nav .rrrst {
  font-size: 15px;
  background: url("image/pager.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #FFF;
  width: 100px;
  height: 40px;
  padding-right: 35px;
  line-height: 38px;
  text-align: right;
  background-position: 75px center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 427, sass/_news_event.scss */
.page_nav .rrrst:hover {
  background: url("image/pagerw.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  background-color: #3DABD3;
  background-position: 75px center;
  width: 100px;
  height: 40px;
}

/* line 438, sass/_news_event.scss */
.detop {
  margin-bottom: 20px;
}
/* line 440, sass/_news_event.scss */
.detop .dart {
  float: left;
  font-size: 13px;
}
/* line 445, sass/_news_event.scss */
.detop .colort {
  width: 90px;
  height: 30px;
  color: #FFF;
  float: left;
  margin-left: 20px;
  text-align: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 455, sass/_news_event.scss */
.detop .green {
  background: #54B146;
}
/* line 458, sass/_news_event.scss */
.detop .red {
  background: #CF5252;
}
/* line 461, sass/_news_event.scss */
.detop .orang {
  background: #EC9643;
}
/* line 464, sass/_news_event.scss */
.detop .socil_icon {
  float: right;
}
/* line 466, sass/_news_event.scss */
.detop .socil_icon div {
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
/* line 471, sass/_news_event.scss */
.detop .socil_icon .fb {
  background: url("image/fb1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
/* line 474, sass/_news_event.scss */
.detop .socil_icon .gplus {
  background: url("image/gp1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
/* line 477, sass/_news_event.scss */
.detop .socil_icon .twitt {
  background: url("image/twitter1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
/* line 480, sass/_news_event.scss */
.detop .socil_icon div:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=100);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 487, sass/_news_event.scss */
.news_content {
  padding: 0px 10px;
}
/* line 489, sass/_news_event.scss */
.news_content h2 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 495, sass/_news_event.scss */
.news_content .infor_from {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}
/* line 499, sass/_news_event.scss */
.news_content .infor_from p {
  float: left;
  line-height: 40px;
}
/* line 503, sass/_news_event.scss */
.news_content .infor_from a {
  display: block;
  float: right;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #23689d;
  color: #23689D;
  line-height: 40px;
  width: 110px;
  text-align: center;
  height: 40px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 515, sass/_news_event.scss */
.news_content .infor_from a:hover {
  background: #23689D;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 523, sass/_news_event.scss */
.newstree_btn a {
  width: 290px;
  height: 46px;
  display: block;
  float: left;
}
/* line 529, sass/_news_event.scss */
.newstree_btn .left_btb {
  background: url("image/nwsl1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 46px;
  width: 290px;
  padding-left: 50px;
  line-height: 25px;
  overflow: hidden;
  height: 46px;
  background-position: left top;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 539, sass/_news_event.scss */
.newstree_btn .left_btb:hover {
  background: url("image/nwsl2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 46px;
  width: 290px;
  height: 46px;
  background-position: left top;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 546, sass/_news_event.scss */
.newstree_btn .right_btb {
  background: url("image/nwsr1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 46px;
  width: 290px;
  padding-right: 50px;
  line-height: 25px;
  overflow: hidden;
  text-align: right;
  height: 46px;
  background-position: right top;
}
/* line 557, sass/_news_event.scss */
.newstree_btn .right_btb:hover {
  background: url("image/nwsr2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 37px;
  height: 46px;
  width: 290px;
  height: 46px;
  background-position: right top;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 565, sass/_news_event.scss */
.newstree_btn .center_btn {
  border: 1px solid #23689d;
  color: #23689D;
  display: block;
  margin: 0px 55px;
  float: left;
  line-height: 46px;
  text-align: center;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 574, sass/_news_event.scss */
.newstree_btn .center_btn:hover {
  background: #23689D;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 579, sass/_news_event.scss */
.newstree_btn a.none {
  width: 290px;
  cursor: auto;
  height: 46px;
  visibility: hidden;
}

/* line 589, sass/_news_event.scss */
.event_list {
  opacity: 1 \9;
  -moz-opacity: 1 \9;
  filter: alpha(opacity=100) \9;
  animation: op 0.6s ease-out 0.8s forwards;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  animation: op 0.6s ease-out 0.8s forwards;
}
/* line 597, sass/_news_event.scss */
.event_list li {
  float: left;
  width: 450px;
  height: 140px;
  list-style: none;
  padding: 20px;
  background: #FFF;
  margin-right: 40px;
  margin-bottom: 30px;
}
/* line 606, sass/_news_event.scss */
.event_list li .title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 615, sass/_news_event.scss */
.event_list li .date {
  font-size: 14px;
  line-height: 35px;
  float: left;
}
/* line 620, sass/_news_event.scss */
.event_list li .bmbt {
  text-align: center;
  height: 35px;
  line-height: 35px;
  float: right;
  width: 105px;
  border: 1px solid #CCC;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
/* line 631, sass/_news_event.scss */
.event_list li .bmbt:hover {
  background: #23689D;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  border: 1px solid #23689D;
}
/* line 638, sass/_news_event.scss */
.event_list .red {
  border-left: 2px solid #d46767;
}
/* line 640, sass/_news_event.scss */
.event_list .red .title:hover {
  color: #d46767;
}
/* line 644, sass/_news_event.scss */
.event_list .green {
  border-left: 2px solid #54b146;
}
/* line 646, sass/_news_event.scss */
.event_list .green .title:hover {
  color: #54b146;
}
/* line 650, sass/_news_event.scss */
.event_list .orange {
  border-left: 2px solid #ec9643;
}
/* line 652, sass/_news_event.scss */
.event_list .orange .title:hover {
  color: #ec9643;
}
/* line 658, sass/_news_event.scss */
.event_list li:nth-child(2n-2) {
  margin-right: 0;
}

/* line 665, sass/_news_event.scss */
.event_content .detop {
  position: relative;
}
/* line 667, sass/_news_event.scss */
.event_content .detop .dart {
  margin-left: 120px;
}
/* line 671, sass/_news_event.scss */
.event_content .etag_1 {
  position: absolute;
  left: -38px;
  top: -5px;
  background: url("image/evtab1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 140px;
  height: 49px;
}
/* line 677, sass/_news_event.scss */
.event_content .etag_2 {
  position: absolute;
  left: -38px;
  top: -5px;
  background: url("image/evtab2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 140px;
  height: 49px;
}
/* line 683, sass/_news_event.scss */
.event_content .etag_3 {
  position: absolute;
  left: -38px;
  top: -5px;
  background: url("image/evtab3.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 140px;
  height: 49px;
}
/* line 692, sass/_news_event.scss */
.event_content .button_areas {
  border-top: 1px solid #CCC;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 696, sass/_news_event.scss */
.event_content .button_areas .blu1 {
  display: block;
  width: 415px;
  height: 40px;
  font-size: 16px;
  background: #FFF;
  float: left;
  border: 1px solid #23689d;
  color: #23689d;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 709, sass/_news_event.scss */
.event_content .button_areas .blu1:hover {
  background: #23689d;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 715, sass/_news_event.scss */
.event_content .button_areas .gre1 {
  display: block;
  width: 100%;
  float: right;
  height: 40px;
  font-size: 16px;
  background: #FFF;
  border: 1px solid #54b146;
  color: #54b146;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 728, sass/_news_event.scss */
.event_content .button_areas .gre1:hover {
  background: #54b146;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 738, sass/_news_event.scss */
.even_inf {
  width: 100%;
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 40px;
}
/* line 743, sass/_news_event.scss */
.even_inf div {
  font-size: 15px;
  line-height: 35px;
  padding-left: 30px;
}
/* line 748, sass/_news_event.scss */
.even_inf .day {
  background: url("image/eveii1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-position: 0px 7px;
  width: 100%;
  height: auto;
}
/* line 754, sass/_news_event.scss */
.even_inf .location {
  background: url("image/eveii2.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 13px;
  height: 19px;
  background-position: 2px 7px;
  width: 100%;
  height: auto;
}
/* line 760, sass/_news_event.scss */
.even_inf .own {
  background: url("image/eveii3.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  background-position: 0px 7px;
  width: 100%;
  height: auto;
}

/* line 768, sass/_news_event.scss */
.chose_table {
  margin-bottom: 40px;
}
/* line 770, sass/_news_event.scss */
.chose_table td {
  text-align: center;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
}
/* line 775, sass/_news_event.scss */
.chose_table tr:first-child td {
  background: #F1F1F1;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 17px 10px;
  border-bottom: none;
}
/* line 783, sass/_news_event.scss */
.chose_table td:nth-child(2) {
  text-align: left;
}
/* line 786, sass/_news_event.scss */
.chose_table input {
  width: 15px;
  height: 15px;
}

/* line 792, sass/_news_event.scss */
.form_area {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 40px;
}
/* line 795, sass/_news_event.scss */
.form_area.no_border {
  border: none;
}
/* line 798, sass/_news_event.scss */
.form_area .parea {
  float: left;
  line-height: 50px;
  margin-right: 20px;
  font-size: 16px;
  min-width: 88px;
}
/* line 805, sass/_news_event.scss */
.form_area .inp_300 {
  width: 281px;
  height: 50px;
  float: left;
  padding: 0px 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 814, sass/_news_event.scss */
.form_area .set_1 {
  float: left;
  margin-right: 20px;
}
/* line 818, sass/_news_event.scss */
.form_area .set_radio {
  line-height: 50px;
}
/* line 820, sass/_news_event.scss */
.form_area .set_radio input {
  margin: 10px 5px 0px 0px;
}
/* line 824, sass/_news_event.scss */
.form_area select.w_300 {
  width: 300px;
  height: 50px;
  float: left;
  padding: 0px 10px;
  font-family: arial,Microsoft JhengHei,Helvetica, sans-serif;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 834, sass/_news_event.scss */
.form_area textarea {
  width: 710px;
  height: 150px;
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  resize: none;
}
/* line 843, sass/_news_event.scss */
.form_area textarea.w_691 {
  width: 691px;
}
/* line 848, sass/_news_event.scss */
.form_area .inp_300.essential, .form_area select.w_300.essential, .form_area textarea.essential, .form_area .sel_140.essential {
  border-color: #e93636;
}
/* line 852, sass/_news_event.scss */
.form_area .circhang {
  background: url("image/actualize1.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  float: left;
  margin: 25px 10px 0px 10px;
}
/* line 858, sass/_news_event.scss */
.form_area .capt {
  float: left;
}

/* line 863, sass/_news_event.scss */
.green_b {
  border: 1px solid #54b146;
  width: 420px;
  height: 40px;
  color: #54b146;
  background: #FFF;
  font-size: 16px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  margin: 40px 0px 20px 0px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 875, sass/_news_event.scss */
.green_b:hover {
  background: #54b146;
  color: #FFF;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 881, sass/_news_event.scss */
.cons {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  margin-bottom: 20px;
}
/* line 886, sass/_news_event.scss */
.cons td:nth-child(2) {
  text-align: right;
}
/* line 889, sass/_news_event.scss */
.cons td {
  padding: 15px 20px;
  line-height: 20px;
}

/* line 894, sass/_news_event.scss */
.con_all {
  width: 100%;
  font-size: 20px;
  color: #FF3C00;
  text-align: right;
  padding: 0px 20px;
  margin-bottom: 20px;
}

/* line 903, sass/_news_event.scss */
.pay_way {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 40px;
}
/* line 906, sass/_news_event.scss */
.pay_way .pad_box {
  min-width: 300px;
  min-height: 70px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 20px 15px;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 917, sass/_news_event.scss */
.pay_way .pad_box .check_g {
  background: url("image/checkgn.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 20px;
}
/* line 922, sass/_news_event.scss */
.pay_way .pad_box p {
  float: left;
  font-size: 16px;
  margin-right: 20px;
}
/* line 927, sass/_news_event.scss */
.pay_way .pad_box img {
  float: left;
}
/* line 931, sass/_news_event.scss */
.pay_way .pad_box:hover, .pay_way .pad_box.now {
  background: #F6FBF5;
}
/* line 933, sass/_news_event.scss */
.pay_way .pad_box:hover .check_g, .pay_way .pad_box.now .check_g {
  background: url("image/checkg.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

/* line 939, sass/_news_event.scss */
.countersign_cc, .vote_cc {
  position: relative;
  border-bottom: 3px solid #ec9642;
  padding-bottom: 100px;
}
/* line 944, sass/_news_event.scss */
.countersign_cc .detop .dart, .vote_cc .detop .dart {
  color: #FFF;
  background: #59B6D9;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 954, sass/_news_event.scss */
.countersign_cc .barrr, .vote_cc .barrr {
  background: #CCC;
  width: 100%;
  height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
/* line 961, sass/_news_event.scss */
.countersign_cc .barrr .barrorg, .vote_cc .barrr .barrorg {
  background: #ec9642;
  width: 30%;
  height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 969, sass/_news_event.scss */
.countersign_cc .part_pos, .vote_cc .part_pos {
  text-align: center;
  position: absolute;
  bottom: -86px;
  left: 0;
  right: 0;
}
/* line 975, sass/_news_event.scss */
.countersign_cc .part_pos p, .vote_cc .part_pos p {
  font-size: 12px;
  color: #ec9642;
}
/* line 980, sass/_news_event.scss */
.countersign_cc .partjoin, .vote_cc .partjoin {
  background: url("image/ijoin.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
/* line 984, sass/_news_event.scss */
.countersign_cc .partjoin:hover, .vote_cc .partjoin:hover {
  background: url("image/ijoins.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

/* line 990, sass/_news_event.scss */
.vote_cc {
  padding-bottom: 40px;
  border-bottom: none;
}
/* line 993, sass/_news_event.scss */
.vote_cc .orang_fons {
  color: #D86B00;
  font-weight: bold;
}

/* line 998, sass/_news_event.scss */
.vote_selectar {
  background: #FFF;
  margin-bottom: 20px;
}
/* line 1001, sass/_news_event.scss */
.vote_selectar .vottt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-bottom: 3px solid #f1f1f1;
}
/* line 1008, sass/_news_event.scss */
.vote_selectar .secitem li {
  list-style: none;
  padding: 13px 30px 13px 80px;
  background: url("image/vote_s1.png") no-repeat;
  background-position: 30px center;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}
/* line 1016, sass/_news_event.scss */
.vote_selectar .secitem li:hover, .vote_selectar .secitem li.now {
  background: url("image/vote_s1s.png") no-repeat;
  background-position: 30px center;
  background-color: #e7f8ff;
}

/* line 1025, sass/_news_event.scss */
.vot_btn button {
  float: left;
  width: 470px;
  height: 45px;
  background: #888;
  color: #FFF;
  font-size: 16px;
  border-bottom: 3px solid #555;
  margin-right: 40px;
}
/* line 1035, sass/_news_event.scss */
.vot_btn button:hover {
  background: #23689D;
  border-bottom: 3px solid #004072;
}
/* line 1039, sass/_news_event.scss */
.vot_btn button:last-child {
  margin-right: 0;
}

/* line 1044, sass/_news_event.scss */
.vote_content h2 {
  font-size: 18px;
}
/* line 1047, sass/_news_event.scss */
.vote_content .title_quest {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* line 1053, sass/_news_event.scss */
.vote_content .sum_list {
  padding: 20px;
}
/* line 1055, sass/_news_event.scss */
.vote_content .sum_list li {
  list-style: none;
  margin-bottom: 20px;
}
/* line 1058, sass/_news_event.scss */
.vote_content .sum_list li .number {
  margin-bottom: 10px;
}
/* line 1060, sass/_news_event.scss */
.vote_content .sum_list li .number p {
  float: left;
  font-weight: bold;
}
/* line 1064, sass/_news_event.scss */
.vote_content .sum_list li .number .vm {
  float: right;
  font-size: 16px;
  color: #888;
}
/* line 1068, sass/_news_event.scss */
.vote_content .sum_list li .number .vm span {
  color: #2696C0;
  font-weight: bold;
}
/* line 1074, sass/_news_event.scss */
.vote_content .sum_list li .bar_arer {
  background: #F1F1F1;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1080, sass/_news_event.scss */
.vote_content .sum_list li .bar_arer .run_bar {
  width: 50%;
  background: #5FC2E8;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1092, sass/_news_event.scss */
.list_sing {
  padding: 0px 12px;
}
/* line 1094, sass/_news_event.scss */
.list_sing h3 {
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
/* line 1100, sass/_news_event.scss */
.list_sing .dowsing {
  float: right;
  color: #FFF;
  width: 150px;
  height: 40px;
  background: #23689d;
  font-size: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #004b85;
}
/* line 1110, sass/_news_event.scss */
.list_sing .dowsing img {
  margin-right: 10px;
}
/* line 1114, sass/_news_event.scss */
.list_sing .dowsing:hover {
  background: #004b85;
  border-top: 2px solid #013359;
}
/* line 1118, sass/_news_event.scss */
.list_sing .list_si {
  margin-bottom: 30px;
}
/* line 1120, sass/_news_event.scss */
.list_sing .list_si li {
  list-style-type: none;
  width: 210px;
  height: 90px;
  padding: 15px 20px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 25px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 1131, sass/_news_event.scss */
.list_sing .list_si li img {
  margin-top: 5px;
}
/* line 1136, sass/_news_event.scss */
.list_sing .list_si li:nth-child(4n-4) {
  margin-right: 0;
}
/* line 1139, sass/_news_event.scss */
.list_sing .list_si .rptname {
  float: left;
  margin-left: 15px;
  color: #555;
}
/* line 1143, sass/_news_event.scss */
.list_sing .list_si .rptname span {
  font-size: 14px;
  line-height: 20px;
}
/* line 1147, sass/_news_event.scss */
.list_sing .list_si .rptname p {
  font-size: 13px;
  line-height: 20px;
}
/* line 1151, sass/_news_event.scss */
.list_sing .list_si .rptname .fons_16 {
  font-size: 16px;
}
