.carousel {
    position: relative;
    width: 100%;
    height: 518px;
    /*background: url("../../assets/img/banner-new.png") no-repeat center;*/
    /*background-size: 100% 100%;*/
    padding-top: 77px;
    margin: auto;
}

.carousel .title-new {
    height: 52px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 74px;
}

.carousel .search-box {
    height: 57px;
    width: 81%;
}

.carousel .search-box .input-group{
    width: 100%;
    height: 100%;
}

.search-box .input-group-btn,
.search-box .input-group-btn .select-new,
.search-box .search-inp,
.search-box input-group-addon {
    height: 100%;
}

.search-box .select-new:focus, .search-box .search-inp:focus {
    outline: 0;
}
.search-box .input-group-btn{
    width: 18%;
}
.search-box .select-new, .search-box .select-new:hover {
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-radius: 4px 0px 0px 4px !important;
    font-size: 16px;
    color: rgba(28, 89, 157, 1) !important;
    border: none !important;
}

.search-box select::-ms-expand {
    display: none;
}

.search-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../assets/img/icon-arrow-down.png") rgba(255, 255, 255, 0.9) no-repeat 85% 50%;
    background-size: 16px 16px;
}

.search-box option {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    appearance: none;
}

.banner-new .navigation-bar {
    margin-top: 20px;
    height: 28px;
}

.navigation-bar .nav-label {
    display: inline-block;
    width: 80px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #F1F5F9;
}

.navigation-bar .nav-btn {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    margin: 3px;
    text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.navigation-bar .nav-btn:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 78, 163, 0.2);
    color: #1C599D;
}

.search-box .dropdown-menu {
    top: 58px;
    left: 0;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 4px;
    min-width: 95px;
}

.search-box .dropdown-menu li {
    height: 30px;
    line-height: 30px;
}

.search-box .search-inp {
    padding-left: 5px;
    width: 99%;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    border: none;
    margin-left: 1px;
}

.banner-new .search-box .input-group-addon {
    cursor: pointer;
    width: 15%;
    border-radius: 0 4px 4px 0 !important;
    border: 0;
    background: url("../../assets/img/icon-search.png") rgba(255, 255, 255, 0.9) no-repeat center;
    background-size: 32px 32px;
}

.banner-new .news-box {
    width: 483px;
    height: 346px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 20px;
}

.news-box .box-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1C599D;
    border-bottom: 1px solid #1C599D;
}

.box-title span{
    display: inline-block;
    height: 40px;
    border-bottom: 6px solid #1C599D;
}

#notice-info{
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
    height: 257px;
}

#notice-info ul .title{
    float: left;
    width: 60%;
    height: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 5px 0;
    color: #333333;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

#notice-info ul .time{
    float: right;
    height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}
.carousel:hover .caro-arrow {
    display: block;
}

.input-group-addon {
}

.carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel .caro-main {
    width: 100%;
    height: 518px;
}

.carousel .caro-main ul {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.carousel .caro-main ul li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel .caro-main ul li:first-child {
    display: list-item;
}

.carousel .caro-tab {
    position: absolute;
    bottom: 30px;
    left: 43%;
}

.carousel .caro-tab ul li {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: rgba(195, 195, 195, 0.74);
    background-color /*\**/: #ccc \9;
    border-radius: 10px;
    cursor: pointer;
}

.carousel .caro-tab .active {
    background: #fff;
}

.carousel .caro-arrow {
    display: none;
}

.carousel .caro-arrow div {
    position: absolute;
    top: 40%;
    width: 36px;
    height: 60px;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel .caro-arrow-left {
    left: 20px;
    background-position: 0 12px;
}

.carousel .caro-arrow-right {
    right: 20px;
    background-position: -46px 12px;
}

.carousel .caro-arrow div:hover {
    background-position-y: -52px;
}