.platform-management{
	background: url(../images/banner.png) no-repeat;
	background-size: cover;
	padding-bottom: 180px;
	padding-top:120px;
}
.gdlr-core-pbf-wrapper-container, .gdlr-core-container-custom {
    margin-left: auto;
    margin-right: auto;
}

.platform-management-banner h1{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 6px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
}
.platform-management-banner h1:before{
	content: 'FINANCIAL MEDIA';
    position: absolute;
    top: -55px;
    font-weight: bold;
    font-size: 80px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.03);
}
.title-banner {
    font-size: 26px;
    margin-bottom: 45px;
    padding-left: 10px;
    color: #fff;
    letter-spacing: 10px;
}
.title-banner-p{
	font-size: 16px;
    margin-top: 43px;
    line-height: 35px;
    width: 49%;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.title-banner em {
    background: #fff;
    width: 6px;
    display: inline-block;
    height: 2px;
    border-radius: 1px;
    margin-left: 12px;
    position: relative;
    top: -7px;
    margin-right: 27px;
}
.english-tel h3 {
    font-size: 16px;
    color: #B9C3C9!important;
    font-family: SourceHanSerifCN-Regular;
    font-weight: 300;
    margin-bottom: 7px;
    letter-spacing: 2px;
}
.gdlr-core-title-item .gdlr-core-title-item-title {
    font-size: 34px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #222222!important;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.gdlr-core-title-item .gdlr-core-title-item-divider {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.gdlr-core-left {
    width: 23px!important;
    left: 31%!important;
}
.gdlr-core-left::before {
    content: '';
    width: 7px;
    height: 7px;
    background: rgba(50,166,237,1);
    opacity: 0.2;
    position: absolute;
    right: -7px;
    top: -3px;
    border-radius: 50px;
}
.gdlr-core-right {
    width: 23px!important;
    right: 31%!important;
}
.gdlr-core-right::before {
    content: '';
    width: 7px;
    height: 7px;
    background: rgba(50,166,237,1);
    opacity: 0.2;
    position: absolute;
    left: -7px;
    top: -3px;
    border-radius: 50px;
}
.gdlr-core-title-item .gdlr-core-title-item-title-wrap {
    position: relative;
}
.gdlr-core-center-align {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 71px;
}
.media-collaboration-list li{
	float: left;
	width: 20%;
   text-align: center;
   position: relative;
}
li{
	list-style: none;
}
ul{
	margin: 0;
}
.media-collaboration-list li a .media-collaboration-list-icon{
   width: 62px;
   height: 62px;
   display: block;
   margin: 0 auto;
   transition: all 0.3s linear;
   margin-bottom:18px;
}
.media-collaboration-list li a p{
	font-size: 20px;
	color: #222222;
	margin-bottom: 0;
}
.media-collaboration-list li a{
	display: block;
	transition: all 0.3s linear;
}
.media-collaboration-list li a:hover .media-collaboration-list-icon{
	transform: scale(.8);
}
.media-collaboration-list li a:hover p, .media-services li a:hover h5{
	color: #19479C;
}
.media-collaboration-list li:after{
    content: '';
    width: 1px;
    height: 81px;
    background: rgba(204,214,226,.45);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.media-collaboration-list  li:last-child:after{
    display: none;
}
.media-collaboration-list{
	overflow: hidden;
	margin-bottom: 80px;
}
.media-services li{
	width: 20%;
	padding:0 11px; 
	float: left;
}
.media-services li a{
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,1), #F2F7FF);
    background: -o-linear-gradient(bottom,rgba(255,255,255,1), #F2F7FF);
    background: -moz-linear-gradient(bottom,rgba(255,255,245,1), #F2F7FF);
    background: linear-gradient(to top,rgba(255,255,255,1),#F2F7FF);
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F2F7FF,endColorStr=#ffffff);
	padding: 44px 38px 46px 38px;
	overflow: hidden;
	text-align: center;
	display: block;
}
.media-services .media-services-content h5{
	color: #222222;
	font-size: 20px;
	margin-bottom: 9px;
	font-weight: 600;
}
.media-services .media-services-content p{
	color: #A2A2A2;
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media-services .media-services-icon{
	width: 90px;
	height:90px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all 0.3s linear;
}
.media-services{
	margin: 0 -11px;
}
.margin-bottom32{
	margin-bottom: 32px;
}
.gdlr-core-skin-divider01 {
	left: 36%!important;
}
.gdlr-core-skin-divider02 {
	right: 36%!important;
}
.media-services li a:hover .media-services-icon{
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.sever-two li{
	width: 50%;
	padding: 0 20px;
	float: left;
}
.sever-two{
	margin: 0 -20px;
}
.sever-two .sever-two-bock h4, .data-service h4{
	color: #222222;
	font-size: 34px;
	margin-bottom: 12px;
}
.sever-two .sever-two-bock p{
	color: #A2A2A2;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}
.sever-two .sever-two-bock{
	padding: 50px 250px 55px 52px;
	height: 253px;
	background:url(../images/zhfw.png) no-repeat; 
	background-size: 100%;
	  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sever-two .sever-two-bock a{
	color: #08479B;
	font-size: 16px;
	transition: all 0.3s linear;
}
.middle-conter{
	padding-top: 61px;
	padding-bottom: 12px;
	margin-bottom: 46px;
	margin-top: 53px;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,1), #F2F7FF);
    background: -o-linear-gradient(bottom,rgba(255,255,255,1), #F2F7FF);
    background: -moz-linear-gradient(bottom,rgba(255,255,245,1), #F2F7FF);
    background: linear-gradient(to top,rgba(255,255,255,1),#F2F7FF);
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F2F7FF,endColorStr=#ffffff);
}
.sever-two .sever-two-bock001{
	background:url(../images/rmtgj.png) no-repeat; 
	background-size: 100%;
}
.sever-two .sever-two-bock:hover  a{
   margin-top: -5px;
    display: block;
      -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sever-two .sever-two-bock a i, .safety-protection a i, .yy-more i{
    background: url(../images/arrow_right.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.data-service p{
	color: #fff;
	font-size: 16px;
    margin-bottom: 25px;
}
.data-service{
	padding-top: 20px;
	height: 185px;
	background: url(../images/sjfw.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.data-service h4{
  color: #fff;
}
.data-service a{
	float: left;
	background: #fff;
	color: #08479B;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	width: 119px;
	height: 36px;
	border-radius: 5px;
}
.data-service a:hover{
	background:#04316d;
	color: #fff;
}
.two-liste li a{
  	margin-right: 44px;
}
.two-liste li:last-child a{
	margin-right: 0;
}
.two-liste{
    width: 282px;
    margin: 0 auto;
    overflow: hidden;
}
.middle-conter01{
    background: url(../images/yy_gl.png) center no-repeat;
    background-size: cover;
    margin-top: 37px;
    padding-top: 37px;
    padding-bottom: 59px;
}
.middle-conter01 .gdlr-core-center-align{
	margin-top: 0;
}
.middle-conter02{
	background: url(../images/aqzz.png) no-repeat;
	padding-top: 45px;
	padding-bottom:76px;
	background-size: cover;
	height: 269px;
}
.safety-protection h4{
	font-size: 34px;
	color: #fff;
	margin-bottom: 20px;
}
.safety-protection p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	width: 448px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.safety-protection a, .yy-more{
	font-size: 16px;
	color: #fff!important;
}
.safety-protection{
	float: left;
}
.safety-protection a i, .yy-more i{
	background: url(../images/arrow_right_b.png) no-repeat;
}
.safety-protection a:hover{
	color: #fff;
}
.safety-protection-rt li div{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
}
.safety-protection-rt li p{
	font-size: 14px;
	color: rgba(255,255,255,.6);
	margin-bottom: 0;
}
.safety-protection-rt{
	float: right;
    padding-top: 40px;
}
.safety-protection-rt li{
	width: 25%;
	float: left;
	padding: 0 38px;
}
.english-tel{
	width: 426px;
	height: 76px;
	margin: auto;
}
.fuwu-title{
	 width: 290px;
    height: 68px;
}
.yunying-icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.operation-management li p{
	font-size: 18px;
	margin-bottom: 0;
	color: #222222;
}
.operation-management li{
	float: left;
	position: relative;
	width: 16.6666%;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid  #0084FF;
}
.operation-management{
	min-height: 90px;
	position: relative;
	padding-bottom: 20px;
}
.yy-more:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.operation-management li:first-child:after, .operation-management li:last-child:after{
    background: #F5F9FF;   
     content: '';
    width: 85px;
    height: 1px;
    display: block;
    background: #fff9f5;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.operation-management li:last-child:after{
	right: 0;
	left: auto;
}
.operation-management li i{
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #F5F9FF;
    padding: 0 10px;
    border-radius: 50%;
    height: 19px;
}
.yy-more{
	width: 142px;
	height:40px;
	display: block;
	background: #08479B;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}


/* 区融媒体中心首页 */
.minhang-today-top{
    background: url(../images/minhang_top_img.png) no-repeat;
    padding-bottom: 0;
    padding-top: 115px;
}
.minhang-today-lt, .minhang-today-rt{
    float: left;
}
.minhang-today-rt h2{
    font-size: 44px;
    color: #fff;
    line-height: 58px;
}
.btn-shiy {
    width: 192px;
    height: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    color:#073285;
    border-radius: 35px;
    margin-top: 55px;
    font-size: 24px;
    -wekbit-transition: all .4s linear;
    transition: all .4s linear;
}
.btn-shiy a {
    display: block;
    color:#073285; 
}
.btn-shiy a:hover{
     color:#073285; 
}
.btn-shiy a i {
    background: url(../images/jt3.png) right center no-repeat;
    padding-left: 28px;
    display: inline-block;
    width: 9px;
    height: 14px;
}
.btn-shiy:hover {
    -wekbit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.minhang-today-lt{
    margin-top: 16px;
}
.minhang-today-rt{
    margin-top: 120px;
}
.today-left, .today-left-logo{
    float: left;
}
.taday-bg{
    padding-top: 45px;
    background: #F5F6F8;
    padding-bottom: 26px;
    margin-bottom: 26px;
}
.today-left-conter{
    float: left;
    margin-left: 26px;
    width: 65%;
    margin-top: 2px;
}
.today-left-conter h6{
    font-size: 22px;
    color: #282828;
    margin-bottom: 8px;
}
.today-left-conter p{
    color: #797979;
    font-size: 14px;
    margin-bottom: 11px;
    display: -webkit-box;
   -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    height: 46px;
}
.today-left-conter a{
    color: #33ABFB;
    width: 90px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: block;
    border:1px solid #33ABFB;
    border-radius: 3px;
}
.today-left-logo{
    height: 126px;
}
.today-left{
    width: 70%;
}
.today-num li p{
    font-size: 18px;
    color: rgba(0,0,0,.45);
    margin-bottom: 0;
}
.today-num li span{
    font-size: 36px;
    color: rgba(0,0,0,.85);
}
.today-num li:nth-child(1) span{
    float: left;
    margin-right: 16px;
    margin-left: 32px;
}
.today-num li:nth-child(1) i img{
    width: auto;
}
.today-num li:nth-child(1) i{
    margin-top: 25px;
    float: left;
}
.today-num li{
    float: left;
}
.today-num li:nth-child(1){
    padding-right: 30px;
    margin-right: 38px;
    position: relative;
}
.today-num li:nth-child(2){
    text-align: right;
}
.today-num li:nth-child(2) span{
    font-size: 30px;
    margin-top: 4px;
    display: block;
}
.today-num li:nth-child(1):after{
    content: '';
    width: 1px;
    height: 49px;
    display: block;
    background: #E9E9E9;
    position: absolute;
    right: 0;
    top: 20px;
}
.day-hot-list07{
    width: 251px;
    height: 79px;
    margin-bottom: 43px;
}
.today-num{
    margin-top: 20px!important;
}
.day-hot-list07-list li div>p{
    color: #56606C;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    height: 84px;
    overflow: hidden;
    text-align: justify;
}
.day-hot-list07-list li div span{
    font-size: 14px;
    color: #999999;
}
.day-hot-list07-list li{
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}
.day-hot-list07-list {
    margin: 0 -10px;
}
.day-hot-list07-list li div{
    background: #F8F9FA;
    position: relative;
    padding: 25px 18px 16px 20px;
}
.day-hot-list07-list li:nth-child(1) div:before, .day-hot-list07-list li:nth-child(2) div:before, .day-hot-list07-list li:nth-child(3) div:before{
    content: '';
    background: url(../images/hot.png) no-repeat;
    width: 40px;
    height: 27px;
    display: block;
    position: absolute;
    left: 20px;
    top: -10px;
}
.day-hot-list07-list li:nth-child(1) div:after, .day-hot-list07-list li:nth-child(2) div:after, .day-hot-list07-list li:nth-child(3) div:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid #EE4545;
    border-left: 35px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.day-hot-list07-list li div i{
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0px;
    color: #fff;
    padding-right: 3px;
}


/* 区融媒体首页 */
.minhang-today-top{
    background: url(../images/minhang_top_img.png) no-repeat;
    padding-bottom: 0;
    padding-top: 115px;
}
.minhang-today-lt, .minhang-today-rt{
    float: left;
}
.minhang-today-rt h2{
    font-size: 44px;
    color: #fff;
    line-height: 58px;
}
.btn-shiy {
    width: 192px;
    height: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    color:#073285;
    border-radius: 35px;
    margin-top: 55px;
    font-size: 24px;
    -wekbit-transition: all .4s linear;
    transition: all .4s linear;
}
.btn-shiy a {
    display: block;
    color:#073285; 
}
.btn-shiy a:hover{
     color:#073285; 
}
.btn-shiy a i {
    background: url(../images/jt3.png) right center no-repeat;
    padding-left: 28px;
    display: inline-block;
    width: 9px;
    height: 14px;
}
.btn-shiy:hover {
    -wekbit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.minhang-today-lt{
    margin-top: 16px;
}
.minhang-today-rt{
    margin-top: 120px;
}
.today-left, .today-left-logo{
    float: left;
}
.taday-bg{
    padding-top: 45px;
    background: #F5F6F8;
    padding-bottom: 26px;
    margin-bottom: 26px;
}
.today-left-conter{
    float: left;
    margin-left: 26px;
    width: 65%;
    margin-top: 2px;
}
.today-left-conter h6{
    font-size: 22px;
    color: #282828;
    margin-bottom: 8px;
}
.today-left-conter p{
    color: #797979;
    font-size: 14px;
    margin-bottom: 11px;
    display: -webkit-box;
   -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    height: 46px;
}
.today-left-conter a{
    color: #33ABFB;
    width: 90px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: block;
    border:1px solid #33ABFB;
    border-radius: 3px;
}
.today-left-logo{
    height: 126px;
}
.today-left{
    width: 70%;
}
.today-num li p{
    font-size: 18px;
    color: rgba(0,0,0,.45);
    margin-bottom: 0;
}
.today-num li span{
    font-size: 36px;
    color: rgba(0,0,0,.85);
}
.today-num li:nth-child(1) span{
    float: left;
    margin-right: 16px;
    margin-left: 32px;
}
.today-num li:nth-child(1) i img{
    width: auto;
}
.today-num li:nth-child(1) i{
    margin-top: 25px;
    float: left;
}
.today-num li{
    float: left;
}
.today-num li:nth-child(1){
    padding-right: 30px;
    margin-right: 38px;
    position: relative;
}
.today-num li:nth-child(2){
    text-align: right;
}
.today-num li:nth-child(2) span{
    font-size: 30px;
    margin-top: 4px;
    display: block;
}
.today-num li:nth-child(1):after{
    content: '';
    width: 1px;
    height: 49px;
    display: block;
    background: #E9E9E9;
    position: absolute;
    right: 0;
    top: 20px;
}
.day-hot-list07{
    width: 251px;
    height: 79px;
    margin-bottom: 43px;
}
.today-num{
    margin-top: 20px!important;
}
.day-hot-list07-list li div>p{
    color: #56606C;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    height: 84px;
    overflow: hidden;
    text-align: justify;
}
.day-hot-list07-list li div span{
    font-size: 14px;
    color: #999999;
}
.day-hot-list07-list li{
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}
.day-hot-list07-list {
    margin: 0 -10px;
}
.day-hot-list07-list li div{
    background: #F8F9FA;
    position: relative;
    padding: 25px 18px 16px 20px;
}
.day-hot-list07-list li:nth-child(1) div:before, .day-hot-list07-list li:nth-child(2) div:before, .day-hot-list07-list li:nth-child(3) div:before{
    content: '';
    background: url(../images/hot.png) no-repeat;
    width: 40px;
    height: 27px;
    display: block;
    position: absolute;
    left: 20px;
    top: -10px;
}
.day-hot-list07-list li:nth-child(1) div:after, .day-hot-list07-list li:nth-child(2) div:after, .day-hot-list07-list li:nth-child(3) div:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid #EE4545;
    border-left: 35px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.day-hot-list07-list li div i{
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0px;
    color: #fff;
    padding-right: 3px;
}



