.dd-none {
  display: none;
}
.fz-0 {
  font-size: 0;
}
/* max-width */
.child-mw-100 * {
  max-width: 100%;
}
.child-mw-100 img {
  vertical-align: top;
  height: auto;
}
/* text-normal */
.font-content {
  font-size: 14px;
  color: #555;
}
/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}
.animate-4-hover:hover,
.animate-4-hover:hover * {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6-hover:hover,
.animate-6-hover:hover * {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10-hover:hover,
.animate-10-hover:hover * {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
.page-num a {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 5px;
  border: 1px solid #aaa;
  font-size: 14px;
}
.page-num a.on,
.page-num a:hover {
  background-color: #064283;
  color: #fff!important;
  border-color: #064283;
}
@media (max-width: 767px) {
  .page-num a {
    padding: 2px 8px;
    margin: 0 3px;
    font-size: 12px;
  }
}

/* Banner指针 */
.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.carousel-indicators li.active {
  border-color: #e30c2b;
  background-color: #e30c2b;
}
/* .carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #eee;
} */
/* @media (max-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover > .carousel-control-prev {
    left: 0;
  }
  .carousel:hover > .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev > span.iconfont,
  .carousel-control-next > span.iconfont {
    font-size: 60px;
  }
} */



/* INDEX-ABOUT */
.index-about {
  padding: 135px 0;
  background: url(../images/about_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-about .img-box {
  bottom: 35px;
  width: 55%;
  z-index: 9;
}
.index-about .img-box > a {
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #e30c2b;
}
.index-about .img-box > a::before,
.index-about .img-box > a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.index-about .img-box > a::before {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}
.index-about .img-box > a::after {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}
.index-about .text-box > .top > .title {
  font-size: 28px;
  letter-spacing: 1px;
}
.index-about .text-box {
  right: 0;
  top: 30px;
  width: 55%;
  padding: 80px 20px 80px 130px;
  border: 2px solid #fff;
}
.index-about .text-box > .top > .title > span {
  padding: 0 3px;
  background-color: #e30c2b;
}
.index-about .text-box > .top > i {
  width: 40px;
  height: 3px;
}
.index-about .text-box > .content {
  font-size: 14px;
  color: #afcfec;
}
@media (max-width: 1199px) {
  .index-about {
    padding: 100px 0;
  }
  .index-about .img-box {
    bottom: 15px;
  }
  .index-about .text-box {
    top: 15px;
    padding: 40px 20px 40px 110px;
  }
}
@media (max-width: 991px) {
  .index-about .img-box {
    bottom: auto;
    float: right;
  }
  .index-about .text-box {
    position: static!important;
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .img-box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .index-about {
    padding: 30px 0;
  }
  .index-about .img-box {
    width: 70px;
    height: 70px;
  }
  .index-about .text-box {
    padding: 15px;
  }
}


/* INDEX-MEMBERS */
.index-members.all {
  background: url(../images/video_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-members {
  padding: 90px 0;
}
.index-members .title > p {
  font-size: 30px;
  color: #064283;
}
.index-members .title > p::before,
.index-members .title > p::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 10px;
  width: 400px;
  margin-top: -5px;
  background-color: #064283;
}
.index-members .title > p::before {
  left: 0;
}
.index-members .title > p::after {
  right: 0;
}
.index-members.all .carousel-item {
  height: 420px;
}
.index-members ul.members-list > li {
  width: 20%;
  height: 135px;
  border: 1px solid #eee;
  cursor: pointer;
  overflow: hidden;
}
/* .index-members.all ul.members-list > li > img {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.index-members.all ul.members-list > li:hover > img {
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  transform: scale(1.1);
} */
@media (max-width: 1199px) {
  .index-members .title > p::before,
  .index-members .title > p::after {
    width: 320px;
  }
  .index-members.all .carousel-item {
    height: 380px;
  }
  .index-members ul.members-list > li {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .index-members .title > p::before,
  .index-members .title > p::after {
    width: 200px;
  }
  .index-members.all .carousel-item {
    height: 300px;
  }
  .index-members ul.members-list > li {
    width: 20%;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .index-members {
    padding: 50px 0;
  }
  .index-members .title > p {
    font-size: 24px;
  }
  .index-members .title > p::before,
  .index-members .title > p::after {
    width: 140px;
    height: 6px;
    margin-top: -3px;
  }
  .index-members.all .carousel-item {
    height: 156px;
  }
  .index-members ul.members-list > li {
    height: 77px;
  }
}
@media (max-width: 575px) {
  .index-members {
    padding: 30px 0;
  }
  .index-members .title > p {
    border-bottom: 2px solid #064283;
  }
  .index-members .title > p::before,
  .index-members .title > p::after {
    display: none;
  }
  .index-members.all .carousel-item {
    height: auto;
  }
  .index-members ul.members-list > li {
    width: 50%;
    height: auto;
  }

}



/* INDEX-NEWS */
.index-news {
  padding-top: 50px;
  padding-bottom: 100px;
  background: url(../images/news_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-news .left-box {
  width: 73%;
}
.index-news .left-box > .news-wrapper > ul.view-list > li img {
  height: 460px;
}
.index-news .left-box > .news-wrapper > ul.view-list > li .text-box {
  bottom: 20px;
  padding: 0 20px;
  font-size: 26px;
}
.index-news .left-box > .news-wrapper > ul.caption-list > li {
  width: 33.3333333%;
  height: 130px;
  padding: 15px 20px;
  border-top: 3px solid #064283;
  background-color: #064283;
  cursor: pointer;
}
.index-news .left-box > .news-wrapper > ul.caption-list > li > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-news .left-box > .news-wrapper > ul.caption-list > li.active {
  border-color: #eb0c2d;
  background-color: #043569;
}
.index-news .left-box > .latest-events > .title {
  position: relative;
  padding: 15px 0;
  font-size: 22px;
  color: #064283;
}
.index-news .left-box > .latest-events > .title::before,
.index-news .left-box > .latest-events > .title::after {
  position: absolute;
  content: '';
  height: 10px;
  width: 300px;
  top: 50%;
  margin-top: -5px;
  background-color: #064283;
}
.index-news .left-box > .latest-events > .title::before {
  left: 0;
}
.index-news .left-box > .latest-events > .title::after {
  right: 0;
}
.index-news .left-box > .latest-events > ul.latest-list > li {
  width: 32%;
  margin-right: 2%;
}
.index-news .left-box > .latest-events > ul.latest-list > li.last {
  margin-right: 0;
}
.index-news .left-box > .latest-events > ul.latest-list > li .img-box {
  height: 145px;
}
.index-news .left-box > .latest-events > ul.latest-list > li .text-box {
  padding: 15px;
  border: 1px solid #ddd;
}
.index-news .left-box > .latest-events > ul.latest-list > li .text-box > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .left-box > .latest-events > ul.latest-list > li .text-box > p:hover {
  color: #064283;
}
.index-news .left-box > .latest-events > ul.latest-list > li .text-box > span {
  color: #999;
}
.index-news .right-box {
  width: 25%;
}
.index-news .right-box > .adv-box {
  height: 390px;
}
.index-news .right-box > .events-wrapper {
  margin-top: 33px;
  padding: 20px;
  background-color: #064283;
}
.index-news .right-box > .events-wrapper > .title > p {
  font-size: 20px;
}
.index-news .right-box > .events-wrapper > .title > p::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  height: 26px;
  width: 5px;
  margin-right: 10px;
  background: #eb0c2d;
}
.index-news .right-box > .events-wrapper > ul.events-list > li {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px dotted #afcfec;
  font-size: 14px;
  color: #afcfec;
}
.index-news .right-box > .events-wrapper > ul.events-list > li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.index-news .right-box > .events-wrapper > ul.events-list > li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-news .right-box > .events-wrapper > ul.events-list > li p:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .index-news .left-box > .news-wrapper > ul.view-list > li img {
    height: 420px;
  }
  .index-news .left-box > .latest-events > .title::before,
  .index-news .left-box > .latest-events > .title::after {
    width: 250px;
  }
  .index-news .left-box > .latest-events > ul.latest-list > li .img-box {
    height: 120px;
  }
  .index-news .right-box > .adv-box {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .index-news .left-box {
    width: 100%;
  }
  .index-news .right-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-news .left-box > .news-wrapper > ul.view-list > li img {
    height: 350px;
  }
  .index-news .left-box > .latest-events > .title::before,
  .index-news .left-box > .latest-events > .title::after {
    width: 150px;
  }
  .index-news .left-box > .latest-events > ul.latest-list > li {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 5px;
  }
  .index-news .left-box > .latest-events > ul.latest-list > li .img-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .index-news {
    padding: 30px 0;
  }
  .index-news .left-box > .news-wrapper > ul.view-list > li img {
    height: 200px;
  }
  .index-news .left-box > .news-wrapper > ul.view-list > li .text-box {
    bottom: 10px;
    font-size: 16px;
  }
  .index-news .left-box > .news-wrapper > .news-control > span {
    padding: 5px 0;
  }
  .index-news .left-box > .news-wrapper > .news-control > span.icon-toleft {
    background-color: #064283;
  }
  .index-news .left-box > .news-wrapper > .news-control > span.icon-toright {
    background-color: #043569;
  }
  .index-news .left-box > .latest-events > .title {
    padding: 5px 0;
    margin: 15px 0!important;
    border-bottom: 1px solid #064283;
    font-size: 18px;
  }
  .index-news .left-box > .latest-events > .title::before,
  .index-news .left-box > .latest-events > .title::after {
    display: none;
  }
}


/* INDEX-VIDEO */
.index-video {
  padding: 90px 0;
}
.index-video .title > p {
  font-size: 30px;
  color: #064283;
}
.index-video .title > p::before,
.index-video .title > p::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 10px;
  width: 470px;
  margin-top: -5px;
  background-color: #064283;
}
.index-video .title > p::before {
  left: 0;
}
.index-video .title > p::after {
  right: 0;
}
.video-wrapper {
  display: none;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 70%;
  background-color: #000;
  z-index: 99999;
}
.video-wrapper > span {
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #555;
  z-index: 99999;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .index-video .title > p::before,
  .index-video .title > p::after {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .index-video {
    padding: 50px 0;
  }
  .index-video .title > p::before,
  .index-video .title > p::after {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .index-video .title > p {
    font-size: 24px;
  }
  .index-video .title > p::before,
  .index-video .title > p::after {
    height: 6px;
    width: 190px;
    margin-top: -3px;
  }
  .video-wrapper {
    width: 90%;
    height: auto;
    left: 5%;
    top: 100px;
  }
  .video-wrapper > span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    top: -10px;
    right: -10px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .index-video {
    padding: 30px 0;
  }
  .index-video .title > p::before,
  .index-video .title > p::after {
    display: none;
  }
}


/* FOUNDING-MEMBERS */
.index-members.founding-members .title > p::before,
.index-members.founding-members .title > p::after {
  width: 370px;
}
/* .index-members.founding-members .carousel-item {
  height: 740px;
}
.index-members.founding-members ul.members-list > li {
  width: 23.5%;
  height: 350px;
  margin-right: 2%;
  border: none;
  margin-bottom: 20px;
}
.index-members.founding-members ul.members-list > li.last {
  margin-right: 0;
}
.index-members.founding-members ul.members-list > li > .masking-box {
  top: 100%;
  left: 0;
  background-color: rgba(0,0,0,.8);
}
.index-members.founding-members ul.members-list > li:hover > .masking-box {
  top: 0;
}
.index-members.founding-members ul.members-list > li > .masking-box > .text-box {
  bottom: 0;
  left: 0;
  padding: 30px 20px;
}
.index-members.founding-members ul.members-list > li > .masking-box > .text-box > .name {
  font-size: 18px;
}
.index-members.founding-members ul.members-list > li > .masking-box > .text-box > .desc {
  font-size: 16px;
  color: #ccc;
} */
@media (max-width: 1199px) {
  .index-members.founding-members .title > p::before,
  .index-members.founding-members .title > p::after {
    width: 270px;
  }
  /* .index-members.founding-members .carousel-item {
    height: 640px;
  }
  .index-members.founding-members ul.members-list > li {
    height: 300px;
  } */
}
@media (max-width: 991px) {
  .index-members.founding-members .title > p::before,
  .index-members.founding-members .title > p::after {
    width: 170px;
  }
  /* .index-members.founding-members .carousel-item {
    height: 500px;
  }
  .index-members.founding-members ul.members-list > li {
    height: 230px;
  } */
}
@media (max-width: 767px) {
  .index-members.founding-members .title > p::before,
  .index-members.founding-members .title > p::after {
    width: 110px;
  }
  /* .index-members.founding-members .carousel-item {
    height: 730px;
  }
  .index-members.founding-members ul.members-list > li,
  .index-members.founding-members ul.members-list > li.last {
    width: 49%;
    height: 350px;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .index-members.founding-members ul.members-list > li.last-sm {
    margin-right: 0;
  } */
}
@media (max-width: 575px) {
  /* .index-members.founding-members .carousel-item {
    height: auto;
  }
  .index-members.founding-members ul.members-list > li {
    height: auto!important;
    margin-bottom: 8px!important;
  }
  .index-members.founding-members ul.members-list > li > .masking-box > .text-box {
    bottom: 0;
    left: 0;
    padding: 15px;
  }
  .index-members.founding-members ul.members-list > li > .masking-box > .text-box > .name {
    font-size: 16px;
  }
  .index-members.founding-members ul.members-list > li > .masking-box > .text-box > .desc {
    font-size: 14px;
  } */
}



/* PATH */
.path {
  padding-top: 5px;
  color: #999!important;
  font-size: 14px;
}
.path > a::after {
  content: '>';
  margin-left: 5px;
}
.path > span {
  color: #064084!important;
  font-weight: bold;
}
@media (max-width: 575px) {
  .path > .icon-home,
  .path > a {
    display: none;
  }
  .path > span {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}



/* MENU */
.sec-menu {
  width: 22%;
  padding: 7px;
  border: 2px solid #edf2f5;
  border-radius: 5px;
  background-color: #fcfdfe;
}
.sec-menu > .title {
  font-family: serif;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 24px;
  letter-spacing: 1px;
  background-color: #064084;
}
.sec-menu > nav {
  padding: 10px 5px;
}
.sec-menu > nav > ul > li {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  color: #555;
}
.sec-menu > nav > ul > li.active,
.sec-menu > nav > ul > li.active > i.icon-more {
  color: #064084;
}
.sec-menu > nav > ul > li > i.icon-more {
  top: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  font-size: 17px;
}
.sec-menu > nav > ul > li.has-active > i.icon-more {
  position: relative;
  left: -.5px;
  transform: rotate(90deg);
}
.sec-menu > nav > ul > li > a {
  padding-left: 25px;
}
.sec-menu > nav > ul > li > ul {
  display: none;
  padding: 5px 0;
  padding-left: 28px;
}
.sec-menu > nav > ul > li > ul > li {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.sec-menu > nav > ul > li > ul > li > a:hover {
  color: #064084!important;
}
.sec-content {
  width: 75%;
}
.sec-content > .path {
  padding-top: 5px;
  color: #999!important;
  font-size: 14px;
}
.sec-content > .path > a::after {
  content: '>';
  margin-left: 5px;
}
.sec-content > .path > span {
  color: #064084!important;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .sec-menu {
    width: 27%;
  }
  .sec-content {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .sec-menu {
    width: 100%;
  }
  .sec-content {
    width: 100%;
    margin-top: 20px;
  }
  .sec-menu > .title > .icon-more {
    width:40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    font-size: 26px;
    transform: rotate(-90deg);
  }
  .sec-menu > .title > .icon-more.active {
    transform: rotate(90deg);
    color: #5d9de7!important;
  }
  .sec-menu > nav {
    display: none;
  }
}
@media (max-width: 575px) {
  .sec-menu > nav > ul > li {
    padding: 5px 0;
  }
  .sec-content > .path > .icon-home,
  .sec-content > .path > a {
    display: none;
  }
  .sec-content > .path > span {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}


/* NEWS */
.news-type {
  width: 50%;
  padding: 10px;
  border: 2px solid #ccc;
}
.news-type:hover {
  background-color: #f9f9f9;
}
.news-type > img {
  margin-right: 5px;
}
.news-type > .icon-open {
  right: 10px;
}
.news-type > ul {
  display: none;
  top: 100%;
  left: 0;
  border: 2px solid #ccc;
  background-color: #fff;
  font-size: 12px;
}
.news-type > ul > li {
  padding: 10px 20px;
}
.news-type > ul > li:hover {
  background-color: #f9f9f9;
}
ul.news-list {
  padding: 15px;
  border: 4px solid #edf2f5;
  border-radius: 10px;
}
ul.news-list > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #aaa;
}
ul.news-list > li > .img-box {
  width: 22%;
  height: 150px;
}
ul.news-list > li > .text-box {
  width: 76%;
}
ul.news-list > li > .text-box > .title {
  font-size: 20px;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.news-list > li > .text-box > .title:hover {
  color: #064084;
}
ul.news-list > li > .text-box > .date {
  font-size: 15px;
  color: #999;
}
ul.news-list > li > .text-box > .date::before {
  margin-right: 5px;
}
ul.news-list > li > .text-box > .desc {
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 1199px) {
  ul.news-list > li > .img-box {
    height: 130px;
  }
  ul.news-list > li > .text-box > .desc {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  ul.news-list > li > .img-box {
    height: 90px;
  }
  ul.news-list > li > .text-box > .title {
    font-size: 16px;
  }
  ul.news-list > li > .text-box > .date {
    font-size: 14px;
  }
  ul.news-list > li > .text-box > .desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .news-type {
    width: 100%;
  }
  ul.news-list > li > .img-box {
    display: none;
  }
  ul.news-list > li > .text-box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  ul.news-list {
    padding: 0;
    border: 0;
  }
}



/* REPORTS */
ul.reports-list {
  padding: 15px;
  padding-top: 0;
  border: 4px solid #edf2f5;
  border-radius: 10px;
}
ul.reports-list > li {
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
}
ul.reports-list > li > .text-box {
  position: relative;
  top: 5px;
  max-width: 950px;
}
ul.reports-list > li > .text-box > p {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  ul.reports-list > li > .text-box {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  ul.reports-list > li > .text-box {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  ul.reports-list > li {
    padding: 10px 5px;
  }
  ul.reports-list > li > .text-box {
    max-width: 100%;
    width: 100%;
  }
  ul.reports-list > li > .text-box > p {
    white-space: normal;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  ul.reports-list {
    padding: 0;
    border: 0;
  }
  ul.reports-list > li {
    padding: 5px 0 10px 0;
  }
}



/* TEAM */
ul.team-list > li {
  padding: 10px;
  border-bottom: 1px dotted #aaa;
}
ul.team-list > li:hover {
  background-color: #f1f1f1;
}
ul.team-list > li > .img-box {
  width: 13%;
  height: 135px;
}
ul.team-list > li > .text-box {
  width: 85%;
}
ul.team-list > li > .text-box > .job {
  font-size: 18px;
  color: #064084;
}
ul.team-list > li > .text-box > .desc {
  font-size: 15px;
  color: #555;
}
@media (max-width: 1199px) {
  ul.team-list > li > .img-box {
    width: 17%;
  }
  ul.team-list > li > .text-box {
    width: 81%;
  }
  ul.team-list > li > .text-box > .desc {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  ul.team-list > li {
    padding: 10px 0;
  }
  ul.team-list > li > .img-box {
    width: 100px;
    height: 125px;
    margin-right: 10px;
  }
  ul.team-list > li > .text-box {
    width: 100%;
  }
}



/* ARTICLE */
ul.article-list > li {
  padding: 15px 5px;
  border-bottom: 1px dotted #ccc;
}
ul.article-list > li > .text-box > .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.article-list > li > .text-box > .title:hover {
  color: #064084;
}
ul.article-list > li > .text-box > .desc {
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
  ul.article-list > li {
    padding: 15px 0;
  }
}


/* LINKS */
ul.links-list > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  color: #064084;
}
ul.links-list > li > a:hover {
  text-decoration: underline!important;
}



/* MESSAGE */
form.message label {
  width: 20%;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  color: #555;
}
form.message input {
  width: 300px;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
form.message > .code > input {
  width: 200px;
  margin-right: 10px;
}
form.message input:-moz-placeholder,form.message textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc;}
form.message input::-moz-placeholder,form.message textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc;}
form.message input:-ms-input-placeholder,form.message textarea:-ms-input-placeholder{ color: #ccc;}
form.message input::-webkit-input-placeholder,form.message textarea::-webkit-input-placeholder{ color: #ccc;}
form.message textarea {
  width: 79%;
  height: 200px;
  padding: 10px;
  border-color: #ccc;
  border-radius: 5px;
  font-size: 15px;
}
@media (max-width: 575px) {
  form.message label {
    display: none;
  }
  form.message input,
  form.message textarea {
    width: 100%;
  }
  form.message > button {
    width: 100%;
  }
}



/* REGISTER */
.register form {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.register form fieldset {
  padding: 15px 10px;
  margin-bottom: 0;
  /* border-bottom: 1px dotted #ccc; */
}
.register form fieldset label {
  color: #555;
  font-size: 15px;
  font-weight: bold;
}
.register form fieldset .required::after {
  content: '*';
  margin-left: 5px;
  color: red;
}


/* COMPANY */
ul.company-list > li {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f6f6f6;
}
ul.company-list > li:hover {
  border-color: #fff;
  box-shadow: 0 0 10px #aaa;
  background-color: #fff;
}
ul.company-list > li > .img-box {
  max-width: 105px;
  margin-right: 10px;
  margin-bottom: 5px;
}
ul.company-list > li > .text-box span {
  color: #555;
}
ul.company-list > li > .text-box > .title {
  font-size: 22px;
  color: #064084;
}
ul.company-list > li > .text-box .caption {
  font-size: 14px;
}
ul.company-list > li > .text-box a {
  color: #3159e8!important;
}


/* ASSOCIATION */
ul.ass-list > li {
  border: 1px solid #064084;
}
ul.ass-list > li:not(:last-of-type) {
  margin-bottom: 15px;
}
ul.ass-list > li:hover {
  box-shadow: 0 0 10px #aaa;
}
ul.ass-list > li > .title-box {
  padding: 15px;
  cursor: pointer;
}
ul.ass-list > li.active > .title-box {
  background-color: #064084;
}
ul.ass-list > li > .title-box > span {
  margin-left: 15px;
  color: #555;
}
ul.ass-list > li.active > .title-box > span {
  color: #fff;
}
ul.ass-list > li > .title-box > i.iconfont {
  right: 15px;
  top: 50%;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin-top: -12px;
  color: #064084;
  text-align: center;
  font-weight: bold;
}
ul.ass-list > li.active > .title-box > i.iconfont {
  color: #fff;
}
ul.ass-list > li > .title-box > i.icon-add {
  opacity: 1;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -ms-transition: transform .4s;
  -o-transition: transform .4s;
  transition:transform .4s;
}
ul.ass-list > li.active > .title-box > i.icon-add {
  transform: rotate(180deg);
  color: #fff;
}
ul.ass-list > li > .title-box > i.icon-minus {
  display: none;
}
ul.ass-list > li > .content-box {
  display: none;
  padding: 15px;
  border: 2px solid #064084;
}
@media (max-width: 575px) {
  ul.ass-list > li:not(:last-of-type) {
    margin-bottom: 7px;
  }
  ul.ass-list > li > .title-box,
  ul.ass-list > li > .content-box {
    padding: 10px;
  }
  ul.ass-list > li > .title-box {
    text-align: center;
  }
  ul.ass-list > li > .title-box > img {
    width: 60px;
    height: 35px;
  }
  ul.ass-list > li > .title-box > span {
    display: block;
    margin-left: 0;
    padding-right: 30px;
    font-size: 14px;
  }
}
