.wrapper a{
  color: #000;
}
.wrapper .live_list {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999999;
	left: 0;
	bottom: 56px;
	height: 80px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: #efefef;
	width: 100%;
	transition: all ease-in-out .2s
}

.wrapper .live_list .arrow-left {
	position: absolute;
	cursor: pointer;
	right: 50%;
	top: 50%;
	background: url(../images/channelListArrow.png?v=1) no-repeat 0 0;
	width: 10px;
	height: 20px;
	margin-top: -10px;
	margin-right: 590px
}

.wrapper .live_list .arrow-right {
	position: absolute;
	cursor: pointer;
	left: 50%;
	top: 50%;
	background: url('//www.cnr.cn/2021/images/arrows.png?v=2') no-repeat right 0;
	width: 10px;
	height: 20px;
	margin-top: -10px;
	margin-left: 590px
}

.wrapper .live_list .LiveChannel-close {
	position: absolute;
	z-index: 9;
	cursor: pointer;
	left: 50%;
	top: 0;
	background: url(../images/channelListClose.png?v=1) no-repeat right 0;
	width: 16px;
	height: 16px;
	margin-left: 584px
}

.wrapper .live_list .swiper-container {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1170px;
	margin-left: -585px
}

.wrapper .live_list .swiper-container .swiper-slide.current .item .channelLogo:after,
.wrapper .live_list .swiper-container .swiper-slide.current .item .channelLogo:before {
	opacity: 1;
	visibility: visible
}

.wrapper .live_list .swiper-container .item {
	position: relative;
	cursor: pointer;
	padding: 0 9px;
	margin-top: -5px
}

.wrapper .live_list .swiper-container .item .channelLogo {
	position: relative;
	background: url(../images/ChannelLogoShadow.png) no-repeat 0 0;
	width: 72px;
	height: 72px
}

.wrapper .live_list .swiper-container .item .channelLogo:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/ChannelLogoShadow-hover.png) no-repeat 0 0;
	width: 54px;
	margin-left: -27px;
	height: 54px;
	margin-top: -27px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .2s
}

.wrapper .live_list .swiper-container .item .channelLogo:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 4px;
	background: url(../images/current.png?v=1) no-repeat 0 0;
	width: 16px;
	height: 16px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .2s
}

.wrapper .live_list .swiper-container .item .channelLogo img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	margin-left: -25px;
	height: 50px;
	margin-top: -25px;
	border-radius: 100%
}

.wrapper .live_list .swiper-container .item .channelName {
	position: absolute;
	left: 0;
	bottom: -5px;
	font-size: 12px;
	line-height: 1;
	width: 100%;
	color: #737373;
	text-align: center
}
.banner {
  padding-bottom: 22px;
}
.wrapper{
  padding-bottom: 56px;
  overflow: hidden;
}


.main{
  width: 1200px;
  margin: 0 auto;
}
.logo{
  width: 135px;
  height: 65px;
  background: url(../images/logo.png) no-repeat;
  margin-top: 30px;
  margin-left: 5px;
}
.swiper{
  width: 100%;
  height: 676px;
  position: relative;
  margin-top: 173px;
}
.swiper .btn-left{
  width: 36px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 310px;
  background: url(../images/left.png) no-repeat;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease-in-out 0.6s;
}
.swiper .btn-right{
  width: 36px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 310px;
  background: url(../images/right.png) no-repeat;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease-in-out 0.6s;
}
.wrapper .swiper:hover .btn-left{
  opacity: 1;
}

.wrapper .swiper:hover .btn-right{
  opacity: 1;
}
.swiper .swiper-container{
  width: 100%;
  height: 100%;
}
.swiper .swiper-container .swiper-slide a{
  display: block;
  width: 100%;
  height: 676px;
  position: relative;
}
.swiper .swiper-container .swiper-slide a span{
  position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-indent: 2em;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper .swiper-container .swiper-slide a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/fouce_mask.png) repeat;
  height: 70px;
  width: 100%;
}
.swiper .swiper-container .swiper-pagiontion {
  position: absolute;
  z-index: 99;
  right: 15px;
  bottom: 14px;
}
.swiper .swiper-container .swiper-pagiontion .swiper-pagination-switch {
  height: 10px;
  width: 10px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 0 8px;
}
.swiper .swiper-container .swiper-pagiontion .swiper-pagination-switch.swiper-active-switch {
  background: #e35418;
}
.nav{
  height: 90px;
  background: url(../images/nav.png) no-repeat top center;
  margin-top: 45px;
  overflow: hidden;
}
.nav ul{
  width: 924px;
  height: 27px;
  background: url(../images/navLi.png) no-repeat;
  margin-left: 45px;
  margin-top: 24px;
}
.nav ul li{
  float: left;
  height: 100%;
  margin-right: 31px;
}
.nav ul li:last-child{
  margin-right: 0;
}
.nav ul li.nav-1{
  width: 42px;
}
.nav ul li.nav-2{
  width: 147px;
}
.nav ul li.nav-3{
  width: 76px;
}
.nav ul li.nav-4{
  width: 94px;
}
.nav ul li.nav-5{
  width: 76px;
}
.nav ul li.nav-6{
  width: 149px;
  margin-right: 33px;
}
.nav ul li.nav-7{
  width: 76px;
}
.nav ul li.nav-8{
  width: 42px;
}
.nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.area{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.radio-live {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 93px;
  height: 24px;
  cursor: pointer;
  background: url(../images/radio-live.png) no-repeat left top;
}
.row{
  width: 1200px;
  margin: 0 auto;
}
.row3 .w876{
  padding-top: 0;
}
.w876 {
  width: 876px;
  float: left;
  padding-top: 20px;
}
.row2 .box {
  height: 419px;
}
.row3 .box,.row4 .box{
  height: 422px;
}
.title {
  border-bottom: 1px solid #e5e5e5;
}
.title .title-left {
  position: relative;
  float: left;
}
.title .title-left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #f6d09b;
}
.title .title-left span {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.title .title-left span a{
  font-size: 24px;
  color: #000;
}
.title .title-right {
  float: right;
  padding-top: 12px;
  padding-right: 6px;
}
.title .title-right .more a{
  font-size: 14px;
  color: #838383;
  font-style: italic;
}
.title::after {
  clear: both;
  content: "";
  display: table;
}
.row2 .box .box-body, .row3 .box .box-body {
  padding-top: 21px;
}
.w425:first-child {
  margin-left: 0;
}
.w425 {
  width: 425px;
  height: 236px;
  position: relative;
  float: left;
  
}
.wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    height: 42px;
    line-height: 42px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrap p {
    text-indent: 20px;
	font-size: 18px;
	color: #FFFFFF;
}
.wrap p a{
	color: #FFFFFF;
}
img {
  display: block;
}
.pt20 {
  padding-top: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pt30 {
  padding-top: 30px;
}
dl {
  border-bottom: 1px solid #e5e5e5;
  height: 130px;
}
dl:last-child {
  border-bottom: none;
}
dl dt {
  height: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
dl dt > div {
  padding-top: 10px;
  font-size: 0;
}
dl dt a {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: bolder;
}
i.sound {
  display: inline-block;
  width: 10px;
  height: 14px;
  cursor: pointer;
  margin-left: 5px;
  background: url(../images/icon_sound.png) no-repeat 0 bottom;
}
i.sound.current {
  background: url(../images/icon_sound_s.gif) no-repeat 0 0;
}
dl dd {
  padding-top: 10px;
  overflow: hidden;
  color: #8d8d8d;
  font-size: 14px;
  height: 44px;
  line-height: 22px;
}
.row2 .box .box-body::after, .row3 .box .box-body::after, .row4 .box .box-body::after, .row5 .box .box-body::after, .row6 .box .box-body::after {
  clear: both;
  content: "";
  display: table;
}
.mt-10 {
  margin-top: -10px;
}
.mt-19 {
  margin-top: -19px;
}
dl {
  border-bottom: 1px solid #e5e5e5;
  height: 132px;
}
.w300 {
  width: 300px;
  float: right;
  border: 1px solid #f6d09b;
  border-radius: 10px;
  margin-top: 10px;
}
.pd11 {
  padding: 11px;
}
.box-body-list ul {
  padding-bottom: 11px;
}
.box-body-list ul li {
  padding: 9px 0;
  height: 36px;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 18px;
  overflow: hidden;
}
.box-body-list ul li a {
  color: #000000;
  font-size: 14px;
}
.box-body-first {
  width: 268px;
  height: 151px;
  margin: 0 auto;
}
.box-body-list ul li:last-child {
  border-bottom: none;
}
.box-body-list ul li a:hover {
  color: #aa182c;
  text-decoration: none;
}
dl dt a:hover {
  color: #aa182c;
  text-decoration: none;
}
.title .title-left span a:hover {
  text-decoration: none;
}
.title .title-right .more a:hover {
  text-decoration: none;
}
.menu .menu-line {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 11px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAYAAAC+jufvAAAAHklEQVQImWNgYGDgZmJgYPgHJ/7jIsCAkYmBgYEBANxQBxbHmTHQAAAAAElFTkSuQmCC) repeat-x 0 bottom;
}

.menu-nav {
			background: url("../images/sazglogo.png") no-repeat -22px;
			height: 67px;
			padding-left: 153px;
			position: relative;
		}
.menu-nav .menu-nav-ul {
  padding-top: 23px;
}
.menu-nav .menu-nav-ul::after {
  clear: both;
  content: "";
  display: table;
}
.menu-nav .menu-nav-ul li {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  padding: 0 16px;
}
.menu-nav .menu-nav-ul li span {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.menu-nav .menu-nav-ul li span a:hover {
  color: #aa182c;
}
.menu-nav .radio-live {
  position: absolute;
  bottom: 22px;
  right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAAYCAMAAACvOgEuAAAAh1BMVEVMaXGqGCwAAACqGCsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqFywAAAAAAAAAAAAAAACqFyuqGCyqFisAAACpGCyqFyypFyyqGCuqFiqpGCypFyuqGCwAAAD////owcazMUPNdoL57O69S1q5QFHZlp+uITTCWmjir7b89/jz3eDUiJLv1Ng3gLsXAAAAHHRSTlMA/CAe75/Pv0CA31B1ahCvMOTzWI+nuLmmTvLXo0HqbQAAAgRJREFUSMfNlumyojAQhQMEkrCqF5eZCc0q4PL+zzdZ2ME7f7hVc6qUlEc+29NNACEty78ejdOfi2+h3WXdDN7JuO3N//WbT3T62hXuG3wuf0f4F19pv+qtk8Blz+Ld5tkQzjx7xoalGQwr79AvafDRv0lcVjwAoHjVHf48o1McDkuCTCLkJph4w6/b6INv6dCNrMxTgHfVTU5ffDKVPhtRjwYEhbJKMrXJ2vc1LpOpNE8oynljk4COQiazXWaG2BSQScEu7dNY+hcFawCe94rXKRQ6/EtPp9OI1NmUOZE4YFt1IxYxJI54i7f8o4KV7wLgkUt8qj44btJ1roxFjotj3WvS/TmbbPn9rNdlC/AS7YVGBf+ZjpBHPHIgemTW9Kmv6U0u8s4BSv7SxX+kOzaLSHiI0cG1TUmXqcghIVu+TkbMY5rxuyBnj0f1ORkvwoxhzXMiRe++wMiWf1X0vC3gXdcFVDyFfOxqmIQzuBsJCLFp4FDqKC6ZzuPK7yZSXK2C2orXHe7jRNIErXMnTB80fVb70rf6tuYiFkl+QTteTQHZorvEEf8ea/oi94V/7uhVkfIyLXmVNuNOYMf/rH09M1Nf7WIL9btYiL05PPTmtYl0e7pIeu1/uwObzqJ0nDDVNSnZNTLT2v/+7hH+73c+kf15vGuff+KpQD5xGMfrvk8cfwEJbUboSPCLNwAAAABJRU5ErkJggg==) no-repeat left top;
  width: 93px;
  height: 24px;
  cursor: pointer;
}
.ad{
  width: 1200px;
  margin: 10px auto 40px;
}
.row3 .box-head{
  padding-bottom: 21px;
}
.row4 .box-head{
  padding-bottom: 21px;
}
.row3 .box-body-list ul li,.row4 .box-body-list ul li{
  height: 45px;
}
.row3 .w876 .box .box-body{
  padding-top: 33px;
}
.row3 .w378{
  float: left;
  width: 378px;
}
.row4 .w420{
  float: left;
  width: 420px;
}
.row4 .w876{
  padding-top: 10px;
}
.row4 .w300{
  margin-top: 0;
}
.row4 .col {
  width: 183px;
  height: 325px;
  float: left;
  position: relative;
  margin-right: 46px;
}
.row4 .col:last-child{
  margin-right: 0;
}
.row4 .col a {
  position: absolute;
  z-index: 9;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.row4 .col a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/icon_play_l.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  margin-left: -25px;
  height: 50px;
  margin-top: -25px;
}
.row4 .col a img {
  display: block;
  width: 183px;
  height: 325px;
  border-radius: 5px;
}
.row4 .col a span {
  position: absolute;
  z-index: 2;
  height: 78px;
  padding: 0 11px;
  bottom: 2px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
}
.row4 .col a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/eyes_look_mask.png) no-repeat center;
  width: 183px;
  height: 100px;
}
.wrapper a:hover {
	color: #aa182c;
	text-decoration: none
}

.row4 .sazk ul li {
    font-size: 14px;
    line-height: 20px;
	padding-top:10px;
}

.row4 .sazk .sazk_bt {
    font-size: 16px;
    line-height: 20px;
	font-weight: bold;
	padding-top:10px;
}

.fb {
	font-weight: bold;
}
.f16 {
	font-size: 16px;
}
.f14 {
	font-size: 14px;
}
.lh20 {
	line-height: 20px;
}

