@charset "UTF-8";
*{
    margin:0;
    padding: 0;
}
ul,li{
    list-style: none;
}
body{
    background-color: #FFFFFF;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
#header .top{
    overflow: hidden;
    width: 100%;
    height: 33px;
    background: #138891;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    z-index: 999;
}
#header .top .inner{
    display: flex;
    justify-content: space-between;
    line-height: 33px;
}
#header .head{
    width: 100%;
    height: 120px;
    background: #006870;
    position: relative;
    z-index: 999;
}
#header .head .inner{
    display: flex;
    justify-content: space-between; 
}
#header .head .Site_Logo{
    display: block;
    width: 320px;
    height: 100px;
    margin-top: 10px;
}
#header .head .logo img{
    display: block;
    width: 320px;
    height: 100px;
    line-height: 120px;
}
#header .head .search .wp_search{
    line-height: 120px;
}
#header .head .search table tr td{
    height: 36px !important; 
}
#header .head .search input[type="text"]{
    width: 320px !important;
    height: 36px !important;
    padding: 0 5px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #006870;
    outline: none;
    vertical-align: middle;
}
#header .head .search input[type="submit"]{
    width: 80px !important;
    height: 37.6px !important;
    background: #004e54;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-left: -3px;
    vertical-align: middle;
}
#headbg{
    height: 284px;
    background: url(../images/1_10.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
#headbg .Column_Name{
    position: absolute;
    top: 20%;
    left: 30%;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #fff;
}
/*  */
#header .nav{
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(154, 161, 171, .2);
    position: relative;
    z-index: 998;
}
.navbox{
    height: 50px;
}
.navbox .wp_nav .nav-item{
    height: 50px;
    /* border-right:1px solid #015f66; */
}
.navbox .wp_nav .nav-item a{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 131px;
    text-align: center;
    color: #464646;
    transition: 0.3s 0.1s background ease;
    font-weight: 700;
}
.navbox .wp_nav .nav-item a:hover{
    color: #015f66 !important;
}
.navbox .wp_nav .nav-item:last-child{
    border-right: none;
}
.navbox .wp_nav .sub-nav{
    border:none;
    background: #006870 !important;
}
.navbox .wp_nav .sub-nav .nav-item{
    border-right: none !important;
}
.navbox .wp_nav .sub-nav .nav-item a{
    border-top: none;
}
.navbox .wp_nav .sub-nav .nav-item a.parent{
    color: #015f66 !important;
}
#banner{
    width: 100%;
    height: 450px;
}
.banner{
    width: 1200px;
    height: 446px;
    margin: 20px auto;
}
#container{
    margin: 30px 0;
    /* overflow: hidden; */
}
#container .inner{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#container .head h3{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
#container .head h3::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 25px;
    background-color: #135b89;
}
#container .left{
    width: 66.666%;
    padding: 20px 20px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    border-radius: 5px;
    background: #FFFFFF;
    margin-right: 15px;
    position: relative;
}
#container .left .con{
    display: flex;
}
#container .left .news_banner{
    width: 345px;
    height: 260px;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 7.2px;
}
#container .left .news_list{
    /* position: relative; */
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
#container .left .dwq_news{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
#container .left .dwq_news_banner{
    width: 345px;
    height: 260px;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    padding: 7.2px;
}
#container .right{
    width: 33.333%;
    padding: 20px 10px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    border-radius: 5px;
    background: #FFFFFF;
    margin-left: 15px;
    position: relative;
}
#container .wp_article_list li{
    border-bottom: 1px solid #e0e0e0;
    color: #3f3f3f;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: capitalize;
}
#container .wp_article_list li a{
    color: #3C3C3C;
    font-size: 14px;
    font-family: "";
    text-decoration: none;
}
#container .wp_article_list li a:hover{
    color: #004e54;
}
#container .wp_article_list li .Article_PublishDate{
    font-size: 12px;
}
#container .more{
    position: absolute;
    top: 20px;
    right: 35px;
}
/*  */
#content{
    padding-top: 37px;
}
#content .inner{
    display: flex;
    justify-content: space-between;
}
#content .c_left{
    width: 252px;
}
#content .c_left_head{
    width: 252px;
    height: 113px;
    background: #006870;
    color: #fff;
    line-height: 113px;
    text-align: center;
}
#content .c_left_head .col_name{
    font-size: 24px;
    font-weight: 400;
}
#content .c_left .Column_Name{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    background: #006870;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
#content .c_left .Column_Name::before{
    content: '>';
    position: absolute;
    font-family: "";
    font-size: 20px;
    line-height: 50px;
    padding-right: 30px;
    right: 0;
    transition: all 0.3s ease;
}
#content .c_left .Column_Name:hover::before {
    padding-right: 20px;
}
#content .c_right{
    width: 898px;
}
#content .c_right_head{
    display: flex;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #EAEAEA;
}
#content .c_right_head .nav_name{
    font-size: 20px;
    color: #818181;
    font-family: "Microsoft YaHei";
}
#content .c_right_con .article_title h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-top: 20px;
}
#content .c_right_con .expert_info{
    width: 100%;
    height: 260px;
    background: url(../images/expertinfobg.png) center no-repeat;
}
#content .c_right_con .expert_info .info{
    display: flex;
    padding: 20px 0;
    width: 100%;
}
#content .c_right_con .expert_info .info .pic{
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    margin-top: 10px;
}
#content .c_right_con .expert_info .info .pic img{
    width: 200px;
    height: 200px;
}
#content .c_right_con .expert_info .info .text{
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}
#content .c_right_con .expert_info .info .text span{
    display: block;
}
#content .c_right_con .expert_info .info .text .e_name{
    font-size: 42px;
    font-weight: 400;
}
#content .c_right_con .expert_info .info .text .e_position{
    margin-top: 20px;
}
#content .c_right_con .article_title p{
    height: 52px;
    border-bottom: 1px dashed #CCCCCC;
    line-height: 52px;
    margin-bottom: 20px;
}
#content .c_right_con .article_title p img{
    vertical-align: middle;
    margin-right: 5px;
}
#content .c_right_con .article_title p span{
    margin-right: 20px;
}
#content .c_right_position{
    font-size: 12px;
}
#content .c_right_position a{
    font-size: 12px;
    text-decoration: none;
    color: #3c3c3c;
}
#content .c_right .t_list{
    display: flex;
    flex-wrap: wrap;
}
#content .c_right .t_list .t_info{
    margin: 20px 30px;
    text-align: center;
    width:200px;
}
#content .c_right .t_list .t_info a{
    text-decoration: none;
    color: #3c3c3c;
    transition: all 0.3s ease;
}
#content .c_right .t_list .t_info:hover a{
    color: #006870;
}
#content .c_right .t_list .t_info .tx img{
    border-radius: 50%;
}
#content .c_right .t_list .t_info .t_name{
    font-size: 18px;
    display: block;
    font-weight: 700;
    padding: 10px 0;
}
#content .c_right .t_list .t_info .t_subtite{
    font-size: 14px;
    display: block;
    height: 50px;
}
#footer{
    width: 100%;
    height: 200px;
    background: url(../images/dbg.jpg) no-repeat center;
    background-size: cover;
}
#footer .inner{
    padding: 50px 0;
}
#footer .inner .content{
    display: flex;
    justify-content: space-between;
}
#footer .foot-left{
    color: #fff;
}
#footer .foot-left span{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}