@charset "utf-8";

.css_Container.Eye_Detail .page-title { border-left:4px solid rgb(251,83,115);}
.css_Container.Eye_Detail .title-h2 { background:rgba(251,83,115,0.9);}

.NewMedicine3 .KnowShow ul li { height:auto;
/*漸層背景*/
background: #FB5373; 
background: -moz-linear-gradient(0deg, rgb(251,83,115) 0%, rgb(255,160,180) 100%);
background: -webkit-linear-gradient(0deg, rgb(251,83,115) 0%, rgb(255,160,180) 100%);
background: -o-linear-gradient(0deg, rgb(251,83,115) 0%, rgb(255,160,180) 100%);
background: -ms-linear-gradient(0deg, rgb(251,83,115) 0%, rgb(255,160,180) 100%);
background: linear-gradient(90deg, rgb(251,83,115) 0%, rgb(255,160,180) 100%);}
.NewMedicine3 .KnowShow ul li:hover { 
/*漸層背景*/
background: #fff; 
background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251,120,140) 100%);
background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251,120,140) 100%);
background: -o-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251,120,140) 100%);
background: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(251,120,140) 100%);
background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(251,120,140) 100%);}
.KnowShow ul li a{background:url(../Images/Icon01-2.png) left center no-repeat; line-height:1.3; font-size:1.05em!important; letter-spacing:0.3px;
background-size:15px auto;}
.NewMedicine3 .KnowShow ul li:hover a, .NewMedicine3 .KnowShow ul li:hover a:hover {background:url(../Images/Icon01-2_o.png) left center no-repeat; color:#FB5373;
background-size:15px auto;}
.css_Container.Eye .NewsList ul li:hover { border:1px solid #FB5373;}
.css_Container.Eye .NewsList ul li a > span.Photo:after { background:rgba(251,83,115,0.9);}
.css_Container.Eye .NewsList ul li a:hover > span.time + h2 { color:#FB5373; }

.video-wrap-iframe { position:relative; width:100%; height:auto; overflow:hidden; padding-bottom:56%; margin-bottom:20px;
/*圓角*/
-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.video-wrap-iframe iframe { position:absolute; top:0; left:0; width:100%; height:100%;}