/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float:none;
        z-index:100;
        width:150px;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        height:0px;
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        height:auto;
        display:block;
        position:absolute;
        transition:height 1s;
        background:#ffffff;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:90px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:16px;     /*字体大小*/
    color:#000000;         /*字体颜色*/
    background:none; /*背景色*/
    border:none;  /*边框颜色*/
    border-width:0px 0px 0px 0px;}
.nav_menustyle_1_1 li:hover{
background:#ffffff;
transition:background .7s;}
.nav_menustyle_1_1 ul li ul li:hover{
background:rgba(0,0,0,0.05); 
transition:background .7s;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#025fe9; /*鼠标移上颜色*/
    
    transition:background .5s;
    transition:color .5s
;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

/*需要更具实际情况调整的*/
/*图片显示大小*/
/*整个组件表格样式*/ 
.nav_changeimg_1  
{  
    list-style:none; 
    margin:0;
    padding:0;
    background:#000000;
    width: 1900px;}
/*大图区样式*/ 
.nav_changeimg_1 div.bigmvfc  
{  
   width: 1900px; /*大图显示宽度*/ 
   height: 980px;} 
/*图片显示层样式*/ 
.nav_changeimg_1 div.bigbimg  
{
   width: 1900px; /*大图显示宽度*/ 
   height: 980px;} 
/*大图样式*/ 
.nav_changeimg_1 IMG.bigimg 
{ 
    border:none;/*没有边框*/ 
    width: 1900px; /*大图显示宽度*/ 
    height: 980px;} 
/*标题区样式*/ 
.nav_changeimg_1 div.mvfc1  
{ 
    left: 0px; /*标题滤镜区显示位置x*/ 
    top: 188px; /*标题滤镜区显示位置y(需要根据打图显示的高度进行调整)*/ 
    width: 425px; /*标题滤镜区宽度(一般要和大图显示宽度一致)*/ 
    height: 32px;} 
/*真正的文字显示区域*/ 
.nav_changeimg_1 div.con  
{ 
    padding-right: 25px;/*距离右边距的大小(相对于滤镜区域)*/  
    padding-left: 25px; /*距离左边距的大小(相对于滤镜区域)*/ 
    padding-top: 8px; /*距离顶部距的大小(相对于滤镜区域)*/ 
    padding-bottom: 0px;  /*距离底部距的大小(相对于滤镜区域)*/ 
    left: 0px; /*显示位置x*/ 
    top: 188px;  /*显示位置y(需要根据打图显示的高度进行调整)*/    
    width: 275px; /*显示区宽度*/ 
    height: 24px; /*显示区高度*/ 
    color: #fff; /*显示颜色*/ 
    line-height: 20px; /*行高*/ 
    text-align: left;} 
/*文字链接样式*/ 
.nav_changeimg_1 a.hreftitle 
{ 
    color:#FFFFFF;/*文字颜色*/ 
    text-decoration:none;} 
/*小图区层样式*/ 
.nav_changeimg_1 div.simg  
{  
    width: 425px; /*小图显示区宽度(需要根据小图和显示的数量进行调整)*/ 
    height: 51px;} 
/*小图区的整个表格样式*/ 
.nav_changeimg_1 ul.smallul
{ 
    width:420px;/*表格宽度(需要根据小图和显示的数量进行调整)*/ 
    border:none; /*表格边框*/
    list-style:none; 
    margin:0;
    padding:0;} 
/*一张小图站占的表格宽度*/ 
.nav_changeimg_1 li.smallli 
{ 
    float:left;
    text-align:center;
    width:70px;/*小图的表格宽度*/ 
    margin:0;
    padding:0;} 
/*获得焦点的小图样式*/ 
.nav_changeimg_1 IMG.f1  
{ 
    border: #00FF80 3px solid;/*获得焦点的小图边框色*/ 
    width:60px;/*小图显示宽度*/ 
    height:40px;} 
/*没有获得焦点的小图样式*/ 
.nav_changeimg_1 IMG.f2  
{ 
    border: #373737 3px solid; /*小图边框色*/ 
    filter: alpha(opacity=80);/*透明程度*/ 
    width:60px;/*小图显示宽度*/ 
    height:40px;}
/*需要更具实际情况调整结束*/

/*大图区样式，修改大图区显示的大小*/ 
/*不需要改变的*/ 
.nav_changeimg_1 div.bigmvfc  
{  
    overflow: hidden;/*设置层中的图片如果超过层的大小则隐藏不显示多余部分*/ 
    position: relative;} 
.nav_changeimg_1 div.bigbimg  
{ 
    filter: progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 );} 
.nav_changeimg_1 div.mvfc1  
{ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mat1.qq.com/musictop2/09imgindex/imgindex/tbg1.png', sizingMethod='scale');  
    background-image: url(http://mat1.qq.com/musictop2/09imgindex/imgindex/tbg1.png)! important;  
    position: absolute;} 
.nav_changeimg_1 div.con  
{ 
    filter: dropshadow(color=#000000,offx=1,offy=1);  
    position: absolute;} 
.nav_changeimg_1 div.simg  
{  
    margin: 0px;  
    overflow: hidden;   
    cursor: pointer;} 
.nav_changeimg_1 div.dis  
{ 
    display: block;} 
.nav_changeimg_1 div.undis  
{ 
    display: none;} 
/*不需要改变结束*/ 

*{margin:0;padding:0;}
.c1013473sub_box{width:450px; height:300px; float:left; position:relative; overflow:hidden; border:1px solid #cccccc; background:url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg) center center no-repeat; *background:url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg) 220px 120px no-repeat;}
.c1013473sub_box img{border:none; width:450px; height:300px;}
#vsb_imgnewslist_bd1lfimg{position:relative; width:450px; height:300px; overflow:hidden;}
#vsb_imgnewslist_bd1lfimg div{width:100000px; margin-left:-4px;}
#vsb_imgnewslist_bd1lfimg dl{width:450px; height:300px; position:relative; overflow:hidden; float:left;}
#vsb_imgnewslist_bd1lfimg dt{width:450px; height:300px; position:absolute; left:0px; top:0px;}
#vsb_imgnewslist_bd1lfimg dd{margin:0;padding:0;width:450px; height:80px; background:rgba(22, 117, 255, 255); filter:alpha(Opacity=70); opacity:1; position:absolute; left:0px; bottom:0px; padding:0 20px;}
#vsb_imgnewslist_bd1lfimg dd h2{height:25px; padding:8px 0 4px 0; line-height:25px; overflow:hidden;}
#vsb_imgnewslist_bd1lfimg dd h2 a{font-size:14px; font-weight:bold; color:#ffffff;}
#vsb_imgnewslist_bd1lfimg dd a{color:#ffffff; text-decoration:none;}
#vsb_imgnewslist_bd1lfimg dd a:hover{text-decoration:none; color:#cccccc;}
#vsb_imgnewslist_bd1lfimg dd tt{font-size:12px; font-family:"宋体";color:#dddddd; line-height:1.2em;}
#vsb_imgnewslist_bd1lfimg dd tt a:hover{text-decoration:underline;}
#vsb_imgnewslist_bd1lfimg:hover dd{background-color: rgba(22, 117, 189, 255);transition:background-color .5s;}
#vsb_imgnewslist_bd1lfimg:hover a{color:white;transition:color 1s;}

.c1013473sub_nav{width:450px; height:25px; bottom:0px; position:absolute; color:#999999; z-index:200;}
.c1013473sub_no{height:25px; float:right;}
.c1013473sub_no li{display:block; width:25px; height:25px; float:left; overflow:hidden; line-height:25px; vertical-align:middle; text-align:center; background:#000000; filter:alpha(Opacity=70); opacity:0.7; font-family:Arial; font-size:11px; color:#999999; cursor:pointer;}
.c1013473sub_no li.show{background:#ffffff; color:#000000;}
.c1013473sub_more{float:right; width:50px; height:25px; background:#000000; filter:alpha(Opacity=70); opacity:0.7; color:#999999; text-align:center; line-height:25px;}
.c1013473sub_more a{ text-decoration:none;color:#434343;}
.c1013473sub_more a:hover{text-decoration:underline; color:#ff4000;}



* {margin:0; padding:0;}
#focusc1013505 {overflow:hidden; position:relative;}
#focusc1013505 ul {height:380px; position:absolute;}
#focusc1013505 ul li {float:left; overflow:hidden; position:relative; background:#000;}
#focusc1013505 ul li div {position:absolute; overflow:hidden;}
#focusc1013505 .btnBgc1013505 {position:absolute; width:800px; height:20px; left:0; bottom:0; background:#000;}
#focusc1013505 .btnc1013505 {position:absolute; width:780px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focusc1013505 .btnc1013505 span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focusc1013505 .btnc1013505 span.on {background:#fff;}
#focusc1013505 .preNextc1013505 {width:45px; height:100px; position:absolute; top:90px; cursor:pointer;}
#focusc1013505 .prec1013505 {left:0;}
#focusc1013505 .nextc1013505 {right:0; background-position:right top;}
* {margin:0; padding:0;}
#focusc1013506 {overflow:hidden; position:relative;}
#focusc1013506 ul {height:380px; position:absolute;}
#focusc1013506 ul li {float:left; overflow:hidden; position:relative; background:#000;}
#focusc1013506 ul li div {position:absolute; overflow:hidden;}
#focusc1013506 .btnBgc1013506 {position:absolute; width:800px; height:20px; left:0; bottom:0; background:#000;}
#focusc1013506 .btnc1013506 {position:absolute; width:780px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focusc1013506 .btnc1013506 span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focusc1013506 .btnc1013506 span.on {background:#fff;}
#focusc1013506 .preNextc1013506 {width:45px; height:100px; position:absolute; top:90px; cursor:pointer;}
#focusc1013506 .prec1013506 {left:0;}
#focusc1013506 .nextc1013506 {right:0; background-position:right top;}
.fpx15{
color:rgba(22, 117, 189, 1.0);}
.li_bg:hover:before{
background-color: rgba(22, 117, 189, 1.0);
transition:background-color 1s;}
.li_bg:hover .fpx15{
color:#ffffff;}
.li_bg:hover h6{
color:#ffffff;}
.li_bg{
margin-bottom:20px;}

.fpx15{
color:#000000
;}
.li_bg:hover{
background-color: rgba(22, 117, 189, 1.0);
transition:background-color 1s;}
.li_bg:hover .fpx15{
color:#ffffff;}
.li_bg:hover h6{
color:#ffffff;}

.bit-list05{padding-top: 0px;margin:0 auto;}
.bit-list05 li{width: 50%; float:left;}
.bit-list05 li.even{margin: 0px 0 10px;}
.bit-list05 li > a{display:block;margin:0 15px;padding:10px;border-top: 6px solid #059aba;position: relative;min-height:184px;transition: all 0.35s ease-in-out;}
.bit-list05 li > a:before{content: '';width: 100%;height: 0;position: absolute;z-index: 0;top: 0;left: 0;transition: all 0.4s ease-in-out;}
.bit-list05 li > a *{color:#000000;}
.item-top05{overflow:hidden;padding-bottom:20px;position: relative;z-index: 5;}
.bit-list05 li > a .item-label05{float: left;color:#059aba;}
.bit-list05 li > a .item-date05 {color:#a0a0a0;font-size: 12px;float: right;}
.bit-list05 li > a .item-date05 i{font-size: 16px;}

/*new*/
.item-title05{line-height: 21px;max-height: 42px;overflow:hidden;font-weight: normal;margin-bottom: 15px;position: relative;z-index: 5; color: #000000;}

.bit-list05 li > a .item-txt05{font-size: 14px;line-height: 22px;height: 66px;overflow:hidden;color:#000000;position: relative;z-index: 5;}
.bit-list05 li.color2 > a{border-top-color: #ab7c0b;}
.bit-list05 li.color3 > a{border-top-color: #a61c31;}
.bit-list05 li.color4 > a{border-top-color: #6bb722;}
.bit-list05 li.color2 > a .item-label05{color:#ab7c0b;}
.bit-list05 li.color3 > a .item-label05{color:#e7455e;}
.bit-list05 li.color4 > a .item-label05{color:#6bb722;}
.bit-list05 li.color3,.bit-list05 li.color4{margin-bottom: 0;}
.line-bottom05{height: 46px;border-left: 1px solid #959595;border-bottom: 1px solid #959595;width: 77%;position: absolute;left: 0;bottom: 0;z-index: 0;}
.mode04 .flex-direction-nav a{width: 40px;height: 40px;line-height: 40px;font-size: 40px;margin-top: -20px;}
/*全媒体窗*/
.mode04 .rt{width: 47.73%;overflow:hidden;padding-top: 56px;padding-bottom: 23px;position: relative;}
.listTitle05{text-align: right;border-left: 1px solid #959595;}
.listTitle05 h2{padding-left: 20px;color:#fff;}
.listTitle05 .line_lf{width: 491px;left: -491px;}
.mode04 .lf{width: 47.95%;overflow:hidden;padding-top: 56px;position: relative;padding-bottom: 33px;}
.listTitle04{text-align: left;border-right: 1px solid #959595;}
.listTitle04 h2{padding-right: 20px;color:#fff;}
.listTitle04 span{}
    .bit-list05 li.color1 > a:hover:before{height: 100%;background-color: #059aba;}
    .bit-list05 li.color2 > a:hover:before{height: 100%;background-color: #ab7c0b;}
    .bit-list05 li.color3 > a:hover:before{height: 100%;background-color: #a61c31;}
    .bit-list05 li.color4 > a:hover:before{height: 100%;background-color: #6bb722;}
    .bit-list05 li > a:hover{margin-top: -10px;margin-bottom: 10px;}
    .bit-list05 li > a:hover *{color:#fff !important;}
.titlestyle1013519{ font-size: 9pt; color: #222222; line-height: 200%; text-decoration: none ;}

.jqhdnr a{
padding-top:20px;
color:#000000;}
.jqhdnr:hover{
background-color:#3a7ffb;
transition:background-color 1s;}
.jqhdnr:hover a{
color:#ffffff;
transition:color 1s;}
.jqhdnr{
padding-bottom:30px;}
.item-info03:hover .item-txt03{
background-color: rgba(0,0,0,0.05);
transition:background-color .7s;}
.item-img03{}
.item-txt03{position: relative;top: -34px;background-color: #ffffff;margin:0 25px;padding:15px 16px 23px;max-height: 190px;}
.item-txt03 h3{font-weight: normal;line-height: 21px;max-height: 42px;margin-bottom: 14px;overflow:hidden;}
.item-date03 {font-size: 12px;height: 22px;line-height: 22px;margin-bottom: 12px;}
.item-txt03 p{line-height: 15px;height: 60px;overflow:hidden;color: #656565;}
.iconriqi:before {
  content: "\e61e";}
