@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    background: #f7f7f7;
}
ol, ul {
    list-style: none;
}
img {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover {
    text-decoration: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a {
    text-decoration: none;
    color: #323232;
    margin: 0;
    padding: 0;
}
ul::after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
ul li {
    zoom: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 通用样式 */
.middle {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.slh {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear, .clr, .clr5, .clr10, .clr15, .clr20 {
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.md {
    background: transparent;
    border: 0;
}
.clr5 {
    height: 5px;
}
.clr10 {
    height: 10px;
}
.clr15 {
    height: 15px;
}
.clr20 {
    height: 20px;
}
.boxShadow {
  box-shadow: 0px 2px 7px #e6e6e6;
}
/*头部开始*/
.hd_top {
    height: 38px;
    line-height: 38px;
    background: #002242;
}
.hd_top h3 {
    font-size: 13px;
    color: #424242;
    font-weight: 400;
}
.hd_welcome {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.hd_sc {
    font-size: 13px;
    color: #fff;
}
.hd_sc a {
    color: #fff;
    padding: 0 5px;
}
.hd_sc a:hover {
    color: #27a2da;
}
.hd_ad img {
    max-width: 100%;
}
.hd_ad .img {
    max-width: 100%;
}
.hd_gg {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.tougao{
	position: absolute;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    top: 2px;
	left: 110px;
    box-shadow: 4px 0px 5px 0px rgb(153 153 153 / 45%);
    display: none;
    z-index: 100;
}
.tougaobox:hover .tougao{
  display: block;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.hd-action {
    width: 230px;
	position: relative;
}
.header-action-tool {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #525252;
}
.header-action-tool .tool-item {
    position: relative;
    cursor: pointer;
}
.header-action-tool .tool-item-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
	vertical-align: middle;}
.header-action-tool .tool-item-icon.icon-home {
    background-image: url( "../images_v2023/tougao.png");
}
.header-action-tool .tool-item-icon.icon-star {
    background-image: url( "../images_v2023/tousu.png");
}
.tool-item-text{
	line-height: 28px;
}
.hd_nav {
    width: 100%;
    height: 60px;
    background-color: #07538c;
    margin: 0 auto;
}

.logo_box{
width: 220px;
    height: 70px;
    float: left;
    z-index: 51;
    padding: 10px 45px 0px 0px;
}

.hd_ad{
	
	width: 666px;
    height: 80px;
    float: left;
}
.navbox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}
.hd_logo {
    width: 220px;
    height: 70px;
    float: left;
    position: absolute;
    z-index: 51;
    left: 0px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 21%);
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 0px 10px;
}
.logo_box img {
    width: 220px;
    height: auto;
}
.navlist {
    width:100%;
    height: 60px;
    padding: 0;
    float: right;
    overflow: visible;
    position: relative;
}
.navlist ul li {
    margin-left:55px;
    font-size: 20px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    float: left;
    display: inline-block;
    width: auto;
}
.navlist ul li a {
    color: #fff;
}
.navlist ul li:hover a {
    color: #FE8402;
}
.searcharea {
    width: 194px;
    float: right;
    height: 40px;
    border-radius: 20px;
    background: #FFF;
    margin: 5px 0;
    padding: 0 0px 0 14px;
    overflow: hidden;
	border: 1px solid #2590EA !important;
	position:relative;
}
.searchform{
	
position: relative;
    height: 40px;
	overflow: hidden;
}
.searchform input {
	width: 140px;
    height: 36px;
    padding: 2px 64px 0 20px;
    border: 1px solid #2590EA !important;
    border-radius: 20px;
    font-size: 12px;
}
.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 65px;
    height: 40px;
    background: url(https://www.cqn.com.cn/xianlan/images_v2023/btn-search.png) center center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #2590EA;
    border-radius: 20px;
	border: none;
	cursor: pointer;
}
.hd_nav dl {
    float: left;
    width: 250px;
    padding: 0 0 0 10px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
}
.hd_nav dl:last-child {
    border-right: 0 solid #cccccc;
}
.hd_nav dl dt {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 8px;
}
.hd_nav dl dd {
    margin: 10px 0;
}
.hd_nav dl dd a {
    display: block;
    float: left;
    width: 80px;
    height: 16px;
    text-align: center;
    color: #333;
}
.hd_nav dl dd ul li {
    float: left;
    width: 80px;
    text-align: center;
    border-right: 2px solid #d9d9d9;
    margin-bottom: 15px;
}
.hd_nav dl dd ul li:last-child {
    border-right: 0px solid #d9d9d9;
}
.i-tags {
    clear: both;
    width: 1156px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border: 1px solid #EDEDED;
    background: #FFF;
    overflow: hidden;
}
.i-tags a {
    padding: 0 5px;
    margin: 0 5px;
    font-weight: 600;
}
/*foucs*/
.vspace {
    height: 15px;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.focusbox {
    height: 450px;
    width: 1200px;
    margin: 0 auto;
}
.ispcbox {
    display: block;
}
.focus {
    width: 1200px;
    position: relative;
}
.focus .focusimg {
    height: 450px;
    width: 830px;
}
.focus .focusimg ul li.focus_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.focus a {
    text-decoration: none;
}
.focus .focusimg ul li.focus_img img {
    width: 830px;
    height: 450px;
}
.focus .focusimg {
    height: 450px;
    width: 830px;
}
.focus .focusimg ul li.focus_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.focus .focusimg ul li.focus_img.on {
    display: block;
}
.focus .focusimg ul li.focus_img span {
    display: none;
    width: 64px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 20px;
}
.focus .focusimg ul li.focus_img .live_con span {
    display: inline-block;
}
.focus .focusimg ul li.focus_img img {
    width: 830px;
    height: 450px;
}
.focus .focusimg .focus_img .list_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 714px;
    margin-right: 42px;
    overflow: hidden;
    height: 406px;
    margin: 22px 58px;
}
.focus .focusimg .focus_img .list_img ul {
    width: 714px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.focus .focusimg .focus_img .list_img ul.list_img_top {
    top: -203px;
    height: 208px;
}
.focus .focusimg .focus_img .list_img ul.list_img_bottom {
    bottom: -203px;
    height: 198px;
}
.focus .focusimg .focus_img .list_img ul li {
    width: 352px;
    height: 198px;
    float: left;
    position: relative;
    margin-right: 10px;
}
.focus .focusimg .focus_img .list_img ul li .top_img {
    width: 352px;
    height: 198px;
    overflow: hidden;
}
.focus .focusimg .focus_img .list_img ul li .top_img img {
    width: 352px;
    height: 198px;
}
.focus .focusimg .focus_img .list_img ul li .top_text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 5px;
    width: 342px;
    height: 36px;
    overflow: hidden;
}
.focus .focusimg .focus_img .list_img ul li .top_text.on {
}
.focus .focusimg .focus_img .list_img ul li .top_text.on .title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    padding-bottom: 5px;
}
.focus .focusimg .focus_img .list_img ul li .top_text.on .title a:hvoer {
 color: #eb982a;
}
.focus .focusimg .focus_img .list_img ul li .top_text.on .title a {
    color: #eb982a;
    font-weight: bold;
}
.focus .focusimg .focus_img .list_img ul li .top_text .title {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}
.focus .focusimg .focus_img .list_img ul li .top_text .title a {
    color: #fff;
}
.focus .focusimg .focus_img .list_img ul li .top_text .brief {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.focus .focusimg .focus_img .list_img ul li .top_text .brief a {
    color: #fff;
}
.focus .focusimg .focus_img .list_img ul li.last {
    margin-right: 0;
}
.focus .focustext {
    width: 370px;
    height: 450px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
.focus .focustext ul {
    padding: 20px 0;
}
.focus .focustext li.focus_column {
    color: #ffffff;
    text-align: left;
    width: 370px;
    height: 56px;
}
.focus .focustext li.focus_column .text {
    color: #ffffff;
    width: 290px;
    padding-left: 40px;
    height: 56px;
}
.focus .focustext li.focus_column h2 {
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    width: 290px;
    overflow: hidden;
    font-weight: normal;
    height: 56px;
    overflow: hidden;
}
.focus .focustext li.focus_column h2 a {
    font-size: 16px;
    color: #333333;
}
.focus .focustext li.focus_column span {
    display: none;
    font-size: 14px;
    line-height: 25px;
    padding-top: 2px;
    color: #fff;
    width: 290px;
    overflow: hidden;
    height: 50px;
}
.focus .focustext li.focus_column span a {
    color: #fff;
}
.focus .focustext li.on {
    background: url( "../images_v2023/current_bg.png") no-repeat;
	background-size: cover;
    height: 94px;
    padding: 0;
    margin: 20px 0;
}
.focus .focustext li.on h2 {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
}
.focus .focustext li h2 a {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    animation: none;
}
.focus .focustext li.on h2 a {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}
.focus .focustext li.on span {
    display: block;
}
/*interview*/
.interview {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}
.md .md_hd {
    font-size: 30px;
    color: #333333;
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: 0;
    padding: 0;
}
.md .md_hd .mh_title {
    width: 180px;
    height: 40px;
    font-size: 30px;
    color: #333333;
    padding: 0;
    margin: 0;
    background: url("../images_v2023/zlft.png")left center no-repeat;
    background-size: contain;
    display: block;
    filter: drop-shadow(0px 4px 6px rgb(0 0 0 / 21%))
}
.intlist {
    width: 1200px;
    height: 265px;
    margin: 10px auto 0;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.zlft-left {
    background: url(http://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEkS9oRRoO9KikS2HZUaau210312/dyw18929_jctj_lunbol.png) left center no-repeat;
    width: 22px;
    height: 44px;
    display: block;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 5;
}
.zlft-right {
    background: url(http://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEkS9oRRoO9KikS2HZUaau210312/dyw18929_jctj_lunbor.png) left center no-repeat;
    width: 22px;
    height: 44px;
    display: block;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 5;
}
.ul-list {
    width: 100%;
    height: 294px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ul-list .list-lunbo {
    position: relative;
    clear: both;
    zoom: 1;
}
.ul-list .box {
    width: 285px;
    height: auto;
    float: left;
    background: #fff;
    margin-right: 20px;
    padding-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px 0;
    overflow: hidden;
}
.intlist .ul-list .box .zlft-img {
    width: 285px;
    float: left;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.intlist .ul-list .box .zlft-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.intlist .ul-list .box .zlft-img a {
    position: absolute;
    width: 285px;
    height: 160px;
    top: 0;
    z-index: 2;
}
.intlist .ul-list .box .zlft-img .zixun {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 49px;
    height: 24px;
*height: 26px;
    text-align: center;
    line-height: 24px;
    background: url(http://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEJZ0Y22OEKABsFGvoQWuR210315/ysw18929_zixun.png) no-repeat;
    z-index: 88;
    color: #FFFFFF;
    font-size: 14px;
}
.intlist .ul-list .box .zlft-img .zixun a {
    color: #FFFFFF;
    position: static;
    width: auto;
    height: auto;
    display: block;
}
.intlist .ul-list .box .zlft-img .img-bg {
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.intlist .ul-list .box .zlft-img img {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.intlist .box .zlft-img span {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    z-index: 3;
}
.intlist .box .zlft-tit {
    padding: 0 15px;
    float: left;
    height: 89px;
}
.intlist .box .zlft-tit p.zlft-des {
	font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #888;
    margin-top: 5px;
}
.intlist .box .zlft-tit p {
    line-height: 26px;
    margin: 14px 0 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.intlist .box .zlft-tit p a {
    color: #333;
    text-decoration: none;
}
.intlist .box .zlft-tit p a:hover {
    color: #0069c3;
}
/*news*/
.news {
	width: 1200px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}
.news_box{
	width: calc(50% - 30px);
    height: 325px;
    margin: 10px auto 0;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.news_sbox{


    font-size: 14px;
    color: #FFFFFF;
    position: relative;
	border: 0px;
    background-color: #fff;
}
.news_slist{
	    width: 100%;
	    padding: 15px 0 0 0;
}
.news_sbox li {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
}
.tyzj_list li:first-child,li.bgttit:first-child {
  margin-top: 0;
}
.news_sbox li:first-child.cur {
  padding: 0px 10px 0;
}
.news_sbox .title {
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bgttit .title {
    padding-left: 28px;
    color: #333;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_sbox .title a {
  color: #333;
  text-decoration: none;
}
.news_sbox li a:hover {
  color: #134a85;
  text-decoration: none;
  height:  60px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_sbox li.cur {
  padding: 16px 10px 0;
  height: auto;
  width: auto;
  margin: 0;
}
.news_sbox li.cur .title {

	overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.news_sbox li.cur .title a{

	overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.news_sbox .image {
  width: 360px;
  height: 203px;
  display: none;
  position: relative;
  overflow: hidden;
}
.news_sbox .image .label {
  line-height: 30px;
  padding: 0 6px;
  background: #bf0614;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  color: #fff;
}
.news_sbox .cur .image {
  display: block;
}
.news_sbox .cur .title {
	height:60px; ;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  padding: 16px 0 0 5px;
  padding-bottom: 10px;
  /*white-space: inherit;*/
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_sbox .tabs {
  display: none;
  position: absolute;
  left: 5px;
  bottom: 16px;
  line-height: 21px;
  color: #999;
  font-size: 14px;
}
.news_sbox .tabs a {
  color: #999;
  text-decoration: none;
  margin-right: 10px;
}
.news_sbox .tabs a:hover {
  color: #999;
  text-decoration: none;
}
.news_sbox .cur .tabs {
  display: block;
}
.news_sbox .last {
  padding-bottom: 16px;
}
.news_sbox .last,
.news_sbox .last.cur {
  margin-bottom: 0;
}
.news_title{	
    height: 48px;
    position: relative;
}
.zjtx{
		background: url(https://www.cqn.com.cn/xianlan/images_v2023/zjtx_ban.png) left no-repeat;
    margin-bottom: 27px;
}

.hygc{
		background: url(https://www.cqn.com.cn/xianlan/images_v2023/hygc_ban.png) left no-repeat;
    margin-bottom: 27px;
}
.dffc{
		background: url("../images_v2023/dffc_ban.png") left no-repeat;
    margin-bottom: 27px;
}

.rwz{
		background: url(https://www.cqn.com.cn/xianlan/images_v2023/rwz_ban.png) left no-repeat;
    margin-bottom: 27px;
}
.tyzj{
		background: url("../images_v2023/tyzj_ban.png") left no-repeat;
    margin-bottom: 27px;
}
.dhzj{
		background: url("../images_v2023/dhzj_txy.png") left no-repeat;
    margin-bottom: 27px;
}
.bgt{
		background: url("../images_v2023/bgt_ban.png") left no-repeat;
    margin-bottom: 27px;
}
.news_list{
	
	margin-top: 20px;
}
.news_list ul li{
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news_list ul li::before {
    content: "";
    width: 5px;
    height: 15px;
    background-color: #659dd7;
    position: absolute;
    left: 5px;
    top: 22%;
    margin-top: 0;
}
.news_list ul li:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.mr {
    margin-right: 0;
    margin-left: 30px;
}
.ml {
    margin-right: 30px;
    margin-left: 0px;
}
.sl {
	width: 380px;
    height:554px;;
    margin: 10px auto 0;
	    float: left;
    margin-right: 30px;
    margin-left: 0px;
}
.sr {
	width: 360px;
    height:554px;
	float: right;
    margin: 10px auto 0;
    margin-right: 0;
    margin-left: 0px;
}
.news_title .m_more {
    position: absolute;
    background: url(https://www.cqn.com.cn/xianlan/images_v2023/more.png) no-repeat;
	background-size: cover;
    width: 38px;
    height: 12px;
    top: 18px;
    right: 18px;
}
.dhzjimg{    padding: 0px 10px 0;}
li.dhzjtit{

    color: #333;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 14px 0;
}
li.bgttit {

    color: #333;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
/*ad*/
.ad {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    zoom: -1;
    position: relative;
}
.ad img{ display:block;}
.admid {
	width: 1200px;
    text-align: left;
    clear: both;
	/*height: 110px;*/
    margin: 34px auto;
    position: relative;
}
.adleft{
	width: 790px;
	height: 110px;
	float: left;
}
.admid img {
    width: 100%;
    /*height: 110px;*/
}
.adright {
    width: 360px;
    /*height: 110px;*/
    float: right;
}
.media dt li{ width:1085px; height:35px; float:right; border-bottom:1px solid #002242;}
.media dt li.media_t{width:100px;height:35px;float:left;border-bottom:6px solid #002242;}
.media dt{ overflow:hidden;margin:15px auto; }
.media dt ul li a{text-decoration:none; color:#535353; font-size:24px; font-weight:bold;}
.media dd ul li {width:auto;float:left; margin:0px 10px;}
.media dd ul li a{ font-size:14px; color:#656366;  text-decoration: none;}
/* 通用底部 */
.footer .middle .row { text-align:center;font-size:14px; color:#000; line-height:25px;}
.footer .middle .row a {text-align:center;color:#000; line-height:25px}
