.main{
    width:100%;
    height:2100px;
    background:url('https://www.c6nkl.com/ly/web/images/background.png') no-repeat;
    background-size:100% 100%;
    margin:0 auto;
}
.tiper-left{
    width:400px;
    height:90px;
    float:left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left:60px;
    margin-top:21px;
}
.tiper-left img.fklogo{
    width:177px;
    height:53px;
}
.tiper-left img.wclogo{
    width:152px;
    height:82px;
}
.tiper-right{
    width:440px;
    height:220px;
    float:right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:35px;
    margin-right:50px;
}
.wechat,.weibo{
    width:208px;
    height:220px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.wechat img.xlg,.weibo img.blg{
    width:208px;
    height:50px;
}
.wechat img.xewm,.weibo img.bewm{
    width:172px;
    height:166px;
}

.content{
    width:1200px;
    height:1145px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 742px;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
}
.bot-left{
    width:200px;
    height:425px;
    background:url('https://www.c6nkl.com/ly/web/images/left-back.png') no-repeat top center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bot-left .bot-left-t{
    width:160px;
    height:160px; 
    margin-top:22px;  
}
.bot-left .bot-left-bot{
    margin-top:23px;
}
.bot-left .bot-left-bot .bot-left-ios,.bot-left .bot-left-bot .bot-left-android{
    width:150px;
    height:46px;
    margin-bottom:5px;
}
.botright{
    display: flex;
    flex-direction: column;

}
.baner{
    width:1000px;
    height:68px;
    background: #35486E;
    padding:30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.baner span{
    color:#fff;
    font-size:18px;
}
.newlist{
    width:1000px;
    height:auto;
    background:#fff;
    padding: 8px 20px 0;
    box-sizing: border-box;
}
.newlist .art-title {
    padding: 8px 100px 0 0;
    border-bottom: 1px solid #c0c0c0;
    margin: 0 20px 14px;
}
.newlist .art-title h2 {
    line-height: 66px;
    font-size: 26px;
    color: #35486E;
}
.newlist .art-info {
    padding-left: 20px;
    height: 20px;
    margin-bottom: 20px;
}
.newlist .art-info .time {
	line-height: 20px;
	font-size: 16px;
	color: #A6A6A6;
}

.newlist .art-cont {
	padding: 0 20px;
}

.newlist .art-cont p {
	padding-bottom: 10px;
	line-height: 28px;
	color: #35486E;
	font-size: 20px;
	text-indent: 2em;
}

.newlist .art-cont p.center {
	text-align: center;
	text-indent: 0em;
}

.newlist .art-cont p.pic {
	margin-top: -10px;
}

.newlist .art-cont .alight {
	color: #35486E;
}

.newlist .art-cont a {
	color: #35486E;
	text-decoration: underline;
}
.newlist .art-cont img {
	max-width: 90%;
	margin: 0 auto 10px;
	display: block;
}



.footer{
    width:100%;
    height:200px;
    background: #262933;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
font-size:12px;
}
.textbz{
    color:#ccc;
}
.textbz-ga{
    display: flex;
    flex-direction: row;
}
.footer div{
    margin-top:10px;
}
