.nice-select {
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
  background-color: #fff;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  top: 12px;
  font-size: 1em; }

.nice-select .current {
  position: relative; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 8px 29px 8px 25px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*end*/
.top-banner {
  position: relative;
  margin-top: -74px;
  background: #1c4560;
  line-height: 0; }
  .top-banner .banner {
    background: url(//dl.cfxz123.com/source/www/aboutUs/activity/banner.jpg) no-repeat center top;
    height: 350px; }
    .top-banner .banner .title-banner {
      font-size: 3.6em;
      line-height: 1.6;
      color: #FFFFFF;
      text-align: left;
      padding-top: 194px; }
    .top-banner .banner .sub-title {
      font-size: 2.4em;
      line-height: 1.8;
      color: #FFFFFF;
      padding-bottom: 70px; }
  .top-banner .dropdown .nice-select {
    height: 45px;
    position: absolute;
    right: 0;
    top: 251px;
    padding-left: 35px;
    font-size: 1.6em;
    line-height: 1.8;
    padding-top: 9px;
    width: 100%; }
    .top-banner .dropdown .nice-select:hover .current {
      color: #035B83; }
    .top-banner .dropdown .nice-select:hover:after {
      border-bottom: 2px solid #035B83;
      border-right: 2px solid #035B83; }
    .top-banner .dropdown .nice-select .list {
      width: 100%; }
    .top-banner .dropdown .nice-select .option {
      border-bottom: 1px solid #CCCCCC;
      line-height: 30px;
      padding: 8px 29px 8px 35px; }
      .top-banner .dropdown .nice-select .option:hover {
        background: #CCCCCC !important; }
    .top-banner .dropdown .nice-select .option.selected {
      color: #035B83;
      font-weight: 300; }
  .top-banner .dropdown .nice-select.open .current {
    color: #035B83; }
  .top-banner .dropdown .nice-select.open:after {
    border-bottom: 2px solid #035B83;
    border-right: 2px solid #035B83; }
  .top-banner .dropdown select {
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -171px;
    padding-left: 35px;
    margin: 0; }
  .top-banner .box-dropdown {
    width: 60%;
    margin: 0 auto;
    height: 65px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 2%; }
  .top-banner .content-banner {
    position: absolute; }

.main-content {
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  overflow: hidden; }
  .main-content div {
    display: block; }
  .main-content .title-header {
    font-size: 2.4em;
    line-height: 2.0;
    float: left;
    color: #035B83; }
  .main-content .border-header {
    width: 100%;
    border-bottom: 1px solid #CCCCCC; }
  .main-content .title-content {
    font-size: 2em;
    color: #035B83;
    line-height: 2.0;
    float: left; }
  .main-content .date {
    font-size: 1.6em;
    line-height: 1.8;
    color: #666666;
    float: right;
    padding-top: 8px; }
  .main-content .des-content {
    font-size: 1.6em;
    line-height: 1.8;
    color: #333333;
    text-align: justify; }
  .main-content a.link {
    font-size: 1em;
    line-height: 1.8;
    color: #0096DB;
    padding-left: 5px; }
    .main-content a.link:hover {
      color: #035B83; }
  .main-content .border-gray {
    width: 100%;
    border-bottom: 1px solid #CCCCCC; }
  .main-content .reload {
    font-size: 1.6em;
    color: #0096DB;
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
    display: block; }
    .main-content .reload:hover {
      color: #035B83; }
  .main-content .padding-content {
    padding-top: 30px; }
  .main-content .padding-left-content {
    padding-left: 36px; }
  .main-content .widt-colum1 {
    width: 19.4%; }
  .main-content .widt-colum2 {
    width: 80%; }
  .main-content .tit-time {
    display: block;
    width: 100%; }
  .main-content .pd-r {
    padding-right: 20px; }

.header-content {
  margin-top: 55px; }
  .header-content .back-page {
    color: #666666;
    font-size: 1.6em;
    line-height: 1.8;
    text-align: right;
    display: block;
    padding-top: 15px; }
    .header-content .back-page:hover {
      color: #03354C; }
    .header-content .back-page:hover i {
      padding-right: 20px; }
    .header-content .back-page .padding-icon {
      padding-right: 10px;
      transition: all .25s ease-in; }
  .header-content .border-header {
    border-bottom: 3px solid #035B83;
    padding-top: 55px; }

.title-content1 {
  color: #035B83;
  line-height: 2.0;
  font-size: 2em; }

.icon-doc {
  background: url(//dl.cfxz123.com/source/www/aboutUs/activity/doc.png) no-repeat left 11px;
  width: 24px;
  height: 36px;
  display: block;
  float: left;
  margin-right: 10px; }

.date-1 {
  font-family: Myriad;
  line-height: 1.8;
  text-align: left;
  color: #666666;
  padding-top: 4px;
  padding-left: 5px;
  font-size: 2em; }

.fl {
  float: left; }

.padding-content .fl {
  float: left; }
.padding-content .date-1 {
  font-family: Myriad;
  font-size: 2em;
  line-height: 1.8;
  text-align: left;
  color: #666666;
  padding-top: 4px;
  padding-left: 5px; }
.padding-content .des-content1 {
  font-size: 1.6em;
  line-height: 1.8;
  color: #333333;
  padding-top: 20px;
  min-height: 350px;
  padding-bottom: 80px; }
  .padding-content .des-content1 img {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
  .padding-content .des-content1 b,
  .padding-content .des-content1 strong {
    font-weight: bold; }

.title-link {
  font-size: 1.6em;
  color: #666666;
  line-height: 1.8;
  padding-top: 30px; }

.linknews {
  color: #0096DB;
  font-size: 1.6em;
  line-height: 1.8;
  padding-top: 10px;
  display: block;
  white-space: nowrap;
  width: 445px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .linknews:hover {
    color: #035B83; }
/*新增样式*/
.com-content{
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 80px;;
  margin-bottom: 120px;
  border-bottom: solid 1px #ccc
}
.com-content img{
  overflow: hidden;
  display: block;
  border: none;
  padding-top: 10px;
  margin: 0 auto;
}
.com-content h1{
  overflow: hidden;
  display: block;
  color: #035B83;
  line-height: 2.0;
  font-size: 2em;
}
.com-content p{
  overflow: hidden;
  display: block;
  font-size: 1.6em;
  line-height: 1.8;
  color: #333333;
  padding-top: 10px;
  text-indent: 2em;
}
.com-content span{
  overflow: hidden;
  display: block;
  font-size: 1.6em;
  line-height: 1.8;
  color: #333333;
  padding-top: 20px;
}
.com-content span.center{
  text-align: center;
}
.com-content a{
  overflow: hidden;
  display: inline;
}
.video-container{
  text-align: center;
  margin:50px 0;
  position: relative
}
/*.video-container img{*/
  /*position: absolute;*/
  /*top:50%;*/
  /*left: 50%;*/
  /*margin-top: -32px;*/
  /*margin-left: -32px;*/
/*}*/
@media (max-width: 1100px) {
  .col-md-12 {
    width: 100%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-2 {
    width: 16.66666667%; } }
@media (max-width: 640px) {
  .col-sm-12 {
    width: 100%; }

  .top-banner .banner-blue .dropdown .nice-select {
    top: 0; }

  .top-banner .dropdown .nice-select {
    top: -67px; }

  .main-content .widt-colum1 {
    width: 20.4%; } }
tr,
th,
td,
table,
tbody,
thead {
  border: 1px solid #ccc;
  padding-left: 5px; }

@media (min-width: 992px) {
  .main-content .widt-colum1 {
    width: 23.4%; }
  .main-content .widt-colum2 {
    width: 76%; } }
@media (min-width: 1024px) {
  .main-content .widt-colum1 {
    width: 29.4%; }
  .main-content .widt-colum2 {
    width: 68%; } }
@media (min-width: 1280px) {
  .main-content .widt-colum1 {
    width: 23.4%; }
  .main-content .widt-colum2 {
    width: 76%; } }

/*# sourceMappingURL=commentary123.css.map */
