@charset "utf-8";

/*Technical Support SudyTech*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: middle;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #03458F;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

/**页面全局宽度**/

/*head开始*/
.header {
    background: #fff url(images/head.png) no-repeat center center;
    background-size: contain;
    height: 149px;
}

.header .sitelogo {
    float: left;
    padding-top: 17px;
}
.header .sitelogo img {
    height: 100px;
}
.header .head-right {
    float: right;
    margin-top:85px;
}

/*默认主导航样式*/
#nav {
    background: #03458F;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}
#nav .wp-window{min-height: 40px;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    margin: 0 auto
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a>.menu-switch-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    font-weight: bold;
    display: inline-block;
    padding: 0 36.5px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-family: SYB;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: #137cf2;
    text-decoration: none;
    color: #fff;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background: #03458f;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    font-weight: bold;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    font-size: 18px;
    background: none;
    text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background: #137cf2;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
#banner {
    position: relative;
}

#banner .inner {
    width: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.mbanner .focus .focus-title-bar {
    bottom: 0;
    left: 40px;
    margin-left: 0px;
    height: 50px;
    left: 50%;
    margin-left: -630px;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
    display: none;
}

.mbanner .focus .focus-pagination {
    position: absolute;
    width:250px;
    bottom: 32px;
    z-index: 60;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(images/dian2.png) no-repeat center center;
    margin-right: 18px;

}

.mbanner .focus .focus-page-active {
    width: 38px;
    background: url(images/dian1.png) no-repeat center center;
    filter: Alpha(opacity=100);
    height: 38px;
    display: block;
}

.mbanner .focus-title {
    display: none;
    position: static;
    line-height: 50px;
    height: auto;
    font-size: 20px;
    font-weight: bold;
}

.mbanner .focus:hover .focus-navigation {
    opacity: 1;
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0;
    filter: alpha(opacity=70);
    background: url(images/slide_next.png) no-repeat;
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
}

.mbanner .focus .focus-next {
    right: 0px;
    background-position: right top
}

/**主体模块样式**/
/**首页三列布局**/

.main1 {
    background: #eff1f3 url(images/m3l.png) repeat;
}

.main2 {
    background: #fdfdfd  url(images/m2l.png) repeat;
}

.main3 {
    background: #f1f3f5 url(images/m3l.png) repeat;
}

.main1 .inner {
    padding: 70px 0px 100px;
}

.main1 .ml,
.main2 .ml {
    float: left;
    width: 936px;
}

.main1 .mr,
.main2 .mr {
    float: right;
    width: 413px;
}

.main2 .inner {
    padding: 80px 0px 88px;
}

.main3 .inner {
    padding: 66px 0px 100px;
    position: relative;
}


/**标题栏新闻窗口**/
.post .tt {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.post .tt .tit {
    font-family: SYB;
    color: #262838;
    font-size: 40px;
    font-weight: bold;
    line-height: 53px;
}

.post .more_btn {
    width: 56.5px;
}

.post .more_btn .more_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 53px;
    cursor: pointer;
    color: #03458F;
    font-family: SYB;
}

.post .more_btn .more_text img {
    margin-top: -3px;
}

/**自定义新闻列表**/
.list .news_list li.news{line-height:49px;border-bottom:1px solid #ddd;}
.list .news_list li.news .news_meta{flaot:right;line-height:50px;}
.list .news_list li.news .news_title {float:left;width:85%;line-height:50px;}

.news_list li.news .news_title {
    line-height: 32px;
}
.news_list li.news .news_meta {
    line-height: 32px;
}

.news_list li.news .news_title {
    font-size: 18px;
    font-weight: bold;
    font-family: SYB;
}

.news_list li.news .news_title a {
    color: #333333
}

.news_list .news .news_title a:hover {
    color: #03458F
}

.news_list li.news .news_text {
    font-size: 14px;
    font-family: SYM;
}

.news_list .news .news_text a:hover {
    color: #03458F
}

.news_list li.news .news_text a {
    color: #666666;
}
.news_list .news .news_meta{
    font-size:18px;
    font-weight:bold;
    color: #333;
    font-family: SYB;
}

/**标题图标**/

.post-10 {
    margin-bottom: 35px;
}

.post-11 {
    float: left;
    width: 499px;
    background: #fff;
    box-shadow: 0px 10px 10px #dee0e2;
}

.post-11 .news_list {
    position: relative
}

.post-11 .news_list .news .news_img {
    position: relative;
    padding-top: 66.7%;
    overflow: hidden;
}

.post-11 .news_list .news .news_img img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.post-11 .slick-prev,
.post-11 .slick-next {
    display: none !important;
}

.post-11 .slick-dots {
    margin-bottom: 190px;
}

.post-11 .slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.post-11 .slick-dots li {
    height: 25px;
    width: 25px;
    margin: 0px 10px;
    background: url(images/dian2.png) no-repeat center center;
    border-radius: none;
    background-size: 80% 80%;
}

.post-11 .slick-dots li button {
    height: 25px;
    width: 25px;
}

.post-11 .slick-dots li.slick-active {
    background: url(images/dian1.png) no-repeat center center;
    background-size: 100% 100%;
}

.post-11 .news_list .news .news_title a {
    color: #333
}

.post-11 .news_list .news .news_title {
    margin-top: 32px;
    padding: 0 30px;
}

.post-11 .news_list .news .news_text {
    margin-top: 10px;
    margin-bottom: 38px;
    line-height: 28px;
    padding: 0 30px;
}

.post-12 {
    float: right;
    width: 406px;
}

.post-12 .news_list .news {
    border-bottom: 1px solid #D5D5D5;
    padding: 20px 0 19px;
}

.post-12 .news_list:first-child {
    border-top: 1px solid #D5D5D5;
}

.post-12 .news_list .news .news_meta{
    float:right;
}.post-12 .news_list .news .news_title{
    float:left;
}

.post-13 {
    float: right;
    width: 413px;
}

.post-13 .tt{
    margin-bottom:37px
}
.post-13 .news_list .news {
    border: 1px dashed #e4e6e8;
    padding: 10px 32px;
    margin-bottom: 10px;
}



.post-20 {
    margin-bottom: 41px;
}

.post-21 {
    float: left;
    width: 470px;
}

.post-21 .news_list {
    position: relative;
    /* margin: 0 25px; */
}

.post-21 .news_list .news .news_img {
    width: 419px;
    position: relative;
    padding-top: 66.7%;
}

.post-21 .news_list .news .news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: all 0.6s ease;
}

.post-21 .slick-prev{
    left:60px;
    background:url(images/r-l.png) no-repeat center center;
}
.post-21 .slick-next {
    right:60px;
    background: url(images/r-a.png) no-repeat center center;
    
}
.post-21 .slick-prev:hover {
    background: url(images/r-l.png) no-repeat center center;
    opacity: 1;
    color: #fff;
}
.post-21 .slick-next:hover{
    background: url(images/r-a.png) no-repeat center center;
    opacity: 1;
    color: #fff;
}
#mybanner {
    position: relative;
    width: 470px;
    height: 437px;
    background: transparent;
}
#mybanner li{position:absolute;transition: all 0.5s ease-in-out;}
#mybanner li .news_pic{overflow: hidden;width:100%;height:100%;}
#mybanner li img:hover{transform:scale(1.1);}
#mybanner li .news_all{position: relative;
    display: block;
    width: 100%;
    height: 100%;}


#mybanner .focus-arrow-left{
    position: absolute;
    top: 125px;
    left:0px;
    z-index: 4;
    }
#mybanner .focus-arrow-right{
    position: absolute;
    top: 125px;
    right: 10px;
    z-index: 4;
    display: none;
    }
#mybanner:hover .focus-arrow-left{display:block;}
#mybanner:hover .focus-arrow-right{display:block;}
.focus-pagenation{
    position: absolute;
    bottom: 50px;
    right: 350px;
    z-index: 5;
    display: none;
    }
.mypagetab{
    float: left;
    margin: 0px 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CDDCF2;
    cursor: default;
    }


.post-21 .news_list .news .news_title a {
    color: #2B3B55;
}

.post-21 .news_list .news .news_title {
    margin-top: 25px;
    padding: 0 25px;
}

.post-21 .news_list .news .news_jzsj {
    margin-top: 20px;
    line-height: 28px;
    padding: 0 25px;
    color:#666666;
    font-size:14px;
    FONT-FAMILY: SYM;
}.post-21 .news_list .news .news_jzdd {
    line-height: 28px;
    padding: 0 25px;
    color:#666666;
    font-size:14px;
    FONT-FAMILY: SYM;
}

.post-22 {
    float: right;
    width: 436px;
}

.post-22 .news_list .news {
    border-bottom: 1px solid #D5D5D5;
    padding: 20px 0 20px;
}

.post-22 .news_list:first-child {
    border-top: 1px solid #D5D5D5;
}

.post-22 .news_list .news .news_meta{
    font-size:16px;
    margin-top: 5px;
    float:left;
    padding-left:30px;
    background: url(images/shijian.png) no-repeat 3px 7px;
}


.post-22 .news_list .news .news_title{
}
.post-22 .news_list .news .news_dd{
    float:left;
    font-size:16px;
    line-height: 30px;
    color:#333;
    padding-left:30px;
    margin-left:65px;
    margin-top: 5px;
    background: url(images/dizhi.png) no-repeat 3px 5px;
    /* font-weight:bold; */
    FONT-FAMILY: SYB;
}



.post-23 {
    float: right;
    width: 413px;
}
.post-23 .tt{
    margin-bottom:52px;
}
.post-23 .news_list {
    position: relative;
    width: 100%;
    background:#F1F3F5;
}

.post-23 .news_list .news .news_img {
    width: 413px;
    position: relative;
    padding-top: 56.3%;
    overflow: hidden;
}

.post-23 .news_list .news .news_img img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: auto;
}

.post-23 .slick-prev{
    left: 30px;
    background:url(images/r-l.png) no-repeat center center;
}
.post-23 .slick-next {
    right: 30px;
    background: url(images/r-a.png) no-repeat center center;
}
.post-23 .slick-prev,.post-23 .slick-next {
    height: 40px;
    width: 55px;
    line-height: 40px;
    top: 110px;
}
.post-23 .slick-prev:hover {
    background: url(images/r-l.png) no-repeat center center;
    opacity: 1;
    color: #fff;
}
.post-23 .slick-next:hover{
    background: url(images/r-a.png) no-repeat center center;
    opacity: 1;
    color: #fff;
}

.post-23 .slick-dots {
    display:none !important;
}


.post-23 .news_list .news .news_title a {
    color: #2B3B55;
}

.post-23 .news_list .news .news_title {
    padding:18px 28px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-23 .news_list .news .news_text {
    margin-bottom: 0px;
    padding: 0px 28px;
    line-height: 30px;
}
.post-23 .news_list .news .more_btn {
    padding:2px 28px 25px 28px;
    width:100px;
    float:right;
}
.post-23 .news_list .news .more_btn a{
    color:#333;
    position:relative;
    font-size:18px;
    font-weight:bold;
    padding-right: 20px;
    line-height:24px;
}
.post-23 .news_list .news .more_btn a img{ 
    position:absolute;
    right:0;top:6px;
}









.post-31 .tt {
    justify-content: center;
    margin-bottom: 41px;
}

.post-31 .more_btn {
    right: 0;
    position: absolute;
}

.post-31 .news_list {
    display: flex;
    justify-content: space-between;
}

.post-31 .news_list .news {
    height: 528px;
    width: 284px;
    background: url(images/rybj.png) no-repeat center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.post-31 .news_list .news .news_img {
    width: 188px;
    height: 188px;
    padding-top: 60px;
}

.post-31 .news_list .news .news_img img {
    width: 100%;
    height: 100%;
}

.post-31 .news_list .news .news_title {
    padding: 32px;
}

.post-31 .news_list .news .news_title a {
    color: #fff
}

.post-31 .news_list .news .news_text a:hover {
    color: #03458F
}

.post-31 .news_list .news .news_text {
    padding: 0 32px;
    line-height: 32px;
}

.post-31 .news_list .news .news_text a {
    color: #fff;
    opacity: .8
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
}

/**主体文章页开始**/
#d-container {
    background: #f6f6f6;
}

#d-container .inner {
    padding: 20px 0px;
    background: #fff;
}

.col_menu {
    width: 270px;
    float: left;
    margin-right: -270px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #03458F;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 17px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #03458F;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color:#03458F;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color:#03458F;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 52px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #03458F;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color:#03458F;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #03458F;
    border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}
.col_news_con .col_news_list .news{
    display:flex;
    justify-content:space-between
}
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    width: auto;
    margin: 0px 30px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #03458F;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 400px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 18px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

/**页脚开始**/
#footer {
    background: #03458F;
}

#footer .inner .foot-t {
    height: 183px;
    display: flex;
}

#footer .inner .foot-t .foot-left {
    margin-top: 54px;
    width: 50%;
}

#footer .inner .foot-t .foot-right {
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    width: 50%;
}
#footer .inner .foot-t .foot-right .foot-r-1{
    margin-left:100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .inner .foot-t .foot-right .copyright.cp-1{
    padding-bottom: 15px;
    font-size:16px;
    font-weight:bold;
    opacity:1;
    FONT-FAMILY: SYB;
}#footer .inner .foot-t .foot-right .copyright{line-height:28px;font-size: 14px;opacity: .6;FONT-FAMILY: SYR;}
#footer .inner .foot-t .foot-right .foot-r-2{
    margin-left:100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#footer .inner .foot-b {
    height: 88px;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
}

#footer .inner p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
}

#footer .inner .copyright a {
    color: #ffffff;
}

#footer .inner .foot-b .copyright {
    font-size: 14px;
    line-height: 32px;
    opacity: .6;
    margin-top: 33px;
    FONT-FAMILY: SYR;
}
#footer .foot-right .links ul{
    display:flex;
}
#footer .foot-right .links .i1 .con img {width: 24.89px;height: 20.28px; margin-right:20px} 
#footer .foot-right .links .i2 .con img {width: 25.22px;height: 20.28px;margin-right:20px} 
#footer .foot-right .links .i3 .con img {width: 18.73px;height: 21px;} 
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    float: right;
    text-align: right;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    border-radius: 50px 50px;
    background: #F1F3F5;
    width: 214px;
}

.wp-search .search-input input.search-title {
    width: 193px;
    border-radius: 50px;
    height: 39px;
    line-height: 32px;
    color: #666666;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: #f1f3f5;
    font-family: SYM;
}

.wp-search .search-btn {
    width: 39px;
    height: 39px;
    position: absolute;
    right: 17px;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 39px;
    height: 39px;
    border: 0;
    outline: 0;
    background: #F1F3F5 url(images/sousuo-2.png) no-repeat center;
    cursor: pointer;
}

@font-face{
    font-family: "SYB";
    src:url('SYST/SourceHanSerifCN-Bold.otf');
}@font-face{
    font-family: "SYM";
    src:url('SYST/SourceHanSerifCN-Medium.otf');
}@font-face{
    font-family: "SYR";
    src:url('SYST/SourceHanSerifCN-Regular.otf');
}
/*************************************************************
 * 特殊页面 */
.list.jsml .col_news_list .news_list {
display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.list.jsml .col_news_list .news_list li.news{        display: flex;
        width: 44.65%;
        height: 210px;
        padding: 24px;
        margin-bottom: 30px;
        border: 1px solid #ebebeb;}

.list.jsml .col_news_list .teacher-item .teacher-left {
        margin-right: 20px;
    }
.list.jsml .col_news_list .teacher-item .teacher-left img {
        width: 152px;
        height: 205px;
        object-fit: cover;
    }
.list.jsml .col_news_list .teacher-item .teacher-right .right-top .gangwei {
        margin-left: 15px;
        color: #333;
        font-size: 18px;
    }
.list.jsml .col_news_list .teacher-item .teacher-right .right-top .name a {
        color: #0662b1;
        font-size: 24px;
        font-weight: bold;
    }
.list.jsml .col_news_list .teacher-item .teacher-right .right-bottom .intro {
        margin-top: 15px;
        color: #666;
        font-size: 18px;
line-height: 28px;
    }
.list.jsml .col_news_list .two-column .teacher-item .intro:nth-child(2) {
        line-height: 35px;
        margin-top: 8px !important;
    }
/*二级页面*/





#Lilist li:nth-child(1) .news_title{display: none;}
#Lilist li:nth-child(1) .news_jzsj{display: none;}
#Lilist li:nth-child(1) .news_jzdd{display: none;}
#Lilist li:nth-child(3) .news_title{display: none;}
#Lilist li:nth-child(3) .news_jzsj{display: none;}
#Lilist li:nth-child(3) .news_jzdd{display: none;}












