@charset "utf-8";
@font-face {
font-family: 江城斜黑体;
src: url(../fonts/江城斜黑体.ttf);
}
*{
box-sizing: border-box;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{min-width: 78.125%;font-size:12px;font-family: "Microsoft YaHei" ! important;color:#262626;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.wrap {
    width: 78.125%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 100px;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 22;
    background: #0D5EA2;
}

.header .wrap {
    width: 90.625%;
}

.scrolled {}

.scrolled .nav ul li h3 a {}

.scrolled .nav ul li.on h3 a {}

.scrolled .nav ul li h3 a i {}

.logo {
    float: left;
}

.logo img {
    height: 70px;
    float: left;
}

.nav {
    height: 38px;
    float: right;
    margin-right: 36px;
    margin-top: 16px;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li h3 {
    float: left;
}

.nav ul li h3 a {
    height: 38px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 38px;
    font-weight: normal;
    padding: 0 10px;
    float: left;
    border-radius: 19px 19px 19px 19px;
}

.nav ul li:hover h3 a {
    color: #005197;
    background: #FFFFFF;
}

.nav ul li.on h3 a {
    color: #005197;
    background: #FFFFFF;
}

.nav ul li h3 a i {

    display: inline-block;
    vertical-align: middle;

    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: -4px;
    margin-left: 5px;


}

.nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 38px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.nav ul li dl dd a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #262626;
    line-height: 40px;
}

.nav ul li dl dd a:hover {
    color: #262626;
    background: #ffffff;
}




.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}

.search {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-top: 19px;
}

.search .keyword {
    float: left;
    background: rgba(255, 255, 255, 0.52);
    width: 0;
    position: absolute;
    right: 0;
    top: 32px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #262626;

}

.search:hover .keyword {
    width: 100px;
    padding: 0 5px;
}

.search .keyword:focus {
    outline: 0;
    border: 0px solid #000;
}

.search .tjbtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url(sobtn.png) no-repeat center center;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 0;
}

.scrolled .search .tjbtn {
    background: url(sobtn.png) no-repeat center center;

}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 80px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background: #fff;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 100px;
    height: 8px;
    background: #005197;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .text {
    width: 1400px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 35%;
    text-align: left;
    transform: translateY(-50%);
}

.banner .text span {
    width: 100%;
    float: left;
    font-family: 江城斜黑体, 江城斜黑体;
    font-weight: normal;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 100px;
    text-shadow: 0px 4px 0px #0D5EA2;
}

.banner .text p {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 24px;
}

.h100 {
    height: 100px;
}

.main {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.main .wrap {
    width: 1400px;
    margin: 0 auto;
}

.iabout {
    width: 100%;
    overflow: hidden;
    background: url(ijujiaobg.png) no-repeat center center / 100% 100%;
    padding: 80px 0;
}

.h2tit {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.h2tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 36px;
    color: #262626;
    line-height: 48px;
    text-indent: 60px;
}

.h2tit span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #0D5EA2;
    line-height: 22px;
    margin-top: 5px;
    text-transform: uppercase;

}

.h2tit:before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 60px;
    background: #D20B17;
    border-radius: 0px 0px 0px 0px;
    top: 8px;
}

.h2tit a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #0D5EA2;
    font-weight: 400;
    font-size: 16px;
    color: #0D5EA2;
    line-height: 40px;
    text-align: center;
    float: right;
}

.h2tit a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.h2tit a.more:hover {
    color: #fff;
    background: #0D5EA2;
}

.h2tit a.more:hover:after {
    background: url(amore1on.png) no-repeat center center;
}

.iabout_info {
    width: 630px;
    height: auto;
    float: left;
}

.iabout_info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    text-align: left;
    margin-top: 48px;
}

.iabout_info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    margin-top: 36px;
    margin-bottom: 70px;
}

.iabout_info a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #0D5EA2;
    border: 1px solid #0D5EA2;
    font-weight: 400;
    font-size: 16px;
    color: #0D5EA2;
    line-height: 40px;
    text-align: center;
    float: left;
}

.iabout_info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.iabout_info a.more:hover {
    color: #fff;
    background: #0D5EA2;
}

.iabout_info a.more:hover:after {
    background: url(amore1on.png) no-repeat center center;
}

.iabout_pic {
    width: 642px;
    height: auto;
    float: right;
    position: relative;
    margin: 36px 0;
}

.iabout_pic img {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.iabout_picbg {
    width: 614px;
    height: 494px;
    float: left;
    position: absolute;
    top: -36px;
    left: 292px;
}

.iabout_picbg img {
    width: 100%;
    height: 100%;
    float: left;
}


.inews {
    width: 100%;
    overflow: hidden;
    background: url(inewsbg.png) no-repeat center center / 100% 100%;
    padding: 80px 0;
}

.inews .h2tit {
    width: 300px;
}

.inews .h2tit h2 {
    color: #fff;
}

.inews .h2tit span {
    color: #fff;
}

.inewsqh {
    width: 100%;
    height: auto;
    float: left;
}

.inewsqh .tab-hd {
    width: 100%;
    height: auto;
    float: left;
}

.inewsqh .tab-hd ul {
    float: right;
    margin-right: 68px;
}

.inewsqh .tab-hd ul:before {
    content: "";
    float: left;
    margin-top: 20px;
    width: 36px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.inewsqh .tab-hd ul li {
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    padding: 0 24px;
    opacity: 0.65;
    margin-right: 32px;
}

.inewsqh .tab-hd ul li.on {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    opacity: 1;
}

.inewsqh .tab-hd a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #ffffff;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    float: right;
}

.inewsqh .tab-hd a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1on.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.inewsqh .tab-hd a.more:hover {
    color: #0D5EA2;
    background: #FFFFFF;
}

.inewsqh .tab-hd a.more:hover:after {
    background: url(amore1.png) no-repeat center center;
}

.inewsqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 36px;
}

.inewsqh .tab-bd .tab-pal {
    width: 100%;
    height: auto;
    float: left;
}

.inewstt {
    width: 43.46%;
    height: auto;
    float: left;
}

.inewstt .picbox {
    width: 100%;
    height: auto;
    float: left;
}

.inewstt .picbox img {
    width: 100%;
    height: 300px;
    float: left;
}

.inewstt .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 36px;
    background: #FFFFFF;
    border: 1px solid #707070;
}

.inewstt .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}

.inewstt .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 16px;
}

.inewslist {
    width: 49.33%;
    height: auto;
    float: right;
}

.inewslist ul {
    width: 100%;
    height: auto;
    float: left;
}

.inewslist ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 48px;
}

.inewslist ul li:last-child {
    margin-bottom: 0;
}

.inewslist ul li a {
    width: 100%;
    height: 52px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 48px;
}

.inewslist ul li a span {
    float: right;
    opacity: 0.65;
    margin-left: 48px;
}

.iyqgx {
    width: 100%;
    overflow: hidden;
    background: url(iyqgxbg.png) no-repeat center center / 100% 100%;
    padding: 80px 0;
}

.iyqgx .h2tit h2 {
    width: 50%;
}

.iyqgxqh {
    width: 100%;
    float: left;
    position: relative;
}

.iyqgxqw {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 20px;

}

.iyqgxqh .swiper-container {
    width: 100%;
    height: 100%;

}

.iyqgxqh .swiper-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.iyqgxqh .swiper-slide {
    width: 50%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding: 16px 36px;
    display: flex;
    position: relative;
}


.iyqgxqh .swiper-slide .picbox {
    width: 47.72%;
    float: left;
    background: #0D5EA2;
    position: relative;
    top: -60px;
    padding: 5px;
}

.iyqgxqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;

}

.iyqgxqh .swiper-slide .info {
    width: 52.28%;
    height: 100%;
    float: right;
    position: relative;
    text-align: left;
    padding-left: 31px;
}

.iyqgxqh .swiper-slide .info i {
    width: 100%;
    height: 107px;
    float: left;
    font-weight: 500;
    font-size: 80px;
    color: #262626;
    line-height: 107px;
    opacity: 0.06;
    font-style: normal;

}

.iyqgxqh .swiper-slide .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 22px;
    color: #262626;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: -65px;
}

.iyqgxqh .swiper-slide .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    margin-bottom: 16px;
}

.iyqgxqh .swiper-slide .info p {
    width: 100%;
    height: 78px;
    overflow: hidden;

    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 26px;
    opacity: 0.65;
    margin-bottom: 16px;
}

.iyqgxqh .swiper-slide .info a.more {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #0D5EA2;
    font-weight: 400;
    font-size: 16px;
    color: #0D5EA2;
    line-height: 40px;
    text-align: center;
    float: left;
}

.iyqgxqh .swiper-slide:hover .info a.more:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.iyqgxqh .swiper-slide:hover .info a.more {
    color: #fff;
    background: #0D5EA2;
    border: 1px solid #fff;

}

.iyqgxqh .swiper-slide:hover .info a.more:after {
    background: url(amore1on.png) no-repeat center center;
}

.iyqgxqh .swiper-slide:hover {
    background: #0D5EA2;
}

.iyqgxqh .swiper-slide:hover .picbox {
    background: #ffffff;
}

.iyqgxqh .swiper-slide:hover .info {}

.iyqgxqh .swiper-slide:hover .info i {
    color: #fff;
}

.iyqgxqh .swiper-slide:hover .info h3 {
    color: #fff;
}

.iyqgxqh .swiper-slide:hover .info span {
    color: #fff;
}

.iyqgxqh .swiper-slide:hover .info p {
    color: #fff;
}

.iyqgxqh .swiper-button-next {
    width: 40px;
    height: 40px;
    overflow: hidden;
    top: 50%;
    margin-top: -20px;
    background: url(jtr.png) no-repeat center center;
    border-radius: 50%;
    right: -20px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.iyqgxqh .swiper-button-prev {
    overflow: hidden;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    background: url(jtl.png) no-repeat center center;
    border-radius: 50%;
    left: -20px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.iyqgxqh .swiper-button-next:hover {}

.iyqgxqh .swiper-button-prev:hover {}

.iyqgxqh .swiper-button-next:after,
.iyqgxqh .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.iyqgxqh .swiper-button-prev:after,
.iyqgxqh .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: url(footerbg.png) no-repeat center center / 100% 100%;
    padding: 36px 0;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.footer p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.footer a {
    color: #FFFFFF;

}

.footer i {
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #ffffff;
    vertical-align: middle;
    margin: 0 20px;
}
































.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}


.position {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a:hover {
    color: #0D5EA2;
}


.pleft {
    width: 368px;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    float: left;
    padding: 36px 24px;
}

.side_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}

.side_tit h2 {
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.side_tit i {
    width: 80px;
    height: 2px;
    background: #0D5EA2;
    float: left;
    display: inline-block;
    margin-top: 16px;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li a {
    width: 100%;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    color: #262626;
    padding: 0 16px;
    margin-bottom: 16px;

    float: left;
}

.sidebar ul li a.on {
    color: #fff;
    background: #0D5EA2;

}

.sidebar ul li a:hover {
    color: #fff;
    background: #0D5EA2;

}

.lcontact {
    width: 100%;
    height: auto;
    float: left;
}

.lcontact p {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    color: #262626;
    line-height: 68px;
    float: left;
}

.pright {
    width: 972px;
    float: right;
    margin-bottom: 44px;
}

.r_tit {
    width: 100%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}

.r_tit h2 {
    width: 100%;
    line-height: 27px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.r_tit h2 span {
    color: #0D5EA2;
}

.pro_lista {
    width: 100%;
    height: auto;
    float: left;

}

.pro_lista ul {
    width: 100%;
    height: auto;
    float: left;
}

.pro_lista ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 36px;
}

.pro_lista ul li:nth-child(3n) {
    margin-right: 0
}

.pro_lista ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    float: right;
    position: relative;
    overflow: hidden;
}

.pro_lista ul li .picbox img {
    width: 200px;
    height: 250px;
    position: absolute;
    top: 80px;
    left: 60px;
}

.pro_lista ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.pro_lista ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px;
    border: 1px solid #E8E8E8;
}

.pro_lista ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
    color: #262626;
}

.pro_lista ul li .info i {
    width: 100%;
    background: #F6F6F6;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;

    font-size: 16px;
    float: left;
}

.pro_lista ul li a:hover .info i {
    color: #fff;
    background: #0D5EA2;
}

.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;

    text-align: center;
    width: 100%;
}

.tg_pages li {
    display: inline-block;
}

.tg_pages li a {
    border: 1px solid #E8E8E8;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}

.tg_pages li.thisclass a {
    background: #0D5EA2 none repeat scroll 0 0;
    border: 1px solid #0D5EA2;
    color: #ffffff;
}

.tg_pages li a:hover {
    background: #0D5EA2 none repeat scroll 0 0;
    border: 1px solid #0D5EA2;
    color: #ffffff;
}

.article {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

.article .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.article .info h3 {
    font-size: 16px;
}

.article .content {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.article .content img{ max-width: 720px;}

.article .content h2 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 30px;
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #0D5EA2;
    margin-top: 5px;
}

.article .content p {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    margin: 5px 0;
    color: #666;
    text-indent: 2em;
}

.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-bottom: 24px;
    border-bottom: 2px solid #0D5EA2;
}

.news_list ul li .picbox {
    width: 242px;
    height: 0;
    padding-bottom: 20.1%;
    margin-right: 24px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_list ul li .info {
    width: calc(100% - 266px);
    float: right;
    height: auto;
}

.news_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
}

.news_list ul li .info span {
    height: 17px;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    margin: 16px 0;
    float: left;
}

.news_list ul li .info span.hits {
    background: url(iconhits.png) no-repeat left center;
    padding-left: 36px;
    margin-left: 60px;
}

.news_list ul li .info p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-bottom: 36px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.news_list ul li .info i {
    width: 162px;
    height: 42px;
    border-radius: 31px 31px 31px 31px;
    border: 1px solid #0D5EA2;
    border: 1px solid #0D5EA2;
    font-weight: 400;
    font-size: 16px;
    color: #0D5EA2;
    line-height: 40px;
    text-align: center;
    float: right;
    font-style: normal;
}

.news_list ul li .info i:after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(amore1.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

.news_list ul li a:hover .info i:hover {
    color: #fff;
    background: #0D5EA2;
}

.news_list ul li .info i:hover:after {
    background: url(amore1on.png) no-repeat center center;
}








.news_list2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list2 ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list2 ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}


.news_list2 ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
    white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block;
}

.news_list2 ul li span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    float: right;
}
.news_list2 ul li:nth-child(5n) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.news_list2 ul li a:hover {color: #0D5EA2;
}


.breadcrumb-item{padding: 0.25rem 0.5rem;display: flex;align-items: center; float: left;}
.breadcrumb-item+.breadcrumb-item::before{float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";}