/* news list start */
.PageNav {
    position: relative;
    margin: 22px auto;
    justify-content: space-between;
    text-align: center;
}
.PageNav a {
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    font-size: 16px;
    color: #d81e26;
    text-align: center;
    margin: 0 7px;
    border: 1px solid #d81e26;
    padding: 10px 46px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.PageNav a:focus,.PageNav a:active,.PageNav a:hover, a:visited {
    outline: none !important;
    text-decoration: none;
}
.PageNav  a:hover, .PageNav a.active {
    background:#d81e26;
    border-color: #d81e26;
    color: #fff;
}


.Page {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}
.Page .News{}
.News .Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.News .NewsImg {
    width:340px;
    border-radius:4px;
    position: relative;
    overflow: hidden;
    float: left;
}

.News .Title{
    width:clac(100% - 340px);
    font-size:18px;
    font-weight:bold;
    color:#222;
    float: right;
}
.News .Summary{
    width:clac(100% - 340px);
    font-size:16px;
    line-height:200%;
    color:#999;
    font-weight:normal;
    float: right;
}



.Newslist .yx_Summary{
    font-size: 14px;
    line-height:200%;
    color:#999;
    font-weight:normal;
}
.Newslist .yx_New_Con{
    width:65%;
    padding:1.2vw 8% 0 5%;
    position:relative;
    overflow:hidden;
}
.Newslist .yx_New_Con em{
    display:block;
    width:28px;
    height:2px;
    background:#f8f8f8;
    margin: 16 0 20;
}
.Newslist .yx_Time{
    font-size: 18px;
    font-weight:bold;
    color:#0b74c3;
    width:100%;
}
.Newslist .yx_New_M{
    font-size:18px;
    line-height:38px;
    display:block;
    height:38px;
    background: #ddd;
    color: #666;
    width:38px;
    text-align:center;
}
.Newslist .yx_New_Time{
    width:10%;
}
.Newslist .yx_NewLi:hover .newImg{
    transform:scale(1.1);
    transition:all 0.6s ease;
}
.Newslist .yx_New_Time:hover .yx_New_M{
    background:#0b74c3;
    color:#fff;
    transition:all 0.6s ease;
}
.Newslist .yx_New_Time:hover .yx_Time{
    color:#eee;
    transition:all 0.6s ease;
}
.Newslist .yx_NewLi:hover .yx_New_Con{
    padding-left:6%;
    transition:all 0.6s ease;
}
.Newslist .yx_NewLi:hover .yx_New_Con .yx_Title{
    color:#000;
    transition:all 0.6s ease;
}
.Newslist .yx_NewLi:hover .yx_New_Con em{
    background:#eee;
    transition:all 0.6s ease;
}

.second-menu-title{height:100px;text-align:center;font-size:22px;color:#fff;background:url(../I/leftmenu.jpg) no-repeat;background-size:100% 100%;margin:var(--universal-margin);margin-bottom:0}
.second-menu-title span{line-height:100px;width:100px}
nav{margin-top:0;border-radius: 0}
nav a:hover, nav a.active,nav a:focus, nav a:visited:hover, nav a:visited:focus {
    text-decoration: none;
  /*  
  border-left: #1c6ca2 3px solid;
  */
}

.News_item{width:100%;margin:0 0 1em 0;overflow:hidden;font-size:16px;}
.News_item .date{width:80px;height:64px;background:#186faa;text-align: center;color:#fff;float:left}
.News_item .date p{width:76px;background:#fff;padding:0;margin-left:2px;margin-top:2px;color:#1f71aa;height:30px;line-height:30px;}
.News_item .content{width:calc(100% - 80px - 1em);float:right}
.News_item .title{line-height:40px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.News_item .title a{font-size:16px;color:#333;text-decoration:none;cursor:pointer;font-weight:700}
.News_item .abstract{position: relative;line-height:24px;font-size:14px;color:#989898;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.paging *{padding:0}
.paging{text-align:center;padding:0;margin:1em 0;width:100%}
.paging ul{display:inline-flex;border-radius:0;overflow:hidden;position:relative}
.paging ul li{display:inline-flex;border-radius:0;overflow:hidden;position:relative}
.paging ul li a{width:60px;height:45px;line-height:50px;background:#186faa;border-radius:0;border:none;outline:2px solid #fff;outline-offset:-6px;font-size:18px;font-weight:700;color:#fff;letter-spacing:1px;margin:0 8px 0 0;position:relative;z-index:1;transition:all .4s ease 0s}
.paging ul li:first-child a,.paging ul li:last-child a{line-height:50px}
.paging ul li:last-child a{margin-right:0}
.paging ul li a:hover,.paging ul li.active a,.paging ul li.active a:hover{background:#186faa;color:#fff;outline:thin dotted;outline-offset:-2px}
.paging ul li a:before{content:"";width:0;height:0;background:rgba(0,0,0,0) linear-gradient(135deg,#f8f8f8 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:1px 1px 1px rgba(0,0,0,.4);position:absolute;top:0;left:0;transition:all .3s ease 0s}
.paging ul li a:hover:before,.paging ul li.active a:before{width:12px;height:12px}




:root{--main-color:#186faa;--active-color:#186faa;--btn-bg:#186faa;--main-bg:#186faa}
a:active,a:hover{color:#d81e26;text-decoration:none}
a:focus,a:hover{color:#d81e26;text-decoration:underline}
.container{width:100%;max-width:100%}
.fa_maxwidth{max-width:1520px;width:94%;margin:0 auto;padding:0}
.fa_ani *{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.fa_ani :before{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.fa_ani :after{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
a{cursor:pointer}
body,html{overflow-x:hidden!important}
a:active,a:focus,a:hover,a:visited{outline:0!important;text-decoration:none}
i{font-style:normal}
@media only screen and (min-width:769px){:root{--f80:80px;--f50:50px;--f40:40px;--f36:36px;--f30:30px;--f24:24px;--f22:22px;--f20:20px;--f18:18px;--f16:16px}
    .fa_pchide{display:none!important}
    .fa_NewsdtTit{font-size:26px!important}
    .fa_pctit{font-size:26px!important}
}
@media only screen and (max-width:1200px) and (min-width:769px){:root{--f80:40px;--f50:36px;--f40:36px;--f36:30px;--f16:16px}
}
@media only screen and (max-width:768px){:root{--f80:24px;--f50:22px;--f40:22px;--f36:20px;--f30:20px;--f24:20px;--f22:18px;--f20:16px;--f18:16px;--f16:14px}
    .fa_NewsdtTit{font-size:22px!important}
    .fa_motit{font-size:20px!important}
    .fa_mohide{display:none!important}
    input::-webkit-input-placeholder{font-size:14px;line-height:1.42857143}
    input::-moz-placeholder{font-size:14px;line-height:1.42857143}
    input:-ms-input-placeholder{font-size:14px;line-height:1.42857143}
    input:-moz-placeholder{font-size:14px;line-height:1.42857143}
    span[style*="font-size:42px"]{font-size:28px!important}
    span[style*="font-size:40px"]{font-size:24px!important}
    span[style*="font-size:36px"]{font-size:22px!important}
    span[style*="font-size:32px"]{font-size:20px!important}
    span[style*="font-size:30px"]{font-size:18px!important}
    span[style*="font-size:20px"]{font-size:16px!important}
    span[style*="font-size:4.5rem"]{font-size:50px!important}
    span[style*="font-size:48px"]{font-size:32px!important}
}
.fa_flexline{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-moz-flex-wrap:nowrap;flex-wrap:nowrap}
.fa_flexwrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;-moz-flex-wrap:wrap;flex-wrap:wrap}
.fa_flex_between{-webkit-box-pack:justify;-moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between}
.fa_flex_Xend{-webkit-box-pack:end;-moz-justify-content:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end}
.fa_flex_Xcenter{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fa_flex_Yend{-webkit-align-items:flex-end;align-items:flex-end}
.fa_flex_Ycenter{-webkit-box-align:center;-moz-align-items:center;-webkit-align-items:center;align-items:center}
.fa_centerY{position:relative;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.yx_NewUl{width:100%}
.p_news{margin:0;width:inherit;height:auto;padding:0;overflow:hidden}
.yx_NewLi{padding:var(--f18);background:#f5f5f5;border-radius:4px;margin-bottom:var(--f20)}
.yx_New_Img{width:24%;height:200px;border-radius:4px;position:relative;overflow:hidden}
.yx_ImgCover img{position:absolute;width:100%;height:100%;object-fit:cover}
.yx_More{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}
.yx_Title{font-size:var(--f18);font-weight:700;color:#222;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.yx_Summary{font-size:14px;line-height:200%;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.yx_New_Con{width:52%;padding:1.2vw 8% 0 5%;position:relative;overflow:hidden}
.yx_New_Con em{display:block;width:28px;height:2px;background:#d81e26;margin:var(--f16) 0 var(--f20)}
.yx_More{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}
.yx_Time{font-size:var(--f18);font-weight:700;color:#d81e26;width:100%}
.yx_New_M{font-size:18px;line-height:38px;display:block;height:38px;background:#ddd;color:#666;width:38px;text-align:center}
.yx_New_Time{width:10%}
.yx_NewLi:hover .newImg{transform:scale(1.1);transition:all .6s ease}
.yx_New_Time:hover .yx_New_M{background:#d81e26;color:#fff;transition:all .6s ease}
.yx_New_Time:hover .yx_Time{color:#eee;transition:all .6s ease}
.yx_NewLi:hover .yx_New_Con{padding-left:6%;transition:all .6s ease}
.yx_NewLi:hover .yx_New_Con .yx_Title{color:#d81e26;transition:all .6s ease}
.yx_NewLi:hover .yx_New_Con em{background:#eee;transition:all .6s ease}
@media only screen and (max-width:768px){.yx_New_Img{width:100%;height:0;padding-bottom:60%}
    .yx_New_Con{width:100%;padding:24px 0 36px}
    .yx_New_Time{width:100%;display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row-reverse}
    .yx_Time{width:auto}
}
/* news list end */




.scroll{width:100%;border:none;overflow:hidden;margin:0 0 2em;padding:0}
.scroll ul{white-space:nowrap}
.scroll ul li{display:inline-block;margin:10px;width:200px}
.scroll ul li img{display:block;vertical-align:super;margin:0;padding:0}
.scroll ul li .title{display:block;margin:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
footer .container h5{
  margin: 12px 8px;
}
/* detail start */
.info_newsT{text-align: center;color: #262626;font-size: 36px;line-height: 1.2;}
.info_newsContent{border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;margin: 20px 0px;padding: 20px 0px;}
.info_newsContent p{margin: 0;}
.info_newsDate{color: #595959;font-size: 14px;text-align: center;}
.info_newsDetail{color: #595959;font-size: 14px;line-height: 1.6;padding: 20px 0px;}
.info_newsMore{margin: 0;font-size: 18px;color: #000;}
/* detail end */