:root{
    --title--:#333333;
    --blue--:#1e4ba7;
    --font--:#444444;
    --desc--:#808080;
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'微软雅黑','Arial','PingFang SC';
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--blue--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--blue--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--blue--); 
    color:#fff;
}
@font-face {
    font-family:PlayfairDisplay;
    src:url('../css/PlayfairDisplay-Bold.ttf')
}
.cl{
    clear: both;
}
.containers{
    max-width:1200px;
    margin:0 auto;
}
.head{
    height:244px;
    background:url(../images/head.jpg) no-repeat center;
    background-size: cover;
}
.head .containers{
    height:100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: center;
    position: relative;
}
.lan{
    position: absolute;
    right:4px;
    bottom:4px;
    width:200px;
    height:30px;
    display:flex;
    align-items: center;
}
.lan span{
    position: relative;
    font-size:14px;
    color:#1e4ba7;
    cursor: pointer;
    width:100px;
    display: block;
    text-align: center;
}
.lan span::before{
    content:'';
    width:18px;
    height:18px;
    background:url(../images/lan.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top:50%;
    left:-15px;
    transform: translateY(-50%);
}
.lan span::after{
    content:'';
    width:10px;
    height:6px;
    background:url(../images/lan2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top:50%;
    right:-3px;
    transform: translateY(-50%)  rotate(-90deg);
    transition: all .3s;
}
.lan-open span::after{
    transform:translateY(-50%)  rotate(90deg);
}
.lan .lan-ul{
    position: absolute;
    right:-8px;
    width:100px;
    overflow:hidden;
    display:none;
}
.lan .lan-ul ul{
    display:flex;
    align-items: center;
}
.lan .lan-ul ul li{
    padding:0 6px;
    text-align: center;
    line-height:1.6;
}
.lan .lan-ul ul li a{
    font-size:13px;
    color:#1f4ca9;
}
.lan .lan-ul ul .action a{
    color:#111111;
}
.logo{
    position: relative;
    width:210px;
    margin-top:32px;
}
.logo::after{
    content: '';
    width:1px;
    height:154px;
    background:url(../images/line.png) no-repeat center;
    background-size:cover;
    position: absolute;
    right:0;
    top:5%;
}
.logo a{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    align-items: center;
}
.logo a img:last-child{
    margin-top:14px;
}
.site-logo{
    width:750px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*margin-top:65px;*/
}
.site-logo a{
    margin-bottom: 10px;
}
.logo-eng{
    font-size:14px;
    color:#bad3e4;
}
.logo-eng span{
    font-size:14px;
    color:#356897;
    letter-spacing:-1px;
    word-spacing: -1px;
    line-height:1.5;
}
.logo-zh{
    font-size:14px;
    color:#7292b5;
    margin-top:4px;
}
.logo-zh span{
    font-size:16px;
    letter-spacing:1px;
    word-spacing:1px;
    color:#346699;
}
.menu{
    background: #1f4ca9;
}
.menu .containers{
    min-height:83px;
    padding:8px 0;
}
.menu ul{
    height:100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-wrap: wrap;
    justify-content:flex-start;
    align-content: center;
}
.menu ul li{
    margin:4px 0;
    height:100%;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    width:14.28%;
}
.menu ul li a{
    width:100%;
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    align-items: center;
}
.menu ul li a span{
    font-size:16px;
    color:#fff;
    text-align: center;
}
.menu ul li a i{
    margin-top:4px;
    font-size:12px;
    color:#fff;
    font-style: normal;
    text-align: center;
    line-height:1;
}
/* wpf新闻 */
.wpf-news{
    margin-top:20px;
}
.wpf-news .containers{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.bar{
    width:60%;
    overflow:hidden;
    height:440px;
}
.news-bar{
    width:730px;
    height:440px;
}
.news-pic{
    width:730px;
    height:440px;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.news-pic img{
    height: 100%;
    width:100%;
}
.news_num{
    position: absolute;
    bottom: 8px;
    left:80px;
    font-family:'宋体';
    font-size:18px;
    color:#ffffff;
    display: flex;
    align-items: center;
}
.news_num b{
    font-size:36px;
    color:#1e4ba7;
    font-weight: normal;
    margin-right:10px;
}
.news_num span{
    font-size:18px;
    margin-left:8px;
}
.bar-li{
    position: relative;
    overflow: hidden;
}
.bar-txt{
    display: block;
    width:100%;
    height:55px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left:0;
    bottom:0;
    font-size:16px;
    color: #fff;
    line-height:55px;
    text-align: center;
    padding:0 80px 0 160px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.bar-txt:hover{
    color:rgba(255, 255, 255, .8);
}
.news-bar .slick-prev, 
.news-bar .slick-next
{
    top:auto;
    bottom:0;
    width:60px;
    height:55px;
    background:url(../images/slick-next.png) no-repeat center;
    z-index: 222;
    border-right:1px solid rgba(255, 255, 255, .15);
}
.news-bar .slick-prev{
    left:0;
    transform:translateY(-2px);
}
.news-bar .slick-next{
    right:0;
    transform: rotateY(180deg) translateY(-2px);
}
.news-wpf{
    /*width:440px;*/
    width:36%;
}
.tbox{
    height:46px;
    line-height:46px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
}
.tbox::before{
    content:'';
    width:4px;
    height:24px;
    background:url(../images/tab.png) no-repeat center;
    position: absolute;
    left:4px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.tbox span{
    font-size:22px;
    color:#333333;
    margin-left:24px;
}
.tbox a{
    font-size:14px;
    color:#727272;
    margin-right:5px;
}
.tbox a:hover{
    color:#000000;
}
.news-ul{
    padding:6px 0;
}
.news-ul ul li{
    line-height:34px;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
}
.news-ul ul li::before{
    content:'';
    height:5px;
    width:5px;
    background: #b8b8b8;
    border-radius: 50%;
    position: absolute;
    left:6px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.news-ul ul li a{
    margin-left:20px;
    font-size:14px;
    color:#444444;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    flex: 1;
}
.news-ul ul li a:hover{
    color:#000000;
}
.news-ul ul li span{
    font-size:14px;
    color:#848484;
    padding-right:6px;
    width:60px;
    text-align: right;
}
.news-top{
    padding:15px 0 3px 0;
}
.news-top>a{
    line-height:30px;
    font-size:16px;
    color:#1e4ba7;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-top p{
    font-size:14px;
    color:#808080;
    line-height:24px;
    padding:5px 2px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-top p a{
    color:#1e4ba7;
}
.brand{
    margin-top:6px;
}
.brand-flex{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.brand-l{
    /*width:580px;*/
    width:49%;
    height:380px;
    overflow: hidden;
}
.forum{
    margin-top:20px;
}
.forum .containers{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: flex-start;
}
.forum-mid{
    /*width:378px;*/
    width:32%;
}
.forum-end{
    width:32%;
}
.forum-pic{
    margin:24px 0 10px 0;
}
.forum-pic a{
    display: block;
    width:100%;
    height:122px;
    overflow: hidden;
}
.forum-pic a img{
    width:100%;
}
.forum-start{
    width:376px;
}
.forum-img{
    margin-top:24px;
}
.forum-img img:last-child{
    margin-top:8px;
}
.forum-desc{
    font-size:14px;
    line-height:27px;
    color:#444444;
}
.forum-end .news-ul{
    padding-top:10px;
}
.forum-end .news-ul ul li{
    line-height:40px;
}
.forum-end .news-ul ul li::before{
    width:18px;
    height:15px;
    background:url(../images/forum-end.png) no-repeat center;
    background-size: cover;
    left:8px;
}
.forum-end .news-ul ul li a{
    margin-left:36px;
}
.brand-pic{
    margin-top: 20px;
    width: 100%;
}
.brand-pic a{
    display: flex;
    width:100%;
    height:100%;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.brand-pic a img{
    width:100%;
}
.brand-main{
    margin-top:16px;
}
.member{
    padding-top:10px;
}
.member-box{
    padding:20px 0;
}
.member-li a{
    display:flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-direction: column;
    align-items: center;
}
.member-li span{
    font-size:14px;
    text-align: center;
    color:#444444;
    display: block;
    margin-top:10px;
}
.member-pic{
    width:155px;
    /*height:190px;*/
    overflow: hidden;
}
.welfare-main{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
    height:350px;
}
.welfare-hot{
    /*width:462px;*/
    width:100%;
    /*height:350px;*/
    overflow: hidden;
}
.welfare-ul{
    /*width:716px;*/
    width:100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.welfare-hot a{
    display: flex;
    width:100%;
    height:100%;
    position: relative;
    overflow: hidden;
}
.welfare-ul a:nth-child(-n+2){
    margin-bottom: 18px;
}
.welfare-ul a{
    /*width:346px;*/
    width:48%;
    height:165px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.welfare-main a span{
    display: block;
    width:100%;
    height:36px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left:0;
    bottom:0;
    font-size:16px;
    color: #fff;
    line-height:36px;
    text-align: center;
    padding:0 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.welfare-main a img{
    width:100%;
}
.link{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*width:540px;*/
    width:60%;
    /*margin-top:32px;*/
}
.link span{
    width:14%;
    font-size:1.2rem;
    color:#ffffff;
    position: relative;
    padding:0 0px 0 38px;
}
.link span::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/link.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.link ul{
    /*width:410px;*/
    width:75%;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.link ul li{
    position: relative;
    /*margin-bottom:18px;*/
    padding:0 8px;
}
.link ul li::after{
    content:'';
    width:2px;
    height:12px;
    background:#747f91;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
}
.link ul li:nth-child(3n-0)::after{
    display: none;
}
.link ul li a{
    font-size:14px;
    color:#ffffff;
}
.code{
    /*width:570px;*/
    width:40%;
}
.code ul{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    width:100%;
}
.code ul li{
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-right:34px;
    width:18%;
}
.code ul li span{
    font-size:14px;
    color:#ffffff;
    line-height:2;
}
.code ul li p{
    margin-top:6px;
    width:100%;
}
.foot{
    background:#173459;
    margin-top:40px;
}
.copyright{
    height:60px;
    border-top:1px solid #334d6d;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
    padding:0 10px;
}
.copy span a,
.copy span{
    font-size:13px;
    color:rgba(255, 255, 255, .85);
}
.copy p{
    margin-top:8px;
    font-size:12px;
    color:rgba(255, 255, 255, .55);
}
.foot-main{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content:space-between;
    align-items: center;
    padding:30px 0;
}
.foot-social{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    align-items: flex-start;
}
.foot-social a{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    margin:20px 8px;
    align-items: center;
    justify-content: center;
    width:33px;
    height:33px;
    background:#415977;
    border-radius:50%;
}
.foot-tel{
    margin-top:46px;
}
.foot-tel span:first-child{
    font-size:15px;
    color:#ffffff;
}
.foot-tel p{
    font-size:28px;
    color:#ffffff;
    margin:18px 0 8px 0;
}
.foot-tel i{
    font-style: normal;
    font-size:14px;
    color:rgba(255, 255, 255, .75);
}
.protect{
    margin-top:20px;
}
.protect-main{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: flex-start;
}
.protect-l{
    width:788px;
}
.protect-r{
    width:376px;
}
.wpf-fund{
    padding-top:8px;
}
.wpf-fund a{
    display: block;
    margin-top:15px;
}
.tvbox{
    /*width:376px;*/
    width:100%;
    height:350px;
    background:#f7f7f7;
    margin:23px 0 25px 0;
}
.tvbox-pic{
    width:375px;
    height:240px;
    overflow: hidden;
}
.tvbox-pic a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
    height:100%;
}
.tvbox-pic a::before{
    content:'';
    width:48px;
    height:48px;
    background:url(../images/play.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    z-index: 222;
}
.tvbox-pic a img{
    max-width: auto;
    height:100%;
}
.tvbox-desc{
    padding:16px 14px;
}
.tvbox-desc a{
    font-size:16px;
    color:#343434;
    line-height:26px;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.tvbox-desc p{
    font-size:14px;
    color:#808080;
    line-height:24px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.tvbox .slick-dots li{
    width:6px;
    height:6px;
    margin:0 4px;
    background: #959595;
}
.tvbox .slick-dots li.slick-active{
    background: #1e4ba7;
}
.finance{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: center;
    margin-top:14px;
    padding:0 4px;
    height:270px; 
}
.finance-hot{
    /*width:310px;*/
    width:40%;
    overflow: hidden;
}
.finance-li a{
    display: block;
    position: relative;
    width:100%;
    height:100%;
}
.finance-li a span{
    display: block;
    width:100%;
    height:36px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left:0;
    bottom: 5px;
    font-size:14px;
    color: #fff;
    line-height:36px;
    text-align: center;
    padding:0 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.finance-ul{
    /*width:457px;*/
    width:57%;
}
.finance-ul .news-ul{
    padding:0;
}
.envir{
    margin:24px 0 14px 0;
}
.envir-main{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    justify-content: space-between;
    align-items: flex-start;
    padding:0 4px;
    margin-top:10px;
}
.envir-main .news-ul{
    width:356px;
}
.envir-hot{
    width:100%;
    height:135px;
    background:#f7f7f7;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.envir-pic{
    width:220px;
    height:135px;
    overflow: hidden;
}
.envir-pic a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.envir-desc{
    flex:1;
    padding:0 20px 0 26px;
}
.envir-desc>a{
    font-size:16px;
    color:#1e4ba7;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.envir-desc p{
    margin-top:10px;
    font-size:14px;
    color:#808080;
    line-height:24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.envir-desc p a{
    color:#1e4ba7;
}
.main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:10px 14px 20px 14px;
}
.left{
    /*width:790px;*/
    width:65.83%;
}
.list li{
    border-bottom: 2px solid #f1f1f1;
    padding-top:10px;
    padding-bottom:20px;
    margin-bottom: 12px;
}
.list li a{
    font-size:18px;
    color:#1e4ba7;
}
.list li p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
}
.list li span{
    display: block;
    font-size:14px;
    color: #a0a0a0;
    margin-top: 5px;
}
.right{
    /*width:376px;*/
    width:31.33%;
}
.right .news-ul{
    margin-bottom: 10px;
}
.pagination {
	display: inline-block;
	border-radius: 4px;
}
.pager {
	display: flex;
	justify-content: center;
	padding:3rem 0 4rem 0;
	width:100%;
}
.pager li {
	display: inline;
}
.pager li span,  .pager li a {
	margin:0 8px;
	padding:7px 12px;
    background:#173459;
	color:#fff;
    border-radius:4px;
    border-color:#fff;
}
.pager li a:hover,
.pagination > .active > span {
	background:#C0C4CC;
	color:#fff;
    border-color:#fff;
}
.pagination > .disabled > span {
	background: white !important;
	color:#666666;
    border-color:#fff;
}
.title{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    margin-top:10px;
}
.date span{
    margin: 0 10px;
    font-size: 12px;
    color: #666;
}
.date{
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.content{
    margin-top: 20px;
    line-height: 30px;
}
.tool {
    width:100%;
    padding:10px 15px 10px 0;
}
.tool ul{
    display:flex;
    justify-content:space-between;
    flex-direction: column;
}
.tool ul li{
    color:#5a5a5a;
    height:30px;
    line-height:30px;
    margin:0px 20px 0px 0px;
    font-size:14px;
	overflow:hidden;
}
.tool ul li a{
    font-size:14px;
    color:#464646;
}
.tool ul li a:hover{
    color:#0046AF;
}
.picture li{
    float:left;
    width:273px;
    height:210px;
    overflow: hidden;
    margin:10px 10px;
}
.picture li p{
    width:100%;
    height:180px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}
.picture li p img{
    min-height:100%;
    min-width:100%;
}
.picture li span{
    display: block;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#111111;
    text-align: center;
}
.number li{
    float:left;
    width:220px;
    height:290px;
    overflow: hidden;
    margin:10px 10px;
}
.number li p{
    width:100%;
    height:260px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: flex-start;
}
.number li p img{
    min-height:100%;
    min-width:100%;
}
.number li span{
    display: block;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#111111;
    text-align: center;
}
.nav{
    height:40px;
    position: relative;
    padding-left:36px;
    display:flex;
    align-items: center;
}
.nav .lan{
    top:10px;
}
.nav .lan ul{
    background: #ffffff;
}
.nav,
.nav a
{
    color: #3b3a44;
    font-size: 14px;
}
.nav::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/nav.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 22;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.honner li{
    height:390px;
}
.honner li a p{
    height:356px;
}
.honner li a p img{
    height:100%;
}
.tvbox-main .tvbox-li{
    float:left;
    width:375px;
    margin:10px 12.5px;
    background:#f7f7f7;
}
.brand-tv{
    margin-top:20px;
    width:100%;
}
.brand-tv .tvbox-pic{
    width:100%;
    height:100%;
}
.brand-tv .tvbox-pic a {
    align-items: flex-start;
}
.brand-tv .tvbox-pic a img{
    height: auto;
    max-width: 100%;
}
.envir2{
    margin-top:20px;
}
.envir2 .containers{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.envir-l{
    /*width:376px;*/
    width:32%;
}
.envir-l .forum-end{
    width:100%;
}
.envir-r{
    /*width:790px;*/
    width:66%;
}
.civi{
    margin-top:20px;
}
.civi .containers{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.welfare{
    margin-top:10px;
}
.welfare .containers{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}
.welfare-l{
    /*width:464px;*/
    width:38%;
    overflow: hidden;
}
.welfare-r{
    /*width:700px;*/
    width:60%;
    overflow: hidden;
}
.number{
    margin-right:2%;
}
.number span{
    font-size:14px;
    color:#ffffff;
}
.number span b{
    font-family:PlayfairDisplay;
    font-size:27px;
    letter-spacing:1px;
    padding-left:20px;
}
.tvbox-body .tvbox-li .tvbox-pic{
    width:100%;
}
.tvbox-body .tvbox-li .tvbox-pic img{
    max-width: none;
    height: 100%;
}
.tvbox-body .tvbox-li{
    float:left;
    width:365px;
    margin:10px 12.5px;
    background:#f7f7f7;
}