:root {
    --main-color: #214661;
    --second-color: #1590ff;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@media (min-width: 1200px) {
    .container {
        /*max-width: 1200px;*/
    }
}

ul li{
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.second .block-ul a:hover,
.second .block-ul a:focus {
    color: #3490ff;
    font-size:1.2em;
    font-weight: bold;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.link {
    color: rgb(51, 51, 51);
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 2px solid #00c365;
}

.headerbar {
    height: 34px;
    width: 100%;
    background: transparent;
    position: absolute;
}

.headerbar-right {
    float: right;
    font-size: 14px;
    line-height: 34px;
}

.headerbar-right a {
    color: #000;
}

.division {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3);
}

.unchecked {
    color: rgba(255, 255, 255, 0.5);
}

.checked {
    color: #fff;
    font-weight: 800;
}

.sign-up {
    margin-left: 20px;
    margin-right: 5px;
    color: #fff;
}

.login {
    width: 58px;
    height: 24px;
    background: var(--second-color);
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    border: none;
}

.login:hover {
    background: var(--second-color);
}

#search-keyword input {
    border: 2px solid var(--second-color);
}

.selectData {
    position: relative;
    float: right;
}

.selectData span {
    display: block;
    min-width: 80px;
    padding-left: 10px;
    background: url(../images/arrow.png) no-repeat right center;
    cursor: pointer;
    color: #FFFFFF;
}

.selectData div {
    position: absolute;
    min-width: 100px;
    top: 40px;
    right: 0;
    background: #FFFFFF;
    z-index: 9;
    box-shadow: 0 0 5px rgba(86, 96, 117, 0.3);
    display: none;
}

.selectData:hover div {
    display: block;
    margin-top: -6px;
}

.selectData:hover span {
    background: url(../images/arrow1.png) no-repeat right center;
}

.selectData.active div {
    display: block;
    margin-top: -6px;
}

.selectData.active span {
    background: url(../images/arrow1.png) no-repeat right center;
}

.selectData div a {
    display: block;
    color: #333;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    border-bottom: 1px solid #E6E6E6;
    text-decoration: none;
}

.selectData div a:last-of-type {
    border: none;
}

a.sub-data {
    padding-left: 10px;
    /* color: #ffffff; */
}

a.sub-data:hover {
    text-decoration: none;
}

.aTxt {
    color: #FFFFFF;
    line-height: 40px;
    font-size: 12px;
}

.aTxt1 {
    color: #54a1f7;
    padding: 5px;
    margin-right: 0;
}

.aTxt2 {
    margin-right: 20px;
}

.aTxt2:hover {
    color: #54a1f7;
}

.aTxt1:hover {
    background: #54a1f7;
    color: #FFFFFF;
}

.aTxt1:hover {
    background: #54a1f7;
    color: #FFFFFF;
}

/*.first {*/
/*height: 500px;*/
/*}*/

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0;
}

.banner img {
    width: 100%;
    height: 500px;
}

.navigate {
    height: 140px;
    /*background-image: url("../images/top.jpg");*/
    background-repeat: no-repeat;

    /*background: -webkit-linear-gradient(rgba(0, 0, 0, .8)); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .0)); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .0)); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .0)); !* 标准的语法 *!*/
}

.navigate .navbar {
    background: transparent;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}

.nav-new {
    margin: 0 15px;
    line-height: 30px;
}

.nav-new:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .7);
}

.collapse li {
    list-style-type: none
}

.collapse ul {
    /*float: right;*/
}

.nav-link:hover {
    text-decoration: none;
}

.navbar-nav {
    /*margin-top: 15px;*/
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.navbar-brand {
    overflow: hidden;
    height: auto !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.search {
    /*margin-top: 30px;*/
    height: 230px;
    position: relative;
    background-image: url(../images/search-bg.png);
    background-position: center;
    background-size: cover;
    background-color: #1373e2;
}

.search-line{
    margin-top: 140px;
    overflow: hidden;
}

.input-btn {
    padding: 0;
    background-color: transparent;
    border: 0;

}

.push {
    padding: 0;
    /*text-align: right;*/
}

.btn-push {
    background-color: var(--second-color);
    padding: 8px 30px;
    color: #ffffff;
}

.btn-push:hover {
    background: var(--second-color);
    color: #fff;
}

.btn-search:hover {
    background: var(--second-color);
    color: #fff;
}

.btn-search {
    border-radius: 0 4px 4px 0;
}

.btn-outline-secondary {
    color: #fff;
    border-color: var(--second-color);
    background-color: var(--second-color);
    padding-left: 30px;
    padding-right: 30px;
}

.input-new {
    margin-bottom: 0 !important;
    padding: 0;
    float: left !important;
}

#search-keyword input{
    height: 45px;
}

#button-addon2 {
    height: 45px;
    padding: 10px 30px;
}
.search .btn-push{
    height: 45px;
}

.data-title > a >i{
    width: 60px;
    background: no-repeat right center url(../images/more.gif);
    float: right;
    text-align: right;
    /*height: 20px;*/
}
.block-ul > li{
    ine-height: 20px;
    padding: 4px 2px;
}

.block-ul li a div i{
    color: var(--second-color);
}
.block-body .keydata-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    font-size: 1.15em;
}

.special_item {
    width: 20%;
}

.special-box {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 30px;
}

.special-img {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    /*border-radius: 8px;*/
}

.special-img img {
    width: 100%;
}

.special-black {
    width: 100%;
    color: #333;
    padding: 10px 14px;
    text-align: center;
    background-color: #fff;
}

.special-black h4 {
    margin: 0;
    font-size: 16px;
}

.second {
    margin-top: 30px;
    margin-bottom: 30px;
}

.data-title {
    padding: 5px 0;
    color: #333;
    font-weight: 800;
    border-bottom: 1px solid #eee;
}

.data-title a {
    float: right;
    color: #999;
    font-weight: 400;
}

.data-body h4 a {
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.data-body h4 {
    font-size: 14px;
}

.data-left {
    width: 162px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.data-right {
    width: 382px;
    padding-left: 10px;
    float: left;
}

.data-right a, .news-text a, .special-black a {
    text-decoration: none;
    color: #333;
}

.data-right h4 {
    margin-top: 0;
}

.data-right p, .data-right span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.data-bar {
    width: 100%;
    height: 80px;
    background-image: url("../images/tongji.jpg");

}

.source-badge {
    color: rgba(229, 76, 42, 1);
    font-size: 12px;
    font-weight: 400;
    background: rgba(255, 232, 227, 1);
    border-radius: 2px;
    padding: 8px 10px;
}

.badge-pill {
    border-radius: 10rem;
}

.badge-gray {
    color: rgba(43, 74, 137, 1);
    background: rgba(43, 74, 137, .2);
}

.badge-blue {
    color: rgba(24, 144, 255, 1);
    background: rgba(24, 144, 255, .2);
}

.badge-green {
    color: rgba(102, 209, 207, 1);
    background: rgba(102, 209, 207, .2);
}

.tag-cloud {
    margin-top: 10px;
    height: 240px;
    overflow: hidden;
}

.tag-cloud span {
    margin-bottom: 10px;
}

.data-bar-info {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.data-bar-info h2 {
    margin-top: 0;
}

.carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(49, 49, 49, .6);
}
#carousel-example-captions .item >a >img{
    width:530px ;
    height: 320px;
    border: 1px solid #cdcdcd;
    padding: 2px;
  }

.carousel-caption h3 {

}

.news {
    margin-bottom: 60px;
}

.news-title, .help-title {
    text-align: center;
    margin-bottom: 30px;
}

.news-box {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}

.news-img {
    width: 100%;
    height: 208px;
    background-color: #fff;
    overflow: hidden;
    /*border-radius: 8px;*/
    position: relative;
}

.date {
    width: 50px;
    height: 50px;
    background: rgba(229, 76, 42, 1);
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    color: #fff;
}

.date h3 {
    margin-bottom: 0px;
    margin-top: 6px;
}

.date span {
    font-size: 10px;
    position: relative;
    top: -10px;
}

.footer {
    padding: 25px 0 25px;
    background: rgba(35, 70, 96, 1);
    color: #fff;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul img {
    margin-right: 10px;
}

.footer h4 {
    margin-bottom: 20px;
}

.footer .media-body a{
    color: #fff;
    display: block;
}

.footer > p {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
}

.footer > .container {
    overflow: hidden;
}

.footer p a{
    color: rgba(255, 255, 255, .4);
}
.footer p a:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
