@charset "utf-8";
div, ul, li, p { display: block; z-index: 100; position: relative; font-family: 微软雅黑 }

.bx { clear: both; display: inline-block; width: 100%; text-align: center; background-color: #ffffff; }
.bx .con { background-color: #ffffff; width: 1550px; margin: auto; float: none; z-index: 10; position: relative; display: block; }
.b-a .con { width: 100%; }
.b-a .con .tit { font-size: 30px; font-weight: 550; color: #002f7b; margin: auto; float: none; padding-top: 25px; z-index: 10; text-align: left; }


.b-a .con .line { margin: auto; float: none; z-index: 10; height: 4px; background-color: #002f7b; border-radius: 4px }
.b-a .con .mid { margin: auto; float: none; z-index: 10; color: #002f7b; }
.b-a .con .tit span { position: relative; display: inline-block; margin-left: 55px; }
.b-a .con .tit span::before { content: ''; position: absolute; left: -45px; top: 1px; display: inline-block; height: 50px; width: 12px; border-radius: 8px; background-color: #002f7b; }

.b-a .con .left { width: 50%; height: 750px; overflow-x: hidden; background-color: #000000; float: left; background-image: url(we.jpg); background-repeat: repeat-x; background-size: 960px 764px; background-position: 0px; animation: t1_Left 2s ease forwards; }
.b-a .con .rigt { width: 50%; overflow-x: hidden; background-color: #ffffff; float: right; position: relative }

.b-a .con .cc { position: relative; }
.b-a .con .cc > ul { width: 520px; height: 365px; overflow: hidden; padding: 0px; margin: 0px; display: inline-block; text-align: left; background-color: #ededed; color: #212121; font-size: 18px; border-radius: 0px 0px 10px 10px; margin-bottom: 28px; }
.b-a .con .cc > ul:nth-child(odd) { float: left }
.b-a .con .cc > ul:nth-child(even) { float: right }
.b-a .con .cc > ul > li { padding: 0px; margin: 0px; padding: 20px; line-height:22px; }
.b-a .con .cc > ul > li:nth-child(1) { padding: 0px; margin: 0px; display: inline-block; width: 100%; height: 64px; line-height: 64px; padding-left: 25px; background-color: #002f7b; font-size: 22px; color: #ffffff }
.b-a .con .cc > ul > li:nth-child(2) li { position: relative; display: block; text-indent: 25px; margin-bottom: 18px; }
.b-a .con .cc > ul > li:nth-child(2) li::before { content: "•"; font-size: 50px; display: inline; position: absolute; left: -30px; top: -3px; color: #002f7b }


