/**
 * home
 * 
 * @version $Id: portal.home.css 1408 2018-08-02 08:48:28Z fuy $
 * @creator tangj @ 2014-12-16 15:31:26 by scap-builder-0.0.6
 * @template version: 2013090901
 */
@charset "UTF-8";

@media all {
    .search {
        height: 40px;
        text-align: center;
    }
    .search .btn {
        position: absolute;
        left:20px;
        bottom:83px;
        border-radius: 0;
        color: #ffffff;
        z-index: 999;
        border-radius: 50%;
        background-image: url("../images/icon.search.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 25px;
        height: 25px;
        background-color: #fff;
    }
    .search .input {
        border: 1px solid #ccc;
        border-radius: 0;
        height: 30px;
        line-height:30px;
        width: 100%;
        padding-left:40px;
        border-radius: 14px;
        font-size: 13px;
    }
    
    /*轮训图*/
    .slider {
        height: 115px;
        margin-bottom: 25px;
        border: none;
    }
    .slider img {
        width: 100%;
        height: 100%;
    }
    /*翻页按钮*/
    .slider .slider-wrapper .nivo-directionNav a {
    }
    /*边框*/    
    .slider .theme-default .nivoSlider {
        box-shadow: 0 1 5px 0 #E3E3E3;
        box-shadow: none;
        margin: 0;
    }    
    
    .content .notice,
    .content .news,
    .content .work{
        margin: 10px 0;
    }
    .content .block-title {
        border-bottom: 1px solid #ccc;
    }
    .content .block-title span.name {
        font-size: 16px;
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 5px 10px;
        position: relative;
        top: -3px;
    }
    .content .block-title a.more {
        font-size: 14px;
        font-weight: bold;
        float: right;
        width: 60px;
        display: inline-block;
        text-align: right;
    }
    .content .list {
        padding: 5px 0;
    }
    .content .list a {
        font-size: 16px;
        line-height: 30px;
    }
    .content .list a .time {
        text-align: right;
    }

    .content .feedback {
        height: 60px;
        position: relative;
        text-align: center;
        background-color: #0086d1;
        margin-bottom: 10px;
    }
    .content .feedback a {
        color: #fff;
        font-weight: bold;
        padding-top: 10px;
        display: block;
    }
    .content .feedback a .icon-arrow {
        position: absolute;
        background-image: url("../images/icon.arrow-circle-right.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
    }
    .content .feedback a .name-ch {
        margin-left: 20px;
    }
    .content .feedback a .name-en {
        font-size: 12px;
    }
    
    .content a.visit {
        background-image: url("../images/bg.visit.jpeg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 60px;
        display: block;
        margin-bottom: 10px;
    }
    .content a.guobao {
        background-image: url("../images/bg.guobao.jpeg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 60px;
        display: block;
        margin-bottom: 10px;
    }
    .content a.map {
        background-image: url("../images/bg.map.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 60px;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding-top: 10px;
    }
    .content a.map .name-ch{
        font-size: 24px;
        font-weight: bold;
    }
    
    .btn {
        -moz-user-select: none;
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        cursor: pointer;
        vertical-align: middle;
        white-space: nowrap;
    }

    .col-md-2, .col-sm-2, .col-xs-2 {
        padding-left: 0;
        padding-right: 0;
    }
}