 @font-face {
	  font-family:'agency'; /*这个相当于给字体起个名字，，，，好比“微软雅黑”*/
	  src:url('/ru/font/Agency FB Bold.ttf'); /*指定字体的路径*/
}

.conter{width: 1200px;margin: auto;}
.conter .one{margin-top: 40px;}
.conter .one h1{text-align: center;}
.conter .one h1 span{display: inline-block;margin: 0 5px;}
.conter .one h1 span:nth-child(1){font: 28px "微软雅黑";color: #5c5c5c;}
.conter .one h1 span:nth-child(2){font: 28px "微软雅黑";color: #ff4761;}
.conter .one h1 span:nth-child(3){font: 20px "微软雅黑";color: #9d9d9d;}
.conter .one p{display: block;margin:30px auto;text-align: center;}
.conter .one p img{display: block;margin:auto;text-align: center;max-width: 100%;}
/*.conter .one ul{display: flex;justify-content: space-between;width: 800px;margin:40px auto;}
.conter .one ul li{display: block;text-align: center;}
.conter .one ul li span{font: 60px "agency";color: #FF0000;}
.conter .one ul li span em{font: 28px "agency";color: #FF0000;}
.conter .one ul li p{font: 24px "微软雅黑";color: #363636;margin-top: -10px;}*/

.conter .tow>p{font: 18px "微软雅黑";color: #333333;padding: 10px;border-bottom: 1px solid #cccccc;}
.conter .tow>p img{display: inline-block;width: 16px;height: 16px;float: right;margin-top: 4px;}

.tow-list{display: flex;justify-content: space-between;margin-top: 20px;}
.tow-hwm{display: block;width: 600px;text-align: left;}
.tow-hwm img{display: block;width: 100%;}
.tow-hwm .swiper-button-prev{background-image: url(/ru/img/index2.png) !important;}
.tow-hwm .swiper-button-next{background-image: url(/ru/img/index3.png) !important;}
.swiper-button-next, .swiper-button-prev{width: 19px !important;height: 27px !important;background-size: 19px 27px !important;top: 53%;}
.tow-list ul{width: 500px;margin: 10px 50px;}
.tow-list ul li{margin-bottom: 18px;}
.tow-list ul li a{display: block;}
.tow-list ul li a h1{font: 16px "微软雅黑";display: inline-block;white-space: nowrap; width: 100%; overflow: hidden;text-overflow:ellipsis; color:#333}
.tow-list ul li a p{font: 14px "微软雅黑";display: inline-block;white-space: nowrap; width: 100%; overflow: hidden;text-overflow:ellipsis;color: #9D9D9D;}

#subjects{margin-top: 60px;}
.g-wrap{position:relative; margin:0 auto; width:1200px; height:100%; overflow:hidden;}






<!--耗时1752252226.6143秒-->