.fnews-topnews ul {
    list-style: none;
    width: 100%;
    display: table;
}

    .fnews-topnews ul li:nth-child(1) {
        width: 50%;
    }

    .fnews-topnews ul li:nth-child(2) {
        width: 25%;
    }

    .fnews-topnews ul li:nth-child(3) {
        width: 25%;
    }

    .fnews-topnews ul li:nth-child(4) {
        width: 25%;
    }

    .fnews-topnews ul li:nth-child(5) {
        width: 25%;
    }

    .fnews-topnews ul li img {
        width: 100%;
        height: 130px;
    }

    .fnews-topnews ul li {
        float: left;
        display: table-cell;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #fff;
    }

        .fnews-topnews ul li a {
            position: relative;
            display: block;
        }

        .fnews-topnews ul li:nth-child(1) img {
            height: 261px;
        }

        .fnews-topnews ul li a p {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            line-height: 16px;
        }

            .fnews-topnews ul li a p span {
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                padding: 5px;
                line-height: 18px;
                display: block;
                width: 100%;
                opacity: .7;
                -moz-transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
            }

        .fnews-topnews ul li:nth-child(1) a p span {
            background-color: #fb5a29;
            font-size: 16px;
        }

        .fnews-topnews ul li:nth-child(2) a p span {
            background-color: #3c763d;
        }

        .fnews-topnews ul li:nth-child(3) a p span {
            background-color: #C8128A;
        }

        .fnews-topnews ul li:nth-child(4) a p span {
            background-color: #A4B504;
        }



        .fnews-topnews ul li:nth-child(5) a p span {
            background-color: #00884E;
        }

@media (max-width: 786px) {
    .fnews-topnews ul li:nth-child(1) {
        width: 100%;
    }

        .fnews-topnews ul li:nth-child(1) img {
            height: auto;
        }

    .fnews-topnews ul li:nth-child(2), .fnews-topnews ul li:nth-child(3), .fnews-topnews ul li:nth-child(4), .fnews-topnews ul li:nth-child(5) {
        width: 50%;
    }
}


.policy-categories-box {
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

    .policy-categories-box .policy-categories {
        list-style-type: none;
        padding: 0;
    }

        .policy-categories-box .policy-categories .category-item a {
            width: 100%;
            background-color: #283138;
            display: block;
            padding: 12px 20px;
            font-size: 13px;
            color: #FFF;
            -moz-transition: all 0.1s;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            text-transform: uppercase;
        }

        .policy-categories-box .policy-categories .category-item.selected > a {
            background-color: #00AF50;
        }

        .policy-categories-box .policy-categories .category-item a:hover {
            background-color: #00AF50;
        }

.policy-contents {
    width: 100%;
    padding: 30px;
    background-color: #FFF;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

article, .bottom {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.titlerelate {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    padding: 30px 20px 10px;
    margin: 0 20px;
    border-top: 1px solid #eee;
}
.newsrelate {
    display: block;
    overflow: hidden;
}

    .newsrelate li:nth-child(4n+1) {
        clear: both;
    }

    .newsrelate li {
        float: left;
        overflow: hidden;
        width: 20%;
        margin-left: 2.5%;
        margin-bottom: 15px;
    }

        .newsrelate li a {
            display: block;
            overflow: hidden;
        }

        .newsrelate li img {
            display: block;
            width: 100%;
            max-height: 135px;
            margin: 0 auto;
        }

        .newsrelate li .tempvideo {
            display: block;
            position: relative;
            height: 105px;
            overflow: hidden;
        }

        .newsrelate li h3 {
            display: block;
            overflow: hidden;
            line-height: 1.3em;
            font-size: 16px;
            color: #333;
            line-height: 22px;
            font-weight: 300;
            font-family: Arial,Helvetica,sans-serif;
            width: auto;
            margin: 5px auto;
        }

        .newsrelate li .timepost {
            margin-top: 2px;
            display: block;
            overflow: hidden;
            font-size: 13px;
            color: #999;
        }

@media screen and (max-width:768px) {
    .titlerelate {
        padding-left: 0;
        margin-left: 0;
    }
    .newsrelate {
        padding-left:0;
}
    .newsrelate li{
        width:100%;
    }

    input[type='image'], img, iframe {
        width: 90% !important;
        height: auto !important;
    }
}

.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.pagination-template .pagination {
  float: right;
}
@media screen and (max-width: 980px) {
  .pagination-template .pagination {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .pagination-template .pagination {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .pagination-template .pagination {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.pagination-template .pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 0 auto;
}
.pagination-template .pagination ul > li {
  display: inline;
}
.pagination-template .pagination ul > li > a,
.pagination-template .pagination ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-template .pagination ul > li:first-child > a,
.pagination-template .pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-template .pagination ul > li:last-child > a,
.pagination-template .pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-template .pagination ul > li > a:hover,
.pagination-template .pagination ul > li > span:hover,
.pagination-template .pagination ul > li > a:focus,
.pagination-template .pagination ul > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination-template .pagination ul > .active > a,
.pagination-template .pagination ul > .active > span,
.pagination-template .pagination ul > .active > a:hover,
.pagination-template .pagination ul > .active > span:hover,
.pagination-template .pagination ul > .active > a:focus,
.pagination-template .pagination ul > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination-template .pagination ul > .disabled > span,
.pagination-template .pagination ul > .disabled > span:hover,
.pagination-template .pagination ul > .disabled > span:focus,
.pagination-template .pagination ul > .disabled > a,
.pagination-template .pagination ul > .disabled > a:hover,
.pagination-template .pagination ul > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-template .pagination ul li.active a {
  background: #fb5a29;
  color: #ffffff;
  border: 1px solid #ed3b04;
}
.pagination-template .pagination ul li.disabled a {
  color: #a2a2a2;
  background: #cfcfcf;
  border: 1px solid #c2c2c2;
}
.pagination-template .pagination ul li a {
  background: #cfcfcf;
  border: 1px solid #c2c2c2;
  color: #333333;
  cursor: pointer;
}

.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.news .l {
  float: left;
}
@media screen and (min-width: 1200px) {
  .news .l {
    width: 780px;
  }
}
@media screen and (max-width: 1200px) {
  .news .l {
    width: 580px;
  }
}
@media screen and (max-width: 980px) {
  .news .l {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .news .l {
    width: 100%;
  }
  .news .l .newsdetail .des-view img {
    width: 100% !important;
    height: auto !important;
  }
  .news .l .newsdetail .des-view div {
    width: 100% !important;
    height: auto !important;
  }
  .news .l .newsdetail .des-view iframe {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 400px) {
  .news .l {
    width: 100%;
  }
}
.news .l .news-list .new-news h4 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #E9E9E9;
}
.news .l .news-list .new-news .new-body .img-view {
  float: left;
  width: 68%;
}
@media screen and (max-width: 980px) {
  .news .l .news-list .new-news .new-body .img-view {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .news .l .news-list .new-news .new-body .img-view {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .news .l .news-list .new-news .new-body .img-view {
    width: 100%;
    float: none;
  }
}
.news .l .news-list .new-news .new-body .img-view img {
  max-width: 100%;
  height: auto;
}
.news .l .news-list .new-news .new-body .new-content {
  float: right;
  width: 30%;
}
@media screen and (max-width: 980px) {
  .news .l .news-list .new-news .new-body .new-content {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .news .l .news-list .new-news .new-body .new-content {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 400px) {
  .news .l .news-list .new-news .new-body .new-content {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 980px) {
  .news .l .news-list .new-news .new-body .new-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .news .l .news-list .new-news .new-body .new-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .news .l .news-list .new-news .new-body .new-content a {
    font-size: 14px;
  }
}
.news .l .news-list .new-news .new-body .new-content h4 {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
}
.news .l .news-list .list-box {
  margin-top: 30px;
}
.news .l .news-list .list-box .even {
  margin-left: 2%;
}
.news .l .news-list .list-box .news-item {
  vertical-align: top;
  width: 48%;
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dotted #E9E9E9;
}
@media screen and (max-width: 980px) {
  .news .l .news-list .list-box .news-item {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .news .l .news-list .list-box .news-item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .news .l .news-list .list-box .news-item {
    width: 100%;
  }
}
.news .l .news-list .list-box .news-item h5 {
  margin-bottom: 5px;
  font-weight: 700;
}
.news .l .news-list .list-box .news-item .news-time {
  color: #adacac;
  font-size: 12px;
  padding: 5px 0;
  float: left;
}
.news .l .news-list .list-box .news-item .img-view img {
  max-width: 100%;
  height: auto;
}
.news .l .news-list .list-box .news-item .hili-view {
  margin-left: 2%;
  margin-top: 5px;
}
.news .r {
  float: right;
  width: 330px;
}
@media screen and (max-width: 980px) {
  .news .r {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .news .r {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .news .r {
    width: 100%;
  }
}
.news .r .feature-news h4 {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #E9E9E9;
}
.news .r .feature-news .feature-body ul {
  list-style-type: none;
}
.news .r .feature-news .feature-body ul li {
  padding: 3px 0;
}
.news .r .feature-news .feature-body ul li a {
  color: #fb5a29;
  font-weight: bold;
}
.news .r .banners .banner-item {
  margin-top: 20px;
}
.news .r .fb-like-box {
  border: 1px solid #E9E9E9;
  margin-left: 20px;
  margin-top: 20px;
}
.newsdetail h4 {
  padding: 5px 0;
}
.newsdetail h2 {
  font-size: 16px;
  padding: 5px 0;
  border-bottom: 1px solid #E9E9E9;
}
.newsdetail .news-time {
  color: #adacac;
  font-size: 12px;
  padding: 5px 0;
}
.newsdetail .des-view {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .newsdetail .des-view img,
  .newsdetail .des-view iframe {
    width: 100%  !important;
    height: auto !important;
  }
}
.newsdetail .img-view {
  margin: 10px 0;
}
.newsdetail .img-view img {
  max-width: 100%;
  height: auto;
}
.newsdetail .des-view img {
  max-width: 780px;
  height: auto;
}
.newsdetail .like-hol {
  margin-top: 5px;
  float: right;
}
.newsdetail .like-hol .fbb-like {
  float: left;
}
.newsdetail .like-hol .gplus-like {
  float: left;
  margin-left: 10px;
}
.newsdetail .like-hol .twitt-like {
  float: left;
  margin-left: 10px;
}
