@charset "utf-8";
/*Technical Support SudyTech*/

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: 400;
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sub,
sup {
    font-size: 83%;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
}

q:after,
q:before {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none;
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    outline: 0;
    color: #333;
    font: 13px/1 arial, \5b8b\4f53;
}

:focus {
    outline: 0;
}

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97cbe0;
}

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.clearfix {
    display: block;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(images/icon.png) no-repeat;
    vertical-align: middle;
}

body:before {
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    content: "";
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    color: #333;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    line-height: 1;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover {
    color: #095ab5;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.wrapper .inner {
    margin: 0 auto;
    width: 1200px;
}

.header {
    background: #2a83cf;
}

.header .inner {
    position: relative;
    height: 126px;
}

.header .sitelogo {
    float: left;
    margin-top: 27px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 18px;
    margin-left: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-right {
    float: right;
    margin-top: 37px;
    width: 240px;
}

#nav {
    background: #045ba5;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
}

#nav a:hover {
    text-decoration: none;
}

.nav .wp-menu {
    margin: 0 auto;
}

.nav .wp-menu .menu-item {
    position: relative;
    float: left;
    display: inline-block;
}

.nav .wp-menu .menu-item.i1 {
    background: 0 0;
}

.nav .wp-menu .menu-item a.menu-link {
    position: relative;
    display: inline-block;
    padding: 0 54px;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
}

.nav .wp-menu .menu-item a.hover,
.nav .wp-menu .menu-item.hover a.menu-link {
    background-color: #1384e2;
    color: #eee;
    text-decoration: none;
}

.nav .sub-menu {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 100%;
    background: #fff;
    text-align: center;
}

.nav .sub-menu .sub-item {
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.nav .sub-menu .sub-item a {
    display: block;
    padding: 0 17px;
    height: 40px;
    background: 0 0;
    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.nav .sub-menu .sub-item a:hover,
.nav .sub-menu .sub-item.hover>a {
    display: block;
    background-color: #1384e2;
    color: #fff;
}

.nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    z-index: 200;
    background: #fff;
}

#banner .inner {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.main1 .inner {
    padding: 29px 0 20px;
}

.main1 .ml {
    float: left;
    padding-top: 8px;
    width: 360px;
}

.main1 .mc {
    float: left;
    margin-left: 30px;
    width: 380px;
}

.main1 .mr {
    float: right;
    width: 346px;
}

.post .tt {
    display: inline-block;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #0059a5;
}

.post .tt .tit {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.post .tt .tit .title {
    display: block;
    color: #424242;
    font-family: "Microsoft yahei";
    line-height: 42px;
}

.post .tt .tit .name {
    display: none;
    color: #333;
    line-height: 16px;
}

.post .con {
    margin: 0 auto;
    padding: 6px 0;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}

.post .more_btn {
    float: right;
    display: inline-block;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.post .more_btn .more_text,
.post .more_btn a {
    color: #999;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

.post .more_btn a {
    color: #666;
}

.post .more_btn a:hover {
    color: #666;
}

.post1 .tt .tit .title {
    display: inline-block;
    color: #005daa;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
}

.post1 .more_btn a {
    color: #000;
}

.news_list li.news {
    padding-left: 0;
    line-height: 40px;    font-size: 16px;
}

.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9c9c9c;
}

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0 solid red;
}

.news_list li.news .news_text {
    color: #666;
    line-height: 22px;
}

.news_list li.news .news_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;font-size: 16px;
}

.rili2 .con {
    padding: 5px 0;
}

.rili2 .news_list li.news {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e3e9ee;
}

.rili2 .news_list li.news.n1 {
    margin-top: 10px;
}

.rili2 .news_list li.news .news_date {
    float: left;
    margin-right: -62px;
    width: 62px;
    text-align: center;
}

.rili2 .news_list li.news .news_date .news_year {
    background-color: #949494;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    background-color: #e3e4e6;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 30px;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 70px;
    padding: 4px 0;
}

.rili2 .news_list li.news .news_title {
    margin-top: 4px;
    width: 100%;
    max-height: 51px;
    color: #333;
    font-size: 16px;
    line-height: 29px;
    -webkit-line-clamp: 2;
}

.rili2 .news_list li.news:hover .news_date .news_year {
    background-color: #0945a8;
    transition: all .4s ease-in-out;
}

.rili2 .news_list li.news:hover .news_date .news_days {
    background-color: #e3e4e6;
}

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    font-size: 15px;
    line-height: 24px;
}

.news_text .news_list li.news .news_text {
    font-size: 13px;
    line-height: 22px;
}

.news_text .news_list li.news .news_time {
    font-size: 13px;
    line-height: 28px;
}

.slick-next,
.slick-next:hover,
.slick-prev,
.slick-prev:hover {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 62px;
    outline: 0;
    border: 0 solid #d4d8d9;
    border-radius: 50%;
    background: url(images/slickarrow2.png) no-repeat;
}

.slick-prev {
    left: -95px;
    background-position: 0 0;
}

.slick-prev:hover {
    background-position: 0 0;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0;
}

.slick-next:hover {
    background-position: right 0;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}

.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 .inner {
    padding: 25px 10px;
}

#d-container .inner {
    background: #fff;
}

.col_menu {
    position: relative;
    float: left;
    margin-right: -240px;
    width: 240px;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #2a83cf;
}

.col_menu .col_menu_head h3.col_name {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    padding: 0 5px 0 30px;
    line-height: 50px;
}

.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

.col_list .wp_listcolumn {
    border-top: 0 solid #2867a0;
    border-bottom: 0 solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    border-top: 0 solid #fff;
    border-bottom: 1px solid #f6eaea;
    background: 0 0;
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 5px 0 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a:hover {
    background: #eee;
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    background: 0 0;
    color: #454545;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    color: #0f429b;
    font-weight: 700;
}

.col_list .wp_listcolumn .wp_column .sub_list a {
    margin-top: -1px;
    border-top: 1px solid #eee;
    color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    padding: 5px 10px 5px 44px;
    line-height: 28px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0f429b;
    font-weight: 700;
    font-weight: 700;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    color: #0f429b;
    font-weight: 700;
}

.col_news {
    float: right;
    width: 100%;
    min-height: 500px;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 1px solid #dbdbdb;
}

.col_metas .col_title {
    float: left;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

.col_metas .col_title h2 {
    display: inline-block;
    border-bottom: 3px solid #cbcbcb;
    color: #0f429b;
    font-weight: 400;
    font-size: 18px;
    font-family: "Microsoft yahei";
}

.col_metas .col_path {
    float: right;
    display: inline-block;
    height: 46px;
    color: #666;
    white-space: nowrap;
    line-height: 46px;
}

.col_metas .col_path a {
    color: #2f2f2f;
}

.col_news_con {
    margin: 0 0;
    padding: 5px 0 10px 0;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.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;
}

.infobox {
    margin: 0 auto;
    padding: 20px 60px;
    width: auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    padding-bottom: 10px;
    color: #182880;
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    line-height: 36px;
}

.article h2.arti_title {
    color: #1b1b1b;
    text-align: center;
    font-size: 17px;
    font-family: "Microsoft YaHei";
    line-height: 34px;
}

.article .arti_metas {
    padding: 10px;
    border-top: 1px solid #ececec;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    color: #787878;
    font-size: 12px;
}

.article .entry {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.article .entry .read,
.article .entry .read p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
}

.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

.article .entry .read {
    min-height: 500px;
}






.wp_search {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    padding: 4px 0;
    width: 160px !important;
    height: 20px;
    border: none;
    background: 0 0;
    color: #fff;
    line-height: 20px;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0;
    background: #fff url(images/sous.png) no-repeat center;
    vertical-align: top;
    cursor: pointer;
}

.searchbox {
    margin-top: 5px;
    text-align: right;
}

.wp-search {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 18px;
    background: #e3eff9;
}

.wp-search .search-input {
    margin-right: 40px;
    margin-left: 13px;
}

.wp-search .search-input input.search-title {
    padding: 7px 0;
    width: 100%;
    height: 22px;
    outline: 0;
    border: 0;
    background: 0 0;
    color: #313131;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 22px;
}

.wp-search .search-btn {
    position: absolute;
    top: 2.3px;
    right: 3px;
    width: 32px;
    height: 32px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 31px;
    outline: 0;
    border: 0;
    background: url(images/sous.png) no-repeat center;
    cursor: pointer;
}

.mbanner .focus .focus-title-bar {
    bottom: 0px;
    left: 0;
    margin-left: 0;
    width: 100% !important;
}

.mbanner .focus .focus-title-bg {
    background-color: #000;
    opacity: .4;
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 20px;
    bottom: 16px;
    z-index: 60;
    margin-right: 0;
}

.mbanner .focus .focus-page {
    display: inline-block;
    margin-right: 6px;
    width: 21px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    opacity: .7;
}

.mbanner .focus .focus-page-active {
    width: 21px;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    background: url(images/slide_next.png) no-repeat;
    text-indent: -999em;
    opacity: .7;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
}

.mbanner .focus .focus-prev {
    left: 0;
}

.mbanner .focus .focus-next {
    right: 0;
    background-position: right top;
}

.wrapperinner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    -ms-touch-action: none;
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 160px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-tap-highlight-color: transparent;
    -ms-transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.focus-container .focus-item a div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.b1 {
    float: left;
    width: 68.83%;
}

.post-10 {
    float: left;
    box-sizing: border-box;
    padding: 24px 35px 30px 39px;
    width: 31.17%;
    background: #8ab5bb;
}

.news_title {
    display: -webkit-box;
    overflow: hidden;
    width: 85%;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-10 .tt .tit .title {
    color: #fff;
    font-weight: 700;
}

.post-10 .more_text {
    color: #fff;
    font-size: 13px;
}

.post-10 .news_title a {
    color: #fff;
    font-size: 15px;
    line-height: 36px;
}

.post-10 .news_title {
    max-height: 38px;
    color: #fff;
}

.post-10 .news_list li.news span.news_meta {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
}

.post-11 li {
    float: left;
    box-sizing: border-box;
    padding-left: 33px !important;
    width: auto;
}

.post-11 .i1 {
    padding-left: 0 !important;
}

.post-11 .news_title {
    width: 100%;
    /* background:#8bc125; */
    /* text-align:center; */
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
}

.post-11 .news_title a {
    /* color:#fff; */
    /* font-weight:700; */
}

.post-11 .i1 .news_imgs{position:relative;padding-top:41.74%;overflow:hidden }
.post-11 .i1 .news_imgs img{position:absolute;width:100%;left:0;right:0;top:0;bottom:0;height:100%;object-fit:cover}
.post-11 .i2 .news_title {
    background: #f8b933;
}

.post-11 .i3 .news_title {
    background: #8ab5bb;
}

.post-11 .i4 .news_title {
    background: #505082;
}

.date-day {
    display: block;
    border-radius: 5px 5px 0 0;
    background: #479ade;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
}

.date-year {
    display: block;
    margin-top: 4px;
    border-radius: 0 0 5px 5px;
    background: #eaf8fc;
    color: #0059a5;
    font-size: 12px;
    line-height: 29px;
}

.rili2 .news_list li.news:hover .news_date .data-day {
    background: #000 !important;
}

#container-2 .inner {
    padding: 3px 0 12px;
}

.foot-center {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 9%;
    width: 50.75%;
}



.bt a {
    color: #545452;
    font-size: 16px;
}

.bt {
    float: left;
    width: 40%;
}

.bt {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}




.foot-center:before {
    position: absolute;
    top: 5px;
    right: 100px;
    width: 1px;
    height: 92px;
    background: #616088;
    content: "";
}

.focus-container {
    height: 407px !important;
}

.focus-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    padding: 0 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    -webkit-transition-delay: 99999s;
}

.read div {
    margin: 0 auto;
}

.list12 .list2 li {
    float: left;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 5px;
    width: 27.5%;
    text-align: center;
}

.list12 .list2 .news_title {
    width: 100%;
    text-align: center;
}

.list12 .list2 .news_img img {
    overflow: hidden;
    width: 100%;
    height: 170px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

div#wp_paging_w6 {
    clear: both;
}

a.menu-link:after {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    width: 1px;
    height: 17px;
    background: #82add2;
    content: "";
}

.i1 .menu-link:after {
    display: none;
}

.post-10 .more_btn {
    float: left;
    margin: 0;
}

.post-11 {
    float: left;
    width: 360px;
}
.post-11 .news_list .news .news_text a{
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-12 {
    float: left;
    margin-left: 40px;
    width: 410px;
}

.post-13 {
    float: right;
    width: 350px;
}

.post-11 .news_text a {
    display: inline-block;
    padding-top: 18px;
    color: #333;
    font-size: 12px;
    line-height: 25px;
}

.post-11 .con {
    padding-top: 18px;
}

a.url {
    display: block;
    padding-top: 3px;
    color: #395ea1;
    font-size: 16px;
}

.news_imgs img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.post-12 .news_title {
    float: left;
    width: 80%;
    max-height: 43px;
    min-height: 43px;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
}

.post-12 .news_time {
    color: #8b8b8b;
    font-size: 15px;
    font-family: "微软雅黑";
    line-height: 24px;
}

.post-12 li {
    padding: 12px 0;
    border-bottom: 1px dashed #bfbfbf;
}

.rili2 .news_list li.news {
    border-bottom: 1px dashed #bfbfbf;
}

.post-12 li:last-child,
.post-13 li:last-child {
    border: none !important;
}

.post-10 .tt {
    border: none;
}

.post-13 .news_con {
    padding-top: 1px;
    padding-left: 76px;
}

.rili2 .news_list li.news:hover .date-day {
    background: #f8b933;
}

a:hover {
    color: #015eab;
    text-decoration: underline;
}


#footer .foot-center:before {
    display: none;
}

#footer .foot-center {
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}

div#footer {
    padding: 35px 0;
    background: #045ba5;
}

#footer .foot-center p {
    margin: 0;
    color: #ccd7e7;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
}

.post-10 .tit:after {
    position: absolute;
    top: 69px;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    content: "";
}

.post-10 .news_list {
    padding-top: 12px;
}

.post-10 .more_text {
    color: #fff !important;
    font-size: 13px !important;
}

.rili2 .news_list li.news.n4 {
    margin-bottom: 0;
    padding-bottom: 0;
}


input::-webkit-input-placeholder {
    color: #63676b;
}

input::-moz-input-placeholder {
    color: #63676b;
}

input::-ms-input-placeholder {
    color: #63676b;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    -webkit-transition-delay: 99999s;
}
