@charset "utf-8";


/**********defined************/
body{ font-family:"微软雅黑", "Microsoft Yahei", "Arial"; background:#fff}
body a{transition: all .2s;}
.hd{ position:absolute; left:-9999px; top:-9999px;}
.cl{zoom:1;}
.cl:after{ content:""; display:block; clear:both; font-size:0; line-height:0; visibility:hidden;}
.l{ float:left;}
.r{ float:right;}

.p10{ padding:10px 15px;}
.p15{ padding:15px;}
.p30{ padding:30px;}
.p50{ padding:50px 0px;}
.p30{ padding:20px 0px;}
.pt20{ padding-top:20px;}
.pt10{ padding-top:10px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pl30{ padding-left:30px;}
.pr20{ padding-right:20px;}
.mb20{ margin-bottom:20px;}
.mt20{ margin-top:20px;}
.w80{width: 80%;margin: auto;}
.w100{width:100%;}
.w1220{width:1220px;margin:0 auto;}
.w150{ width:150px;}
.w1045{ width:1045px;}
.w960{width:960px;}
.w220{width:220px;}

.w280{ width:280px;}
.w940{ width:940px; position:absolute; left:380px; bottom:3px;}
.w910{ width:910px;}
.w830{width: 768px;}
a,a:hover{transition: color .2s;
   -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
hr {height: 0;border-width: 1px 0 0 0;border-style: solid;margin: 0;color: #ddd;}



body {
    font-family: "Microsoft Yahei", "Arial";
    background: #f1f7fe;
}
.w80 {
    width: 80%;
    margin: 0 auto;
}
.banner {
    padding: 70px 0;
    background: url(../images/newsbanner.png) no-repeat center;
    background-size: cover;
}
.banner-left {
    float: left;
}
.banner-left h1 {
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 29px;
}
.banner-right {
    display: block;
    float: right;
}
.banner-right fant {
    display: block;
    padding: 12px 20px;
    background: #f1f7ff;
    border: 1px solid #bad3fe;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    width: 464px;
}
.banner-right fant input {
    display: block;
    background: #f1f7ff;
    width: 350px;
    font-size: 17px;
}
.banner-right fant botton {
    display: block;
    padding: 6px 26px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #5d9d75;
    width: 43px;
    right: 0;
    position: absolute;
    top: 0;
    height: 34px;
    cursor: pointer;
}
input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}


.news_list{
    display: flex;
}

.About_newsw{
    margin-top: 20px;
}
.news_content{
    /* width: calc(100% - 320px); */
}

.About_newsw li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    border-radius: 5px;
}
.About_newsw img {
    height: 168px;
    width: 283px;
    min-width: 283px;
    padding-right: 16px;
}
.About_newsw .news_r {
    /* width: 500px; */
}
.About_newsw .news_r p {
    display: block;
    font: 18px / 24px "Microsoft YaHei";
    color: #333;
    padding-bottom: 15px;
}
.About_newsw .news_r font {
    display: block;
    color: #999999;
    font: 14px / 27px "Microsoft YaHei";
    padding-bottom: 10px;
    height: 102px;
    overflow: hidden;
}
.About_newsw .news_r span {
    display: block;
    color: #1875f0;
    font: 14px / 27px "Microsoft YaHei";
}


.recommend{
    width: 300px;
    margin-left: 20px;
}
.recommend .recommend-title{
    font-size: 20px;
}






@charset "utf-8";
.page-large {
    margin: 20px;
    text-align: center;
}
.page-large a {
    width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}

.page-large span{
    font-size: 14px;
    color: #666666;
}

.page-large .layui-laypage-prev{
    width: 42px;
}
.page-large .layui-laypage-next{
    width: 42px;
}
.page-large .layui-laypage-curr{
    background-color: #648dfd;
    color: #fff;
}


@charset "utf-8";
html{}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
dt, dd{list-style:none;}
caption,th{text-align:left;}          
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
body {font-size:12px;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
a, button { cursor:pointer; text-decoration:none;}
.none{display:none}
a {
    text-decoration: none;
    color: #333;
}
button {
    border: 0px;
}
 

