html,
* {
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* 'Microsoft Yahei', '等线 Light', Arial, '宋体', '黑体';*/
    color: #000;
    font-size: 1rem;
    border-radius: 0 !important;
}

a {
    color: #000 !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #004098 !important;
}

.navbar-nav .nav-link {
    font-size: 1.25rem;
    color: #eee !important;
}

.nav-item>a:hover {
    color: #fff !important;
}

.nav-link {
    padding: 1em 1rem;
}

@media (min-width: 768px) {

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (max-width: 575.98px) {
    .navbar-nav .nav-link {
        font-size: 1.1rem;
        font-weight: bold;
        color: #eee !important;
    }

    .nav-item>a:hover {
        color: #fff !important;
    }

    .nav-link {
        padding: 0.5rem;
    }

    .navbar-toggler-icon {
        color: #eee !important;
       border:1px solid #eee;
    }

   /* .navbar-light .navbar-toggler-icon {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.5);
    }*/
  .navbar-toggler{
      border:1px solid #eee;
  }

}

.flink>a {
    color: rgba(255, 255, 255, .5) !important
}

.flink>a:hover {
    color: #fff !important;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu li {
    padding: .25rem 0;
}

.carousel-caption h3>a {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 2rem;
}

.selected {
    color: #1a75fc !important;
    font-size: 1.5rem;
    font-weight: 700;
}


.bg-primary {
    background-color: #004098!important;
}

.text-primary {
    color: #004098!important;
}


h4>a {
    font-weight: bold;
    color: #333 !important;
}

h6>a {
    color: #999 !important;
}

.newslist:hover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#wp_paging_w6 {
    text-align: center;
}

#wp_paging_w6 ul {
    text-align: center;
    display: flex !important;
    justify-content: center !important;
}

#wp_paging_w6 ul li {
    display: inline-block;
}

.wp_paging {
    float: none;
    margin: 0 auto;
}

.wp_paging li a span,
.pages_count span,
.page_jump span {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border:1px solid #ccc;
    color: #000 !important;
}

.wp_paging li a span:hover,
.pages_count span:hover,
.page_jump span:hover {
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border:1px solid #004098;
    color: #004098!important;
}

.pages_count span em,
.page_jump span em,
.page_jump span a {
    color: #000!important;
}

.wp_paging li input {
    padding: 2px 10px;
    width: 40px;
    height: 22px;
   border:0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f5f5f5;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0;
}

/*
.card:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: ease-in-out 0.s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
*/
.card:hover {
    -webkit-box-shadow: 0px 4px 18px 0px rgba(36, 39, 46, 0.1);
    -moz-box-shadow: 0px 4px 18px 0px rgba(36, 39, 46, 0.1);
    box-shadow: 0px 4px 18px 0px rgba(36, 39, 46, 0.1);
}

.search_box {
    border: 4px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.search_control {
    height: 40px;
    line-height: 40px;
    margin: 0;
    outline: none;
    font-size: 16px;
    /*background:transparent!important;*/
    vertical-align: top;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #d3d3d3;
    background: #fff;
    width: 230px;
    padding: 5px 20px;
    transition: all 0.2s ease;
}

.search_button {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: #004098;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.linearBg {
    background: #00B4DB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.linearBg2 {
background: #004098;  

}

.linearBg1 {
background: #004098;  

}

.linearBg3 {
    background: #004098;
}

/*
.wavebg
{
    height: 400px;
    background-image: url(../images/wave.svg);
    background-position: center 60%;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    top:-100px;
    z-index:-100;
}
*/
.col-md-2.col-sm-4 {
    float: left;
}

@media screen and (max-width: 2440px) {
    .col-md-2.col-sm-4 img {
        width: 184px;
    }
}

footer>a,
footer>p,
footer>span,
footer>div {
    color: #fff !importan;
}

ul,li{
  list-style:none;
  padding: 0px; margin: 0px;
}

/*table*/
.tablelist {display: table;width: 100%;border-collapse: collapse;}
.tablelist .row {display: table-row;}
.tablelist .cell {display: table-cell;height: 100%;vertical-align: middle;}

.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}

.facultyList{margin:0 0 0 -30px;}
.facultyList .li{width: 50%;float: left;padding:30px;margin:10px auto;}
.facultyList .li:after{left: 0;top: 0;width: 0;height: 0;border-top: 1px solid #034ea1;border-left: 1px solid #034ea1;content: "";transition: all 0.3s;position: absolute;}
.facultyList .li:before{right: 0;bottom: 0;width: 0;height: 0;border-right: 1px solid #034ea1;border-bottom: 1px solid #034ea1;content: "";transition: all 0.3s;position: absolute;}
.facultyList .li a{background:#f6f8fa;line-height: 25px;font-size: 14px;}
.facultyList .imgbox{padding-top: 20px;width: 160px;vertical-align: top;}
.facultyList .info{padding:28px 33px 0 30px;vertical-align: top;position: relative;color:#999999;}
.facultyList .head{color:#034ea1;font-size: 18px;}
.facultyList .head span{font-size: 22px;color:#000000;margin-right: 14px;}
.facultyList .head a{font-size:32px;color:#004098;font-weight:normal;}
.facultyList .pt{margin:20px 0 10px;}
.facultyList .p{height: 50px;color:#333;margin:0 0 24px;-webkit-line-clamp: 2;}
.facultyList .more{font-weight: bold;color:#034ea1;}
.facultyList .more i{display: inline-block;vertical-align: middle;width: 43px;height: 6px;margin-left: 4px;transition: all 0.3s;}
.facultyList .li:hover .more i{margin-left: 12px;}
.facultyList .li:hover a{background:#fff;}
.facultyList .li:hover .info:after{width: 100%;height: 100%;}
.facultyList .li:hover .info:before{width: 100%;height: 100%;}