@charset "UTF-8";


.clearfix:after{
    content:"\200B"; display:block; height:0; clear:both;
}

.clearfix{
    *zoom:1
}

/* 顶部区域结束 */

/*
    新闻列表部分开始
 */


/*.news-list .rinfos .title .content li .newslist-head{*/
/*    height: 240px;*/
/*    width: 70%;*/

/*}*/

/*.content li .newslist-head .title{*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*    padding: 4px 0px;*/
/*    transition: all ease 600ms;*/
/*}*/

/*.content li:hover .title{*/
/*    color: #007eff;*/
/*    font-weight: bold;*/
/*    transition: all ease 600ms;*/
/*}*/


/*
    新闻列表部分结束
 */
.news-list {
    /*height: 740px;*/
    margin: 10px 0 40px;
}
.news-list p {
    height: 60px;
    line-height: 60px;
    font-family: 雅黑;
}
.news-list .cur {
    color: #4d87e9;
    /*font-weight: bold;*/
}
.news-list .subnav {
    float: left;
    width: 210px;
    /*height: 700px;*/
    background: #fff;
}
/*.news-list .subnav ul li {*/
/*    border-bottom: 1px solid #cccccc;*/
/*}*/
.news-list .subnav ul li a.active {
    background-color: #4683ed;
    color: #fff;
    font-weight: 600;
}
/*版心列表中悬停样式*/
.news-list .subnav ul li a:hover{
    background-color: #4683ed;
    /*color: #fff;*/
}

.news-list .subnav ul li a {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    color: #333333;
    padding: 0px 20px;
    border-bottom: 1px solid #cccccc;
    font-family: 雅黑;
}
.news-list .subnav ul li strong {
    margin: 0px 10px;
}
.news-list .subnav ul li a span {
    float: right;
}

.news-list .rinfos {
    float: right;
    width: 1035px;
    background-color: #fff;
    height:1021px;
    /*设置距离footer的底部外边距*/
    margin-bottom: 40px;


}
.news-list .rinfos .title {
    /*width: 90%;*/
    /*height: 56px;*/
    /*margin: 5px 10px;*/
    /*border-bottom: 1px solid #cccccc;*/
    height: 43px;
    margin: 0px 20px;
    border-bottom: 1px solid #cccccc;
}
.news-list .rinfos .title h3
{
    display: inline-block;
    height: 27px;
    border-bottom: 1px solid #4d87e9;
    color: #4d87e9;
    font-size: 18px;
    font-family: 雅黑;
    padding: 8px 0px;
}
.news-list .rinfos .content {
    /*height: 660px;*/
    min-height: 500px;
    /*float: right;*/   //2023.06.20  去掉浮动
    /*margin: 10px auto;*/
    /*overflow: hidden;*/
}
.news-list .rinfos .formfield{
    position: relative;
}
/*220526modified*/
.news-list .subnav ul.sec{
    display:none;
}
.news-list .subnav ul li {
    border:none;
}
.news-list .subnav ul.first>li{
    border:none;
    margin-bottom:2px;
}
.news-list .subnav ul.sec li{
    border:none;
}
.news-list .subnav ul.sec li a{
    font-size:15px;
    text-indent:1em;

}

.news-list .subnav ul.first>li>a{

}

.news-list .subnav ul.first>li:last-child>a{
    border:none
}


.news-list .subnav ul li.active a span {
    -ms-transform:rotate(90deg) scaleX(0.5); /* IE 9 */

    -webkit-transform:rotate(90deg) scaleX(0.5); /* Safari and Chrome */

    transform:rotate(90deg) scaleX(0.5);
}


.news-list .rinfos .content li {
    height: 160px;
    width: 100%;
    padding :15px 0px;
    border-bottom: 1px solid #f6f6f6;
}
/*如果该标签下新闻只有一条，保留底部边界线*/
.news-list .rinfos .content li:first-child{
    border-bottom: 1px solid #f6f6f6!important;
}
/*.news-list .rinfos .content li:last-child {*/
/*    border-bottom: 0px;*/
/*}*/

.news-list .rinfos .content li .news-pic {
    width: 30%;
    height: 100%;
    overflow: hidden;
    margin-right: 26px;
    float: left;
    overflow: hidden;
    z-index: 1000;
    border: 1px solid #f6f6f6;

}

/*.news-list .rinfos .content li .news-pic a {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    float: left;*/
/*}*/

.news-list .rinfos .content li .news-pic img {
    /*display: block;*/
    width: 100%;
    height: 100%;
    transition: .3s;
    /*margin-left: 20px;*/

}

.news-list .rinfos .content li .news-pic:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .rinfos .content li .newslist-head {
    height: 100%;
    text-align: left;
    vertical-align:top;
    width: 65%;
    float: right;
    position: relative;
    left: 3%;
}
#page a{
    margin-right:5px;
}
.news-list .rinfos .content li .newslist-head .news-title{
    position: relative;
    top: 2%;
    width: 100%;
    height: 30px;
    /*margin: 5px 10px;*/
    font-size: 20px;
    color: #4d87e9;
    font-family: 雅黑;
    cursor:pointer;
    width: 70%;
}

.news-list .rinfos .content li .newslist-head p {
    position: relative;
    top: 8%;
    font-family: 雅黑;
}

/*分页区域*/
.m-page {
    text-align: center;
    padding: 30px 0 35px;
    overflow: hidden;
    color: #999;

    float: right;
    position: relative;
    right: 18%;
}

.m-page ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.m-page ul li {
    float: left;
    margin-right: 8px;
}
.m-page ul li a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    padding: 0 13px;
    border: 1px solid #999;
    color: #000;
}
.m-page ul li.on a,
.m-page ul li a:hover {
    border-color: #008ac8;
    color: #fff;
    background-color: #008ac8;
}


.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* 底部区域开始 */
.footer {
    width: 100%;
    min-width: 1530px;
    background: #222222;
}
.footer .top-area {
    padding: 20px 0px;
}
.footer .bnav {
    width: 50%;
    border-right: 1px solid #595858
}
.footer .bnav dl {
    float: left;
    width: 30%;
}
.footer .bnav dl dt {
    font-size: 18px;
    margin-bottom: 16px;
}
.footer .bnav dl dt a {
    display: block;
    color: #fff;
}
.footer .bnav dl dt a:hover {
    display: block;
    color: #ccc;
}
.footer .bnav dl dd {
    height: 30px;
    line-height: 30px;
}
.footer .bnav dl dd a {
    display: block;
    color: #ccc;
    font-size: 14px;
}
.footer .bnav dl dd a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.footer .tel {
    width: 45%;
}
.footer .contact .contact_info h3 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
}
.footer .tel s {
    width: 30px;
    height: 40px;
    float: left;
    margin: 4px 0px;
    background-position: 0 0;
}
.footer .contact .contact_info p {
    font-size: 14px;
    color: #ccc;

    display: inline-block;
}
.footer .contact .contact_info .address {
    height: 32px;
    line-height: 32px;
}
.footer .contact .contact_info .tel {
    width: auto;
    /*margin: 10px 0px 10px 0px;*/
    font: normal 34px "arial";
}

.footer .contact .contact_info .line {
    width: 30px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 20px;
    background: #999;
}
.footer .icon {
    display: inline-block;
    vertical-align: middle;
}
.footer .address_icon {
    background: url(/images/homepage/dizhi.png) no-repeat;
}
.footer .email_icon {
    background: url(/images/homepage/youjian.png) no-repeat;
}
.footer .phone_icon {
    background: url(/images/homepage/tel.png) no-repeat;
    position: relative;
    top: 14px;
    left: 2px;
}
.footer .tel .p2 {
    height: 25px;
    line-height: 35px;
    font-family: arial;
}
.footer .contact .ewm {
    width: 30%;
    margin-top: 10px;
    /*position: relative;*/
    /*right: 8%;*/
}
.footer .contact .ewm p{
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 14px;
    margin-top: 6px;
}
.footer .contact .ewm img {
    display: block;
    width: 100%;
}
.copyright {
    height: 57px;
    line-height: 57px;
    color: #999999;
    font-size: 14px;
    background: #111111;
}
.copyright span {
    margin: 0 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.copyright a {
    color: #999999;
}
.copyright a:hover {
    color: #fff;
}
.copyright .bei_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/homepage/bei.png) no-repeat;
    padding: 2px;
}
/* 底部区域结束 */
