
body{
    height: auto;
    font-family:Helvetica,Arial,Microsoft YaHei,Arial;
    margin:0 auto;
    padding:0;
    overflow-x: hidden;
    color: #595959;
    font-size:1.4rem;
    font-size:14px;
  width:100%;
  overflow-x:hidden;
}
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe,figure,label,b ,strong{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-margin-after:0 ;
    font-size :100% ;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li,img,menu,dir{
    border: 0;
    list-style: none;
    padding: 0;
}
i,em,b,strong{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #595959;
    outline: 0;
    transition-duration: 0.5s;
}

ul, div, article, aside, footer, header, menu, nav, section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
a:hover{
    color: #b42d2f;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*全局*/
.left {
    float: left;width:100%;
}
.right {
    float: right;
}
.container{
    margin-right: auto;
    margin-left: auto;
}
.w_show{ display:none;}
@media screen and (min-width: 320px) {
    .container {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media screen and (min-width: 960px){
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 1400px){
    .container{
        width: 1400px;
    }
}

.mar-top{
    margin-top: 30px;
}
.bg-gray{ background:#F6F6F6; display:block; padding:30px 0;}
.gray-bg {background: #F6F6F6;padding: 0 20px;display: inline-block;}
.write-bg {background: #fff;padding: 0 20px;display: inline-block;}

.clearfix{
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.yc{text-align:center;}
.yc dl{ border-bottom:1px solid #eaeaea; padding-bottom:20px; margin-bottom:50px;}
.yc dl dt{ display:inline-block; }
.yc dl dt h2{ color:#D03539; font-size:36px;}
.yc dl dt h2 b{ font-size:60px; font-weight:normal;}
.yc dl span{ border-left:1px solid #eaeaea; display:inline-block; height:80px;  vertical-align:central; margin:0 30px;}
.yc dl dt h3{ color:#333333; font-size:14px; margin:0; padding:0;}
.yc dl dt p{ color:#d5cccf; font-size:14px; margin:0; padding:0;}



.service{text-align:center;margin-top:50px;}
.service dl{padding-bottom:10px; margin-bottom:50px;}
.service dl dt{ display:inline-block; width:140px; height:100px; margin:0 10px;}
.service dl dt span {width:80px; height:80px; background:#666; margin:0 auto;
-moz-border-radius: 100%;  
-webkit-border-radius: 100%;  
border-radius: 100%;
z-index:2; 
behavior: url(https://remtda.cnmedline.cn/theme/default/images/iecss3.htc) 

}
.service dl dt span:hover{background:#D03539;}
.service dl dt h2{ color:#D03539; font-size:36px;}
.service dl dt h2 b{ font-size:60px; font-weight:normal;}
.service dl span{ border-left:1px solid #eaeaea; display:inline-block; height:80px;  vertical-align:central; margin:0 60px;}
.service dl dt h3{ color:#333333; font-size:14px; margin:0; padding:0;}
.service dl dt p{ color:#3b3b3b; font-size:14px; margin:0; padding:0; line-height:36px;}
.service .seractive span{background:#D03539;}
.service .seractive a{color:#b42d2f;}


.top-news,.index-stars{
    overflow: hidden;
}

.imgall, .content .news .news-list .img {
    overflow: hidden
}

.imgall img, .content .news .news-list .img img {
    width: 100%;
    height: 100%;
    -webkit-transitions: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear
}

.imgall:hover img, .content .news .news-list .img:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.inputfocus input {
    -webkit-transitions: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

.inputfocus input[type=text]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(156, 41, 50, 0.3)
}

.gongao{ background:#f0f0f0; border-bottom:1px solid #e2e2e2; display:block; box-shadow: 0 2px 5px -3px #000; }

.header {
    padding-top: 15px;

}
.header #logo {
    float: left;
    margin-top: 15px;
}
.logo-w{
    width: 52%;
}
.header #logo img{
    width: auto;max-width: 100%;
}
.header .tel {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img2.png") no-repeat left 7px;
    padding-left: 25px;
}
.header .tel b {
    font-size: 22px;
    color: #D03539
}
.myform{
    padding-top: 18px;
    margin-right: 10px;
    text-align: right;
}
.search-form{
    border: 0 solid #dbdbdb;
}
.myform input.i-text{
    border: 1px solid #ccc;
    background: #fff;
    color:#ccc;
    /*float: left;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0.857em;
    padding: 8px 5px 9px;
    width: 230px;	
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
/*border-radius: 10px;*/

border-radius: 5px 0 0  5px;
z-index:2;  
behavior: url(https://remtda.cnmedline.cn/theme/default/images/iecss3.htc) 
	
}
.myform input.i-submit {
    line-height: 35px;
    height: 35px;
    border: 0;
    border-left: 1px solid #dbdbdb;
    background: url(https://remtda.cnmedline.cn/theme/default/images/search.png) no-repeat;
    background-position: 0px center;
    text-indent: -999em;
    overflow: hidden;
    width: 36px;
    border-left: 0;
    cursor: pointer;
    border-left:  0px solid #dbdbdb;   
    margin-left: -5px;	
}

.in-title h3 {
    color: #3b3b39;
    margin-bottom: 10px;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
}
.in-title{text-align:center; margin:10px 0 30px 0;}
.in-title h3 span{color: #D03539; margin-left:6px; }
.in-title dl{ background:url(../image/in-titline.png) repeat-x 10px;}
.in-title dl dt{ font-weight:700; font-size:18px;}
.in-more{ border:1px solid #c4c4c4; width:10%; padding:10px 0; margin:40px auto 10px auto; background:#FFF; text-align:center; display:block;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px;  
z-index:2; 
behavior: url(https://remtda.cnmedline.cn/theme/default/images/iecss3.htc)  
}

.in-more:hover{ background:#D03539; color:#FFF;}
.in-more a:hover{color:#FFF;}



.navs_bg{ background:#D03539; width:100%; height:42px; line-height:42px; margin-top: 15px;}
.navs {    
    height: 42px
}

.navs li {
    font-size: 16px;
    float: left;
    width: 9%;
    text-align: center;   
}

.navs li.active a,.navs li a:hover {
    border-bottom: 0px solid #ccc
}

.navs li.active a, .navs li:hover a {
    color: #ccc
}

.navs li a {
    color: #fff;
    padding-bottom: 9px;
}


.navs ul li ul{
    display: none;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    /*background: #0c1923;*/
    padding: 10px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    top:20px;
    transition-duration: 0s;
}
.mean-bar img{
    margin-left: 6px;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background:rgba(58,58,58,0.9);
    position: absolute;
    margin-top: 10px;
    /*margin-top: 44px*/
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}




/*banner*/
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0;
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left;
}
.rslides img{
    height:auto;
    float:left;
    border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{
    margin-top:-20px;
    position:relative;
    z-index:100;
    margin-bottom:0;
}
.callbacks_tabs.callbacks1_tabs li{
    display:inline-block;
    width:50px;
    height:4px;
    margin-left:5px;
    border-radius:0px;
    border:0px solid #FFF;
    position:relative;
	background:#fff;
}
.callbacks_tabs.callbacks1_tabs li a{
    display:inline-block;
    width:50px;
    height:4px;
    border-radius:0px;
    position:absolute;
    left:0;
    z-index:1000;
    color:rgba(100,200,300,0);
    color:transparent;
}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#D03539;}

/* Callback example */
.callbacks_container{
    position:relative;
    width:100%;
    max-width:100%;
    text-align:center;
}
.callbacks{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.callbacks li{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.callbacks img{
    position:relative;
    z-index:1;
    height:auto;
    border:0;
}
.callbacks .caption{
    display:block;
    position:absolute;
    z-index:2;
    font-size:20px;
    text-shadow:none;
    color:#fff;
    background:#000;
    background:rgba(0,0,0, .8);
    left:0;
    right:0;
    bottom:0;
    padding:10px 20px;
    margin:0;
    max-width:none;
}
.callbacks_nav{
    position:absolute;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    top:50%;
    left:0;
    opacity:0.6;
    z-index:3;
    text-indent:-9999px;
    overflow:hidden;
    text-decoration:none;
    height:61px;
    width:38px;
    margin-top:-30px;
    display:none;
}
.callbacks_container:hover .callbacks_nav{
    display:block;
}
.callbacks_nav:active{
    opacity:1.0;
}
.callbacks_nav.next{
    left:auto;
    background-position:right top;
    right:0;
}
@media screen and (max-width:600px){
    .callbacks_nav{
        top:47%;
    }
}

.banner-slide {
    overflow: hidden;
    position: relative
}

.index-banner {
    position: relative
}

.index-banner .wrap {
    position: absolute;
    top: 0;
    z-index: 99
}

.index-banner .find {
    width: 326px;
    height: 479px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff
}

.index-banner .find .hd {
    line-height: 45px;
    border-bottom: 1px solid #D2D2D2
}

.index-banner .find .bd {
    margin: 0 13px
}
.index-banner .find .bd dl{
    padding-top: 25px;
}

.index-banner .find .bd dd {
    margin-bottom: 15px;
    line-height: 35px
}

.index-banner .find .bd .text {
    width: 96%;
    padding: 0 2%;
    height: 34px;
    border: 1px solid #c4c4c4
}

.index-banner .find .bd select {
    width: 126px;
    height: 34px;
    font-family: "微软雅黑";
}

.index-banner .find .bd input[type=checkbox] {
    position: relative;
    top: 2px;
    right: 2px;
}

.index-banner .find .bd a {
    color: #d0d0d0
}

.index-banner .find .bd .submit {
    width: 100%;
    height: 42px;
    background: #a0090b;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-family: "微软雅黑";
}

.index-banner .find .ft {
    padding: 0 12px;
    border-top: 1px solid #fff;
    padding-top: 5px
}

.index-banner .find .ft a {
    color: #ffffff;
    display: block;
    line-height: 24px;
    margin-top: 10px;
}

.index-banner .find .ft b {
    margin-right: 5px
}

/*stats*/
.index-stars dl{
   margin-top: 10px;
    overflow: hidden;
}

.index-stars dt {
    float: left;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    width: 7%;
}

.index-stars dd {
    float: left;
    line-height: 26px;
    font-size: 14px;
    width: 93%;
}

.index-stars a {
    color: #6b6b6b;
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 4px;
    margin-bottom: 5px;
}

.index-stars .sel {
    color: #fff;
    background:#920683;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.index-stars dd a.active, .index-stars dd a:hover {
    color: #fff;
    background:#D03539;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


.in-hd-l{ width:30%;   float:left;}
.in-hd-l ul li{ margin:10px 0;}
.in-hd-l ul li h2{ font-size:20px; padding-bottom:4px;}
.in-hd-l  ul li h2 a{color:#333333;}
.in-hd-l p{ color:#707070;}


.in-hd-m{ width:38%;  float:left; margin-left:0.8%;}
.in-hd-r{ width:30%; float:right;}
.in-hd-r ul{ w}
.in-hd-r ul li{ margin:10px 0;}
.in-hd-r ul li h2{ font-size:20px; padding-bottom:4px;}
.in-hd-r  ul li h2 a{color:#333333;}
.in-hd-r p{ color:#707070;}


.stars {   
    overflow: hidden;
}
.stars li {
    position: relative;
    float: left;
    width: 48%; margin:1%;
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow: hidden
}

.stars li div.img{
    height: 0;
    padding-bottom:76.2%;
    -webkit-padding-bottom:108%;
    overflow: hidden;
    display: block;
}
.stars li img{
    width: 100%;
    display: block;
}
.stars li .text {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: -42px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear
}
.stars li .text:hover{
    margin-top: 0;
}
.stars li .text:after {
    width: 37px;
    height: 37px;
    display: inline-block;
    content: '';
    right: 58px;
    position: absolute;
    bottom: 26px
}

.stars li .text .hd {
    font-size: 16px;
    color: #fcfcfc;
    height: 42px;
    line-height: 42px;
   text-indent: 15px;
    width: 92%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.stars li .text .hd b {
    font-size: 22px
}
.stars li .text .bd {
    color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transitions: 0.9s all linear;
    -moz-transition: 0.9s all linear;
    -ms-transition: 0.9s all linear;
    -o-transition: 0.9s all linear;
    transition: 0.9s all linear
}

.stars li .text .bd h3 {
    font-size: 18px;
    background: none;
    padding-left: 0;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stars li .text .bd h4 {
    font-size: 16px;
    margin-top: 10px
}
.stars li .text .bd p {
    margin-top: 10px;
    position: relative;
    padding-bottom: 18px
}
.index-stars{
    margin: 50px 0.5%;
}
.stars li:hover .hd {
    display: none
}
.stars li:hover .text {
    top: 0;
    height: 253px
}
.stars li:hover .bd {
    margin-top: 55px
}
.stars li.stars-01,.stars li.stars-02{
    width: 48%; margin:0 1%;
}
.stars li.stars-03{
    width: 44%
}
.stars li.stars-01 div.img{
    padding-bottom:170%;
    -webkit-padding-bottom:170%;
}
.stars li.stars-02 div.img{
    padding-bottom:76.01%;
    -webkit-padding-bottom:85.01%;
}
.stars li.stars-03 div.img{
    padding-bottom:54.1%;
    -webkit-padding-bottom:54.1%;
}
.stars li:hover .text{
    height:666px
}


.in-star-list ul {
    width: 100%;
    overflow: hidden;
}
.in-star-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    float: left;
    margin: 15px 0.5% 0;
}
.in-star-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}

.in-star-list li .img {
    position: relative;
    overflow: hidden;
}

.in-star-list li .img img {
    width: 100%;
    display: block;
    -webkit-transitions: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    position: relative
}
.in-star-list li p{
    line-height:20px;
    font-size: 18px;
    text-align: center;
    overflow:hidden;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding:15px 1%;
    width: 98%;
}

.in-star-list li .img:hover img {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
/*title*/
.title  h3{
    border-bottom: 1px solid #DBDBDB;
    padding: 15px 0 15px  50px;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img28.jpg") no-repeat left 5px;
    margin-bottom: 10px;
}
.title h3 b {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px
}
.title h3 span{
    color: #000;
}

.title h3 .more {
    position: relative;
    top: 12px;
    float: right;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img29.jpg") no-repeat right;
    font-size: 14px;
    color: #ff0200;
    padding-right: 20px;
    line-height: 20px;
}

/*index-明星合影*/
.gb-list {
    margin-bottom: 25px
}

.gb-list ul {
    width: 100%;
    overflow: hidden;
}

.gb-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    float: left;
    margin: 15px 0 0 1%;
}
.gb-list li:first-child{
}
.gb-list li a{
    display: block;
}
.gb-list li .img {
    position: relative
}

.gb-list li .img img {
    width: 100%;
    display: block;border-radius:10px;
}

.gb-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.gb-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.gb-list li .text {
    padding: 12px 10px
}

.gb-list li .text h4 {
    font-size: 18px;
    color: #424242;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gb-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    height:40px;
    overflow:hidden;
}

.gb-list li.hover {
    background:#aaa;border-radius:10px;
}

.gb-list li.hover .img:before {
    opacity: 1
}

.gb-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.gb-list li.hover .text h4,.gb-list li.hover .text p ,.gb-list li.hover .text{
    color: #ffffff
}

/*index- 签约艺人*/
.qy-list {
    margin-bottom: 30px
}

.qy-list ul {
    width: 100%;
    overflow: hidden;
}

.qy-list li {
    position: relative;
    width: 18.85%;
    float: left;
    margin: 15px 0.5% 0;
	background:#FFF;
}
.qy-list li{
    border: 1px solid #e7e7e7;
    display: block;
}

.qy-list li .img img {
    width: 100%;
    display: block;
}
.qy-list li:hover{
    border: 1px solid #ff0200;
}
.qy-list li .text {
    padding: 12px 10px
}
.qy-list li:hover .text h4{
    color: #ff0200;
}
.qy-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qy-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.qy-list li.hover {
    background: #920683
}
.in-banner{
  margin:50px auto 60px; display:block;
}
.in-banner img{
    width: 100%;
    display: block;
}

/*index-new*/
.top-news {
    margin-top: 25px;
}
.top-news h3 {
    color: #3b3b39;
    margin-bottom: 10px;
    text-align: center;
	font-size: 35px;
	font-weight:800;
}
.top-news h3 i{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    font-size: 28px;
}
.top-news h3 i span{
    font-size: 24.5px;
}
.top-news h3 b{
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;font-weight:bold;
    color: #ff3432;
    
}
.top-news p.in-news-ms{
    color: #808080;
    font-size:14px;
    text-align: center;
    margin-bottom: 28px;
	font-weight:700;
}




/*list视频*/
.vid-list {
    margin-bottom: 25px
}

.vid-list ul {
    width: 100%;
    overflow: hidden;
}

.vid-list li {
    position: relative;
    width: 31.333333%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    float: left;
    margin:0 1% 1% 1%;
}

.vid-list li a{
    border: 1px solid #e3e3e3;
    display: block;
}
.vid-list li .img {
    position: relative
}

.vid-list li .img img {
    width: 100%;
    display: block;
}

.vid-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.vid-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("https://remtda.cnmedline.cn/theme/default/images/play.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.vid-list li .text {
    padding: 12px 10px
}

.vid-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vid-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    height:40px;
    overflow:hidden;
}

.vid-list li.hover {
    background:#D03539;
}

.vid-list li.hover .img:before {
    opacity: 1
}

.vid-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.vid-list li.hover .text h4,.vid-list li.hover .text p ,.vid-list li.hover .text{
    color: #ffffff
}


/*list视频end*/




/*index视频*/
.invid-list {
    margin-bottom: 25px
}

.invid-list ul {
    width: 100%;
    overflow: hidden;
}

.invid-list li {
    position: relative;
    width: 48%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    float: left;
    margin:0 1% 2% 1%;
}

.invid-list li a{
    border: 1px solid #e3e3e3;
    display: block;
}
.invid-list li .img {
    position: relative
}

.invid-list li .img img {
    width: 100%;
    display: block;
}

.invid-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.invid-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("https://remtda.cnmedline.cn/theme/default/images/play.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.invid-list li .text {
    padding: 12px 10px
}

.invid-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.invid-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    height:40px;
    overflow:hidden;
}

.invid-list li.hover {
    background:#D03539;
}

.invid-list li.hover .img:before {
    opacity: 1
}

.invid-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.invid-list li.hover .text h4,.invid-list li.hover .text p ,.invid-list li.hover .text{
    color: #ffffff
}


/*index视频end*/







/*

.top-news .body .left {
    width: 44%
}

.top-news .body .left a {
    width:100%;
}

.top-news .body .right {
    width:56%;
    overflow: hidden
}

.top-news .body .right .slides {
    background:#e9e9e9;
    position: relative
}

.top-news .body .right .swiper-pagination-bullets {
    top: 20px;
    text-align: right;
    left: auto;
    right: 0;
    opacity: 1
}

.top-news .body .right .swiper-pagination-bullet {
    width: 9px;
    height: 9px;

}

.top-news .body .right .swiper-pagination-bullet-active {
    background: #ff0200
}
.top-news .body .right .swiper-slide dl{
    margin: 20px 0;
}
.top-news .body .right .swiper-slide dd {


    padding: 18px 20px ;
}
.top-news .body .right .swiper-slide dd a{
    overflow: hidden;
    display: block;
}
.top-news .body .right .swiper-slide .data {
    float: left;
    width: 18%;
    text-align: center
}
.top-news .body .right .swiper-slide .data img{
    width: 100%;
    display: block;
}

.top-news .body .right .swiper-slide .txt {
    width: 76%;
    float: left;
    margin-left: 2%;
}

.top-news .body .right .swiper-slide .txt h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-news .body .right .swiper-slide .txt p {
    font-size: 14px;
    color: #575757
}

.top-news .body .right ul li {
    float: left;
    position: relative
}

.top-news .body .right ul li a {
    position: relative;
    z-index: 899;
    display: block
}

.top-news .body .right ul li.item1 {
    position: relative;
    width: 68%;

}

.top-news .body .right ul li.item1 video {
    width: 100%;
    height: 100%
}

.top-news .body .right ul li.item1 img {
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    width: 100%;
    height: 100%
}

.top-news .body .right ul li.item1 em {
    width: 54px;
    height: 54px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    z-index: 999
}

.top-news .body .right ul li.item1:hover a:after {
    background: rgba(0, 0, 0, 0.4)
}

.top-news .body .right ul li.item1:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.top-news .body .right ul .item2 {
    width: 32%
}
.top-news .body .right ul .item2 a:after{
    background: rgba(0,0,0,0.4);
}
.top-news .body .right ul .item2:hover a:after {
    background: #b00e11;
}
.top-news .body .right ul .item2 span{
    font-size: 30px;
    margin-top: -65px;
}
.top-news .body .right ul .item2:hover .icon1 {
    opacity: 1;
    left: 40px;
    top: 101px
}

.top-news .body .right ul .item2:hover .icon2 {
    opacity: 1;
    right: 46px;
    top: 101px
}

.top-news .body .right ul .item2:hover .icon3 {
    opacity: 1;
    left: 40px;
    bottom: 75px
}

.top-news .body .right ul .item2:hover .icon4 {
    opacity: 1;
    right: 46px;
    bottom:75px
}




/*

.top-news .body .item {
    overflow: hidden
}

.top-news .body .item img {
    -webkit-transitions: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    width: 100%;
   
    display: block;
}

.top-news .body .item {
    width: 50%;
    position: relative;
    float: left;
    max-height: 308px;
}

.top-news .body .item a:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    content: '';
    display: inline-block
}

.top-news .body .item span {
    text-align: center;
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 46px;
    color: #ffffff;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    margin-left: -51px;
    display: inline-block;
    font-family: "微软雅黑";
    width: 102px;
    height: 102px
}

.top-news .body .item i {
    opacity: 0;
    width: 21px;
    height: 22px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.top-news .body .item .icon1 {
    background: url("../images/img19.png") no-repeat;
    left: 0;
    top: 0
}

.top-news .body .item .icon2 {
    background: url("../images/img20.png") no-repeat;
    right: 0;
    top: 0
}

.top-news .body .item .icon3 {
    background: url("../images/img21.png") no-repeat;
    left: 0;
    bottom: 0
}

.top-news .body .item .icon4 {
    background: url("../images/img22.png") no-repeat;
    right: 0;
    bottom: 0
}

.top-news .body .item:hover a:after {
    background: #b00e11
}

.top-news .body .item:hover .icon1 {
    opacity: 1;
    left: 89px;
    top: 101px
}

.top-news .body .item:hover .icon2 {
    opacity: 1;
    right: 89px;
    top: 101px
}

.top-news .body .item:hover .icon3 {
    opacity: 1;
    left: 89px;
    bottom: 75px
}

.top-news .body .item:hover .icon4 {
    opacity: 1;
    right: 89px;
    bottom: 75px
}

.top-news .body .item:hover span {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/*about*/
.in-abouts{
    overflow: hidden;
}
.in-abouts-l dl{
	border-bottom:1px solid #f5f5f5;
    overflow: hidden;
	padding-bottom:50px;
	margin-bottom:30px;
}

.in-abouts-l dl dt{
    width: 43%;
    float: left;
}
.in-abouts-l dl dt img{
    width: 100%;
    display: block;
	height:300px;
}
.in-abouts-l dl dd{
    float: right;
    width: 55%;
}
.in-abouts-l dl dd h3{
    background: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 8px;
    border-bottom: 0;
    margin-bottom: 3px;
}
.in-abouts-l dl dd h3 i{
    display: block;
    color: #f86362;
    font-size: 23px;
}
.in-abouts-l dl dd p{
    color: #333;
    line-height: 23px;
    font-size: 16px;
    margin-bottom: 8px;
}
.in-abouts-l dl dd a{
    color: #ff0200;
}
.in-news{
    width: 100%; border:0px solid #CCC;
}
.vid{ width:40%; border:0px solid #CCC;}
.vid dl{ text-align:center;}
.vid dl dt{ width:46%;  margin:1%; border:0px solid #ccc; display:inline-block; position:relative;}
.vid dl dt img{ width:100%;}
.vid dl dt h2{ line-height:36px;  display:block; }
.vid dl dt span{ position: absolute; top:50%; left:50%; margin:-40px 0 0 -20px;}


.vid h3{font-size:18px; line-height:36px; background: url(https://remtda.cnmedline.cn/theme/default/images/in-titline2.png) no-repeat 20px;}
.vid h3 span{ float:right; font-size:14px; background:#FFF; padding-left:10px;}
.vid h3 i{width:6px; height:20px; background:#ca372b; display:inline-block; margin-right:10px; vertical-align:middle;}


.in-news dl{ width:31.5%; border:0px solid #CCC; display:inline-block; margin-right:1.6%; vertical-align:top;}
.in-news dl img{ width:100%;}
.in-news dl h2{ font-size:18px; line-height:36px; margin-top:10px;}
.in-news dl h2 a{color:#333333;}
.in-news dl h3{ font-size:18px; line-height:36px; background: url(https://remtda.cnmedline.cn/theme/default/images/in-titline2.png) no-repeat 20px;}
.in-news dl h3 i{width:6px; height:20px; background:#ca372b; display:inline-block; margin-right:10px; vertical-align:middle;}
.in-news dl span{ float:right; font-size:14px; background:#FFF; padding-left:10px;}
.in-news dl p{ font-size:14px; color:#666666; border-bottom:1px solid #c0c0c0; padding-bottom:20px; margin-bottom:10px;}
.in-news dl ul li{ line-height:30px;}
.in-news dl ul li span{ float:right; color:#999;}


.tab{
    border:1px solid #ccc;
    min-height: 388px;
}
.tab ul.menu{
    height:48px;
    position:relative;
    border-bottom:1px solid #ccc;
}
.tab ul.menu li{
    font-size:16px;
    float:left;
    text-align:center;
    height:48px;
    line-height:48px;
    cursor:pointer;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    margin-left: -1px;
    padding: 0 20px;

}
.in-abouts h3{
    margin-bottom: 25px;
}
.tab ul.menu li.active{
    background:#fff;
}
.tab div{
    padding: 15px;
}
.tab div dt{
    width: 32%;
    float: left;
}
.tab div dl{
    overflow: hidden;
    margin-bottom: 15px;
}
.tab div dt img{
    width: 100%;
    display: block;
}
.tab div dd{
    width: 65%;
    float: right;
}
.tab div dd b{
    font-size: 18px;
}
.tab div dd p{
    font-size: 16px;
    margin-top: 5px;
}
.tab div li a{
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.tab div a.news-more{
    display: block;
    color: #ff0200;
    margin-top: 5px;
}
.hide{display:none;}



/*reason*/
.reason h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
    border-bottom: 4px solid #ff0200;
    padding-bottom: 10px;
    padding-left: 35px;
    background: url(https://remtda.cnmedline.cn/theme/default/images/xx.jpg) no-repeat left 2px;
    margin-bottom: 10px;
}
.reason img{
    width: 100%;
    display: block;
}
.links {    
    margin:30px auto 50px auto;
	border:1px solid #e3e3e3;
	padding:20px;
}

.links dl {
    color: #ffffff;
    overflow: hidden;
    line-height: 25px;
}

.links dt {
    font-size: 18px;
    color:#333;
    float: left;
    font-weight: 600;
}

.links dd {
    float: left;
    font-size: 14px;
    margin:0 12px;
}

.links dd a {
    color: #333
}
.links dd a:hover{
    color: #ff0200;
}


.share span{
    line-height: 28px;
    color: #fff;
}
.share .bdsharebuttonbox  a.bds-q{
    background-position:-29px top;
}
.bdsharebuttonbox  a.bds-s,.bdsharebuttonbox  a.bds-q,.bdsharebuttonbox  a.bds-t{
    background: url("https://remtda.cnmedline.cn/theme/default/images/icon.png") no-repeat;
    width: 26px;
    height: 26px;
    padding: 0;
    margin:  0 3px 0 0;
    display: inline-block;
}
.share .bdsharebuttonbox  a.bds-t{
    background-position:-62px top;
}
/*footer*/


/*内页*/


/*about*/
.con-banner img{
    width: 100%;
    display: block;
}
.sidebar-nav-bor{
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    margin: 10px 0;
}
.sidebar-nav li{
    float: left;
    margin:0 25px 10px 0;
    line-height: 40px;
}
.sidebar-nav li:hover{
    background: #D03539;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.sidebar-nav li a{
    display: block;
    padding: 0 25px;
}
.sidebar-nav li:hover a,.sidebar-nav li.hos a{
    color: #fff;
}
.sidebar-nav li.hos{
    background: #D03539;
    border-radius: 6px;
}

.position{
    line-height: 40px;
}
.position a{
    padding: 0 5px;
}
.main{
    margin-top: 30px;
    margin-bottom: 30px;
}
.main img{
    width: auto;
    max-width: 100%;
}
.about-main h2{
    font-size: 30px;
    line-height: 40px;
    color: #bb0304;
    font-weight: 600;
}

.servicect{ margin-top:30px; display:block;}
.about-main{
    text-align: center;
    line-height: 28px;
}
.about-main p{
    margin-top: 8px;
    font-size: 16px;
}
.about-main ul{
    margin-top: 23px;
}
.about-main li{
    font-size: 23px;
    color: #4d4d4d;
    margin: 0 8px;
    padding: 10px 0 0;
    font-weight: 600;
}
.about-main p.about-p{
    background: #ececec;
    padding: 20px;
    margin-top: 0;
}
.about-img img{
    display: block;
}
.about-star{
    margin: 25px 0;
    padding: 20px 0;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}


/*news*/
.news-list dl{
    background: #f5f5f5;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}
.news-list dl dt{
    width: 30%;
    float: left;
}
.news-list dl dt img{
    width: 100%;
    display: block;
}
.news-list dl dd{
    width: 68%;
    float: right;
}
.news-list dd b{
    display: block;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
}

.news-list dd p{
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
.news-list dd  span{
    display: block;
    margin-top: 10px;
    color: #a9a9a9;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img15.png") no-repeat left center;
    padding-left: 20px;
}

.news-list ul {
    width: 100%;
    overflow: hidden;
}
.news-list li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
}
.news-list li b{
    display: block;
    width: 98%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    padding-bottom: 8px;
}

.news-list li  p{
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.news-list li span{
    display: block;
    margin-top: 10px;
    color: #a9a9a9;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img15.png") no-repeat left center;
    padding-left: 20px;
}


/*paging*/
.paging{
    margin-top: 20px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.paging li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 3px 3px 0;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: 32px;
    height: 32px;
}
.paging li a{
    padding: 0 13px;
    display: block;
}
.paging li:hover{
    border: 1px solid #ff0200;
}
.paging li:hover a{
    color: #ff0200;
}

/**/
.news-details h2{
    color: #000;
    font-size: 28px;
    text-align: center;
}
.news-details h4{
    text-align: center;
    margin: 15px 0;
}
.news-details h4 span{
    margin: 0 8px;
}
.news-details h4 span.time-1{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img15.png") no-repeat left center;
    padding-left: 18px;
}
.news-details h4 span.view{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img16.png") no-repeat left center;
    padding-left: 18px;
}
.details-main{
    line-height: 28px;
    margin:30px 0 0;
    text-align: center;
}

/*活动*/
.sidebar-nav-bor .activity-tit{
    border-bottom: 0;
}
.activity-tit{
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 15px;
    background: url("https://remtda.cnmedline.cn/theme/default/images/img28.jpg") no-repeat 3px center;
    /*padding-left: 55px;*/
    text-indent: 55px;
}
.activity-tit h4{
    line-height: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.activity-tit h4 span{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.activity-list{
    margin-top: 20px;
}
.activity-list ul {
    width: 100%;
    overflow: hidden;
}

.activity-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.activity-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.activity-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.activity-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.activity-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}

.activity-list li.hover .img:before {
    opacity: 1
}

.activity-list li.hover .img:after {
    top: 50%;
    opacity: 1
}
.activity-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.activity-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.activity-list li .text {
    padding: 12px 10px
}
.activity-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.activity-list li.hover {
    background:#bd0201
}

.activity-list li.hover .text h4,.activity-list li.hover .text p ,.activity-list li.hover .text{
    color: #ffffff
}

/*news_star*/
.news_star_list{
    margin-top: 20px;
}
.news_star_list ul {
    width: 100%;
    overflow: hidden;
}

.news_star_list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.news_star_list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.news_star_list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.news_star_list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.news_star_list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}

.news_star_list li.hover .img:before {
    opacity: 1
}

.news_star_list li.hover .img:after {
    top: 50%;
    opacity: 1
}
.news_star_list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.news_star_list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.news_star_list li .text {
    padding: 12px 10px
}
.news_star_list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_star_list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.news_star_list li.hover {
    background:#bd0201
}

.news_star_list li.hover .text h4,.news_star_list li.hover .text p ,.news_star_list li.hover .text{
    color: #ffffff
}





/*contact*/
.contact-main{
    margin: 25px auto;
    text-align: center;
}
.contact-main img{
    width: auto;
    max-width: 100%;
}
.contact-ms h3{
    font-size: 30px;
    font-weight: 600;
}
.contact-ms strong{
    font-size: 18px;
    font-weight: normal;
    padding:12px 0;
    display: block;
}
.contact-ms p{
    padding-top: 8px;
}
.tops{
    margin-top: 30px;
}

/*推荐艺人*/
.groom-list{
    margin-top: 20px;
}
.groom-list ul {
    width: 100%;
    overflow: hidden;
}

.groom-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.groom-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.groom-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.groom-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.groom-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}
.groom-list li .text {
    padding: 12px 10px
}
.groom-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.groom-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}
.groom-list li.hover {
    background:#920683
}

/*net*/
.net-list{
    margin-top: 20px;
}
.net-list ul {
    width: 100%;
    overflow: hidden;
}

.net-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.net-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.net-list li:hover a{
    border: 1px solid #ff0200;
}
.net-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.net-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.net-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}


.net-list li .text {
    padding: 12px 10px
}
.net-list li .text h4 {
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.net-list li .text p {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

/*页码*/
.page{
    margin-top: 20px;
}
.page li{
    line-height: 28px;
    width: 98%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-nav-bor .details-top{
    margin-top: 0;
}


/*签约艺人*/
.sign-list ul {
    width: 100%;
    overflow: hidden;
}

.sign-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    float: left;
    margin: 15px 0.5% 0;
}
.sign-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.sign-list li .img img {
    width: 100%;
    display: block;
}
.sign-list li a:hover{
    border: 1px solid #920683;
}
.sign-list li .text {
    padding: 12px 10px
}
.sign-list li:hover .text h4{
    color: #920683;
}
.sign-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sign-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.sign-list li.hover {
    background:#920683
}

/*明星合影*/
.photo-list ul {
    width: 100%;
    overflow: hidden;
}

.photo-list li {
    position: relative;
    width: 19%;
    background: #F9F9F7;
    -webkit-transitions: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: 0.2s all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    float: left;
    margin: 15px 0.5% 0;
}
.photo-list li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.photo-list li .img {
    position: relative
}

.photo-list li .img img {
    width: 100%;
    display: block;
}

.photo-list li .img:before {
    -webkit-transitions: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.44);
    content: '';
    display: inline-block
}

.photo-list li .img:after {
    -webkit-transitions: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: inline-block;
    background: url("../image/img5.png") no-repeat;
    width: 54px;
    height: 54px;
    content: '';
    z-index: 999
}

.photo-list li .text {
    padding: 12px 10px
}

.photo-list li .text h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photo-list li .text p {
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
    line-height:20px;
    /* 3 times the line-height to show 3 lines */
    height:40px;
    overflow:hidden;
}

.photo-list li.hover {
    background:#920683
}

.photo-list li.hover .img:before {
    opacity: 1
}

.photo-list li.hover .img:after {
    top: 50%;
    opacity: 1
}

.photo-list li.hover .text h4,.photo-list li.hover .text p ,.photo-list li.hover .text{
    color: #fff
}

/*合作明星*/
.star-list{
    margin-top: 20px;
}
.star-list ul {
    width: 100%;
    overflow: hidden;
}

.star-list li {
    position: relative;
    width: 19%;
    background: #f5f5f5;
    float: left;
    margin: 0 0.5% 15px;
}
.star-list li a{
    display: block;
    border: 1px solid #e7e7e7;
}
.star-list li .img{
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}
.star-list li .img img {
    width: 100%;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
    padding:0;
    margin:0;
    opacity:1;
}

.star-list li:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.05);
}
.star-list li.hover {
    background:#920683
}
.star-list li p {
    text-align: center;
    bottom: 0;
    position: absolute;
    z-index: 110;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 90%;
    padding: 0 5%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/**/
.content{
    width:100%;
    margin:15px auto 0;
    overflow: hidden;
}
.galcolumn{
    padding-left: 20px;
    float: left;
}
.gridalicious{
    margin-bottom: 28px;
    overflow: hidden;
}
.galcolumn .item{
    background:#bebebe;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    white-space:pre;
    white-space:pre-wrap;
    position: relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow: hidden;
    position:relative;
}
.galcolumn .item img{
    width:100%;
    height:auto;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    position:relative;
}
.galcolumn .item:hover img{
    transform:scale(1.03);
    -ms-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -o-transform:scale(1.03);
}
.galcolumn .item p{
    text-align:center;
    bottom: 0;
    position: absolute;
    z-index: 110;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 90%;
    padding:6px 5%;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.hz-star h2{
    color: #000;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 8px;
}
.star-det,.hz-star{
    overflow: hidden;
}

.star-det .left span{
    margin: 0 8px;
    line-height: 44px;
}
.star-det span.time-1{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img15.png") no-repeat left center;
    padding-left: 18px;
}
.star-det span.view{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img16.png") no-repeat left center;
    padding-left: 18px;
}
.star-det .right a{
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 0 6px;
}
.star-det .right a.all{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img12.png") no-repeat left top;
}
.star-det .right a.prev{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img14.png") no-repeat left top;
}
.star-det .right a.next{
    background: url("https://remtda.cnmedline.cn/theme/default/images/img13.png") no-repeat left top;
}
.star-s{
    padding: 20px;
    margin-top: 25px;
}
.hz-star-l {
    margin-top: 20px;
    width: 27%;
}
.star-s dl{
    overflow: hidden
}
.star-s dt{
    padding-bottom: 8px;
    width: 21%;
    float: left;
}
.star-s dt img {
    width: 100%;
    display: block;
}
.star-s dd{
    line-height: 25px;
    width:77%;
    float: right;
    font-size: 14px;
}
.star-s dd p b{
    font-weight: normal;
}

.star-s dd  h3{
   font-weight: 700; font-size:14px; 
}


.hz-star-r{
    padding:0 20px;
    line-height: 28px;
    margin-top: 20px;
}
.hz-star-r div.star-de-1{
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
}

.inxinchen{ width:700px; }

/*滚动公告*/

.demof {
	border: 1px solid #ccc;
	margin: 25px 0;
}
.demof ul {
	padding: 0;
	list-style: none;
}
.demof li {
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}
.demof li.odd {
	background: #fafafa;
}
.demof li:after {
	content: '';
	display: block;
	clear: both;
}
.demof img {
	float: left;
	width: 177px;
	margin: 5px 15px 0 0;
}
.demof a {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #06f;
}
.demof p {
	margin: 15px 0 0;
	font-size: 14px;
}
.demo3{ padding-left:100px; height:40px;}
.demo3:before {
	content: "最新公告";
	display: inline-block;
	font-style: normal;
	background: #D03539;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	height:40px;
	line-height:40px;
}
.demo3:after {
	content: '';
	display: block;
	top: 0;
	left: 80px;
	height: 20px;
}
.demo3 ul li {
	list-style: none;
	padding: 10px 0;
}
.demo5 {
	border: 2px solid #FF3333;
	margin-top: 10px;
	border-radius: 10px;
	width: 500px;
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.demo5 ul {
	padding: 0;
}
.demo5 ul li {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #FF3333;
	border-radius: 10px;
	list-type: none;
	margin: 0;
}
.et-run {
	background-color: #0cf;
	color: white;
	border: 1px solid black;
}

/*明星行程*/
.scrollbox{ width: 100%; margin: 0 auto; overflow: hidden; border: 1px solid #CFCFCF; padding: 10px; }
#scrollDiv{width:100%;height:80px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv ul{ margin-top:0; margin-left:0;}
#scrollDiv li{height:90px; width:100%; padding:0 10px;background:url(https://remtda.cnmedline.cn/theme/default/images/ico-4.gif) no-repeat 10px 23px; overflow:hidden; vertical-align:bottom; zoom:1; }
#scrollDiv li h3{ height:24px;  font-size:16px; color:#353535; line-height:24px; width:500px; text-align:left; margin-bottom: 0;}
#scrollDiv li h3 a{color:#fff; text-decoration:none}
#scrollDiv li h3 a:hover{ color:#fff}
#scrollDiv li div{ height:36px; width:90%; color:#eaa4a6; line-height:18px; overflow:hidden}
#scrollDiv li div a{ color:#fff; text-decoration:none}

.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(https://remtda.cnmedline.cn/theme/default/images/images/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(https://remtda.cnmedline.cn/theme/default/images/images/down.gif) no-repeat 0 0; text-indent:-9999px}