html,
* {
    font-family: 'Microsoft Yahei', '等线 Light', Arial, '宋体', '黑体';
    color: #000;
    font-size: 14px;
    border-radius: 0 !important;
}

html,body{
     margin:0;
     padding:0;
}

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;
}

.nav-item>a:hover {
    color: #004098!important;
}

.nav-link{
    padding: 1em 1rem;
}

@media (min-width: 768px) {

    .navbar {
         padding-top: 0;
         padding-bottom:0;
    }

}

.flink>a {
    color: rgba(255,255,255,.5)!important;
}

.flink>a:hover {
    color: rgba(255,255,255,.75)!important;
}

.dropdown-menu{
    margin-top:0;
    border: 0;
}

.dropdown-menu li{
    padding:.25rem 0;
}

.carousel-caption h3>a {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 2rem;
}

.selected {
    color: #004098 !important;
    font-weight: 300;
}

.parent{
    color:#000!important;
    font-weight:bold;
}

.bg-primary {
    background-color: #004098!important;
}

.text-primary {
    color: #004098!important;
}


h4>a{
  font-weight:bold;
}

h6>a{
   color:#666!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: #004098;
    color: #fff !important;
}

.pages_count span em,
.page_jump span em,
.page_jump span a {
    color: #fff !important;
}

.wp_paging li input {
    padding: 5px 4px;
    width: 32px;
    height: 18px;
}

.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: #0089BA;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.footer_bg{
     background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
/**列表页**/
.col_menu{width:100%; }
.col_menu .col_menu_head{background: #004098; height: 52px;} /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name{font-size: 19px; color: #fff; }/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text{text-align: center; display: block; line-height: 21px; padding: 15px 20px 0px 0px;} /**栏目列表*/
.list-group-item a.selected{color:#004098;}