@CHARSET "UTF-8";
body {
    padding-top: 0px;
    background: #f0f0f0;
}
a, a:hover {
    text-decoration: none;
}
body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header_box{
    height: 208px;
    background: url('/static/images/header_bg.png') no-repeat top center;
}
.header_logo_box{
    float: left;
    height: 115px;
    width: 430px;
}
.header_logo_box img{
    float: left;
    margin-top: 5px;
    width: 100%;
}
.top_box{
    clear: both;
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #015096;
    color: #fff;
}
.top_box .top_box_center{
    margin: 0 auto;
    width: 1200px;
}
.top_box .top_box_left{
    float: left;
    width: 200px;
}
.top_box .top_box_right{
    float: right;
}
.top_box .top_box_right a{
    float: left;
    color: #fff;
    margin: 0px 5px;
}
.navbar{
    margin-bottom: 0px;
}
.nav_box{
    float: left;
    width: 100%;
}
.nav_box .nav_box_center{
    margin: 0 auto;
    width: 1200px;
}
.navbar-nav>li>a{
    height: 57px;
    line-height: 57px;
    color: #fff;
    padding: 0px 24px;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.body-content-box{
    float: left;
    width: 100%;
}
.body-content-box .body-center-box{
    margin: 0 auto;
    width: 1200px;
}
.news_box{
    float: left;
    width: 100%;
}
.news_box .head{
    float: left;
    width: 100%;
}
.news_box .head .tit{
    float: left;
    width: 400px;
    font-size: 30px;
    line-height: 70px;
    color: #1b54ad;
}
.news_box .head .more{
    float: right;
    font-size: 16px;
    line-height: 70px;
}
.news_box .head .more img{
    margin-left: 5px;
}
.news_box .head-line{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.news_box .news_box_content{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.news_box .news_box_content .news_left{
    float: left;
    width: 710px;
}
.news_box .news_box_content .news_left .list{
    float: left;
    width: 336px;
    background: #f7fbff;
    box-shadow: 2px 2px 2px 1px #ECECEC;
}
.news_box .news_box_content .news_left .list:nth-child(2){
    margin-left: 20px;
}
.news_box .news_box_content .news_left .list img{
    float: left;
    width: 100%;
    height: 212px;
}
.news_box .news_box_content .news_left .list .dateandlook{
    position: relative;
    top: 192px;
    left: 25px;
    width: 280px;
    height: 40px;
    background-color: #1a54ad;
    color: #fff;
}
.news_box .news_box_content .news_left .list .dateandlook .date{
    float: left;
    position: absolute;
    width: 130px;
    color: #fff;
    line-height: 40px;
    left: 10px;
}
.news_box .news_box_content .news_left .list .dateandlook .date img{
    float: left;
    width: 21px;
    height: 21px;
    margin:10px 5px 10px 0px;
}
.news_box .news_box_content .news_left .list .dateandlook .look{
    float: right;
    position: absolute;
    right: 10px;
    text-align: right;
    color: #fff;
    line-height: 40px;
}
.news_box .news_box_content .news_left .list .dateandlook .look img{
    float: left;
    width: 16px;
    height: 10px;
    margin:15px 5px 15px 0px;
}
.news_box .news_box_content .news_left .list .tit{
    float: left;
    width: 90%;
    color: #666;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    margin: 20px 5% 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.news_box .news_box_content .news_left .list .line{
    float: left;
    width: 100px;
    background-color: #1a54ad;
    height: 2px;
    margin: 0px 14px;
    box-sizing: border-box;
}
.news_box .news_box_content .news_left .list .desc{
    float: left;
    width: 310px;
    color: #ccc;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 14px;
    box-sizing: border-box;
    height: 65px;
    overflow: hidden;
}
.news_box .news_box_content .news_right{
    float: right;
    width: 460px;
    margin-left: 30px;
}
.news_box .news_box_content .news_right .list{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}
.news_box .news_box_content .news_right a{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #1b54ad;
    line-height: 30px;
}
.news_box .news_box_content .news_right .date{
    float: left;
    width: 100%;
    line-height: 26px;
    margin-bottom: 12px;
}
.body_notice_box{
    float: left;
    width: 100%;
    height: 612px;
    background: url('/static/images/body_bg_01.jpg');
    margin-top: 70px;
}
/*通告通知 */
.body_notice_box_center{
    width: 1200px;
    margin: 0 auto;
}
.notice_box{
    float: left;
    width: 590px;
    height: 490px;
    border-right: 1px solid #fff;
    margin-top: 70px;
}
.body_notice_box_center .titbox{
    float: left;
    width: 590px;
}
.body_notice_box_center .titbox .tit{
    float: left;
    width: 400px;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
}
.body_notice_box_center .titbox .more{
    float: right;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    margin-right: 15px;
}
.body_notice_box_center .list_top{
    float: left;
    width: 590px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.body_notice_box_center .list_top .date_box{
    float: left;
    width: 90px;
    height: 90px;
    color: #fff;
}
.body_notice_box_center .list_top .date_box .day{
    float: left;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #001d59;
    font-size: 28px;
}
.body_notice_box_center .list_top .date_box .month{
    float: left;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #7d7d7d;
    font-size: 18px;
}
.body_notice_box_center .list_top .tit{
    float: left;
    width: 435px;
    height: 90px;
    line-height: 45px;
    color: #fff;
    margin-left: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.body_notice_box_center ul{
    float: left;
    width: 590px;
    margin: 0;
    padding: 0;
}
.body_notice_box_center .list{
    float: left;
    width: 540px;
    color: #fff;
    line-height: 40px;
    list-style: none;
}
.body_notice_box_center .list .tit{
    float: left;
    font-size: 16px;
    width: 400px;
    padding-left: 15px;
    background: url(/static/images/list_type_3px.png) no-repeat 2px center;
    color: #fff;
    height: 40px;
    overflow: hidden;
}
.body_notice_box_center .list .date{
    float: right;
    width: 100px;
}
/*专题专栏*/
.zhuanti_box{
    float: left;
    width: 100%;
    margin-top: 90px;
}
.zhuanti_box .zhuanti-center-box{
    margin: 0 auto;
    width: 1200px;
}
.zhuanti-center-box .tit_box{
    float: left;
    width: 100%;
}
.zhuanti-center-box .tit_box .tit{
    float: left;
    width: 350px;
    line-height: 30px;
    font-size: 28px;
    color: #063876;
}
.zhuanti-center-box .tit_box .tit_line{
    float: left;
    width: 783px;
    height: 30px;
    background: url(/static/images/tit_right_line.jpg) no-repeat;
}
.zhuanti-center-box .tit_box .more{
    float: right;
    line-height: 30px;
}
.zhuanti-center-box .list_box{
    float: left;
    width: 100%;
}
.zhuanti-center-box .list_box .left{
    float: left;
    width: 268px;
    height: 286px;
    margin-top: 40px;
}
.zhuanti-center-box .list_box .left img{
    float: left;
    width: 268px;
    height: 286px;
}
.zhuanti-center-box .list_box .left span{
    float: left;
    position: relative;
    width: 268px;
    line-height: 36px;
    bottom: 36px;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    text-align: center;
}
.zhuanti-center-box .list_box .right{
    float: left;
    width: 886px;
    height: 286px;
    margin-top: 40px;
    margin-left: 46px;
}
.zhuanti-center-box .list_box .right a{
    float: left;
    width: 250px;
    height: 130px;
    margin-right: 60px;
    overflow: hidden;
}
.zhuanti-center-box .list_box .right a:nth-child(3){
    margin-right: 0px;
}
.zhuanti-center-box .list_box .right a:nth-child(4){
    margin-top: 26px;
}
.zhuanti-center-box .list_box .right a:nth-child(5){
    margin-top: 26px;
}
.zhuanti-center-box .list_box .right a:nth-child(6){
    margin-right: 0px;
    margin-top: 26px;
}
.zhuanti-center-box .list_box .right a img{
    float: left;
    width: 250px;
    height: 130px;
}
.zhuanti-center-box .list_box .right a span{
    float: left;
    position: relative;
    width: 250px;
    line-height: 32px;
    bottom: 32px;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    text-align: center;
}
/*快速通道*/
.kuaisutd_box{
    float: left;
    width: 100%;
    margin-top: 90px;
    background-color: #f1f0ef;
}
.kuaisutd_box .kuaisutd-center-box{
    margin: 0 auto;
    width: 1200px;
}
.kuaisutd-center-box .tit_box{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.kuaisutd-center-box .tit_box .tit{
    float: left;
    width: 350px;
    line-height: 30px;
    font-size: 28px;
    color: #063876;
}
.kuaisutd-center-box .tit_box .tit_line{
    float: left;
    width: 783px;
    height: 30px;
    background: url(/static/images/tit_right_line_02.jpg) no-repeat;
}
.kuaisutd-center-box .tit_box .more{
    float: right;
    line-height: 30px;
}
.kuaisutd-center-box .list_box{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kuaisutd-center-box .list_box  a{
    float: left;
    width: 230px;
    height: 72px;
    margin-right:12px;
    overflow: hidden;
    background-color: #ffffff;
}
.kuaisutd-center-box .list_box  a:nth-child(5){
    margin-right: 0px;
}
.kuaisutd-center-box .list_box  a:nth-child(6){
    margin-top: 20px;
}
.kuaisutd-center-box .list_box  a:nth-child(7){
    margin-top: 20px;
}
.kuaisutd-center-box .list_box  a:nth-child(8){
    margin-top: 20px;
}
.kuaisutd-center-box .list_box  a:nth-child(9){
    margin-top: 20px;
}
.kuaisutd-center-box .list_box  a:nth-child(10){
    margin-right: 0px;
    margin-top: 20px;
}
.kuaisutd-center-box .list_box  a img{
    float: left;
    width: 51px;
    height: 51px;
    margin: 10px 5px 10px 10px;
}
.kuaisutd-center-box .list_box  a span{
    float: left;
    width: 156px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*底部*/
.footer_box{
    float: left;
    width: 100%;
    min-height: 460px;
    background-color: #06173d;
}
.footer_box .footer_box_center{
    margin: 0 auto;
    width: 1200px;
}
.footer_box_center .footer_top_box{
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 20px;
}
.footer_box_center .footer_top_box .left{
    float: left;
    width: 180px;
    border-right: 1px dashed #5a5b5d;
    color: #fff;
}
.footer_box_center .footer_top_box .left .tel{
    float: left;
    width: 100%;
    line-height: 55px;
    font-size: 16px;
}
.footer_box_center .footer_top_box .left .teltxt{
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 18px;
    margin-top: 10px;
}
.footer_box_center .footer_top_box .right{
    float: left;
    width: 1020px;
}
.footer_box_center .footer_top_box .right .foot_nav_box{
    float: left;
    padding-left: 0px;
}
.footer_box_center .footer_top_box .right .foot_nav_item{
    float: left;
    width: 113px;
    border-right: 1px dashed #5a5b5d;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer_box_center .footer_top_box .right .foot_nav_item .tit{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.footer_box_center .footer_top_box .right .foot_nav_item .item_box{
    float: left;
    width: 100%;
    margin-top:15px;
    padding-left: 0px;
}
.footer_box_center .footer_top_box .right .foot_nav_item .item_box .item{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    list-style: none;
}
.footer_box_center .footer_top_box .right .foot_nav_item .item_box .item a{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.footer_box_center .footer_bd_box{
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 26px;
}
.footer_box_center .footer_bd_box .left{
    float: left;
}
.footer_box_center .footer_bd_box .right{
    float: right;
}
.footer_box_center .footer_bd_box .right .foot_seache_box{
    float: right;
    width: 346px;
    height: 40px;
    background-color: #4a5161;
    border-radius: 10px;
    margin-top: 56px;
}
.foot_seache_box .input_seache_text{
    float: left;
    width:250px;
    height: 40px;
    line-height: 40px;
    background-color: #4a5161;
    border: 0;
    border-radius: 10px;
    color: #fff;
    text-indent: 10px;
}
.foot_seache_box .btn_seache{
    float: left;
    width:96px;
    height: 40px;
    line-height: 40px;
    background-color: #1a54ad;
    border: 0;
    border-radius: 10px;
    color: #fff;
}
.footer_box_center .footer_bottom_box{
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.footer_box_center .footer_bottom_box .left{
    float: left;
}
.footer_box_center .footer_bottom_box .right{
    float: right;
}
.footer_box_center .footer_bottom_box .right img{
    margin-right: 5px;
}
.footer_box_center .footer_bottom_box .right a{
    color: #fff;
}
.breadcrumb{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    line-height: 40px;
    margin-bottom: 15px;
    background: url(/static/images/home.gif) left center no-repeat;
}


		