* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; font-family: "Microsoft JhengHei", sans-serif; min-width: 1200px; }

body { background: #f6f3f2; }

a { font-family: "Microsoft JhengHei", sans-serif; text-decoration: none; color: #312f2f; }
a:hover { color: #0e5d99; }

ul { list-style-type: none; margin: 0; padding: 0; }
img{border:none;}
.green { color: #227d51; }

.left { float: left; }

.right { float: right; }

.noborder { border: 0 !important; }

input, select, button { outline: none; font-family: "Microsoft JhengHei", sans-serif; }

.select select { display: inline-block; background: none; border: 0; }

.gotop { position: fixed; right: 20px; bottom: 20px; font-size: 0; background: url(../images/goTop.png); width: 56px; height: 56px; cursor: pointer; display: none; z-index: 999; }

.Btn { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #ebeaea; background: #227d51; font-size: 13px; display: block; font-weight: bold; border: 1px solid transparent; }
.Btn:hover { background: #f6f3f2; color: #227d51; border: 1px solid #227d51; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.hidescroll { overflow: hidden; -webkit-overflow-scrolling: touch; height: 100%; margin: 0; padding: 0; border: 0; }

.mask { width: 100%; height: 100vh; position: fixed; z-index: 200; background: rgba(0, 0, 0, 0.8); display: none; }

.container { width: 1100px; margin: 0 auto; }

#leftWrapper { position: absolute; left: -320px; margin: 0; padding: 0; width: 320px; height: 100%; background-color: #ebeaea; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; z-index: 9999; }

header { width: 100%; z-index: 999; height: 60px; line-height: 60px; background-color: #227d51; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; /*memberBtn*/ }
header .top1, header .top2, header .topT { float: left; margin: 0 15px; font-weight: bold; font-size: 18px; }
header .top1:hover, header .top2:hover, header .topT:hover { text-decoration: underline; }
header .top1 { margin-right: 40px; color: #fff; }
header .top1 .topT { width: 180px; overflow: hidden;  display: block;height:60px; }
header .top1 .topT a { color: #fff; text-decoration: none; }
header .top2 { margin-left:10px; color: #a8e0c5; }
header .top2 .topT { width: 180px; overflow: hidden; display: block;margin:0 10px;height:60px }
header .top2 .topT a { font-weight: 400; color: #a8e0c5; text-decoration: none; }
header .memberBtn { background: url(../images/member.png) no-repeat left; width: 150px; float: right; position: relative; cursor: pointer; /*loginH*/ /*logoutH*/ }
header .memberBtn .memberN { color: #ebeaea; font-weight: bold; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; padding-left: 45px; }
header .memberBtn .loginH { display: none; width: 161px; height: 93px; position: absolute; top: 100%; left: -45px; background: url(../images/loginH.png) no-repeat center; font-size: 13px; font-weight: bold; overflow: hidden; }
header .memberBtn .loginH .Btn { width: 129px; height: 26px; text-align: center; margin: 25px auto 10px; line-height: 26px; }
header .memberBtn .loginH .goSign { color: #434343; height: 20px; line-height: 20px; text-align: center; }
header .memberBtn .loginH .goSign a { text-decoration: underline; color: #434343; }
header .memberBtn .logoutH { display: none; width: 161px; height: 93px; position: absolute; top: 100%; left: -45px; background: url(../images/loginH.png) no-repeat center; }
header .memberBtn .logoutH .Btn { width: 129px; height: 26px; text-align: center; margin: 25px auto 5px; line-height: 26px; }
header .memberBtn .logoutH .Btn.logout { margin: 0 auto; }

/*header*/
.hide { display: none !important; }

#menu { margin-left: 20px; float: left; color: #fff; font-family: sans-serif; font-size: 30px; font-weight: bold; text-decoration: none; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.menuTitle { background-color: #227d51; height: 60px; line-height: 60px; color: #fff; }
.menuTitle h2 { font-size: 24px; display: block; margin: 0; padding-left: 40px; font-weight: 400; float: left; }
.menuTitle .closeBtn { display: block; width: 60px; height: 60px; background: url(../images/menuClose.png) no-repeat center top; float: right;cursor:pointer }
.menuTitle .closeBtn:hover { background: url(../images/menuClose.png) no-repeat center bottom; }

#listView { padding: 0; overflow-y: auto; height: calc(100% - 60px); margin: 0; }

#listView li { display: block;
    list-style: none;
    background: #DBDBDB;
    border-bottom: 1px solid #c1c1c1; }
#listView li a {     
    display: block;
    padding: 20px 40px;
    color: #312f2f;
    font-size: 20px;
    background: url(../images/list.png);
    font-weight: bold;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: center left 18px; }
#listView li a:hover { text-decoration: underline; }
#listView li .sonmenu { padding: 0; }

#listView li .sonmenu li {
    border-bottom: 1px solid #c1c1c1;
   height: 65px;
    box-sizing: border-box;
}
#listView li .sonmenu li:nth-of-type(1){
    border-top:1px solid #c1c1c1;
}
#listView li .sonmenu li:last-of-type{
    border-bottom:none;
}
#listView li .sonmenu a { color: #766f60; font-size: 16px; padding: 10px 40px;background-image:none;    overflow: hidden;
    height: 55px;
    display: block; }

.menuShow { left: 0px !important; -webkit-transition: all .20s ease; -moz-transition: all .20s ease; -o-transition: all .20s ease; transition: all .20s ease; }

.topArea { background: #ebeaea; height: 126px; width: 100%; }
.topArea .topIcon { width: 100%; height: 41px; }
.topArea .topIcon .Icon { float: right; margin-right: 5px; }
.topArea .topIcon .Icon a { display: block; float: left; width: 31px; height: 31px; font-size: 0; background: url(../images/topIcon.png); background-repeat: no-repeat; margin-top: 10px; margin-right: 5px; }
.topArea .topIcon .Icon a#home { background-position: 0 0; }
.topArea .topIcon .Icon a#home:hover { background-position: -31px 0; }
.topArea .topIcon .Icon a#fb { background-position: 0 -31px; }
.topArea .topIcon .Icon a#fb:hover { background-position: -31px -31px; }
.topArea .topIcon .Icon a#ig { background-position: 0 -62px; }
.topArea .topIcon .Icon a#ig:hover { background-position: -31px -62px; }

.topCon { height: 85px; width: 100%; }

.logo { text-indent: -9999px; width: 177px; height: 85px; background: url(../images/logo.png) no-repeat center bottom 15px; margin: 0; padding: 0; float: left; margin-right: 100px; }
.logo a { display: block; width: 100%; height: 100%; }

.searchArea { float: left; color: #333; margin-top: 8px; }
.searchArea a { color: #186387; font-weight: bold; }
.searchArea a:hover { text-decoration: underline; }
.searchArea span { color: #186387; }
.searchArea .key { width: 450px; height: 25px; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
.searchArea .search .searchIcon { background: url(../images/searchBtn.png) center no-repeat; width: 35px; height: 35px; border: none; outline: none; float: right; cursor: pointer; }
.searchArea .search input[type="text"] { border: 1px solid #9a9a9a; height: 35px; width: 450px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding-left: 10px; color: #9a9a9a; font-size: 15px; }

/*searchArea*/
.weather { float: right; height: 45px; font-weight: bold; line-height: 45px; margin: 35px 10px 0 0; }
.weather .select { background: url(../images/weatherSelect.png); background-position: right center; background-repeat: no-repeat; width: 70px; height: 45px; line-height: 45px; cursor: pointer; float: left; margin-right: 25px; }
.weather .select #mysel {width: 100%;-webkit-appearance: none; -moz-appearance: none; height:100%; 0.01px; background: none; border: 0; font-size: 16px; font-weight: bold; color: #313131; cursor: pointer; }
.weather .select #mysel option { border: 1px solid #ccc !important; outline: none; }
.weather img { display: block; float: left; margin-right: 20px; }
.weather .temp { color: #585b5d; float: left; }

/*weather*/
.CF { margin: 15px auto; display: block; }

.conWrapper { width: 100%; }

/*index_topic*/
#topic { width: 760px; margin-bottom: 10px; overflow: hidden; /*left*/ }
#topic .left { width: 418px; float: left; }
#topic .left img { width: 100%; height: 250px; }
#topic .left img:hover {opacity:0.9 }
#topic .right { float: right; padding: 0; list-style-type: none; color: #227d51; width: 300px; padding: 0; margin: 0; }
#topic .right li { 
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0 15px;
    height: 60px;
    overflow: hidden;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 15px;
    box-sizing: border-box;
}
#topic .right li:first-of-type { margin-top: 0px; }
#topic .right li:last-of-type { border: 0; }
#topic .right li a { font-size: 20px;color: #312f2f; margin-bottom: 13px;}
@-moz-document url-prefix() { 
  #topic .right li a { margin-left:0}
}
#topic .right li a:hover { color: #0e5d99; }

#news { width: 760px; }
#news img { height: 209px; width: 350px; }
#news img:hover {
    opacity: 0.9;
}
#news .newsWrapper { width: 350px; height: 335px; overflow: hidden; float: left; margin-bottom: 35px; }
#news .newsWrapper:nth-child(even) { margin-left: 30px; }
#news .newsWrapper:nth-child(odd) { margin-right: 30px; }

.Btitle { margin: 0; }
.Btitle a { color: #312f2f; font-size: 21px; width: 100%; height: 60px; display: block; overflow: hidden; }
.Btitle a:hover { color: #0e5d99; }

.topicN { color: #227d51; display: block; margin-bottom: 5px; }
.topicN:hover { text-decoration: underline; color: #227d51; }

.time { color: #9a9a9a; margin: 0; }

#rightArea { width: 300px; float: right; overflow: hidden; }
#rightArea img { width: 100%; }
#rightArea img:hover {opacity:0.9 }
#rightArea .topicN { font-size: 18px; margin: 6px 0; }
#rightArea #rightNews { width: 100%; border-bottom: 2px solid #227d51; list-style-type: none; overflow: hidden; margin-top: 10px; padding: 0; }
#rightArea #rightNews li { float: left; color: #227d51; width: 50%; height: 40px; line-height: 40px; text-align: center; cursor: pointer; }
#rightArea #rightNews li.active { background: #227d51; color: #fff; }
#rightArea .rightTopic { margin-top: 10px; }
#rightArea .rightTopic .Btitle { margin: 0; }
#rightArea .rightTopic .Btitle a { font-weight: 400; font-size: 20px; height: 55px; }
#rightArea .rightTopic .topicN { font-size: 15px; }

.ListFrame { min-height: 687px; }

#todayList, #weekList { height: 687px; }
#todayList ul, #weekList ul { padding: 0; margin: 0; overflow: hidden; }
#todayList li, #weekList li { border-bottom: 1px solid #e0e0e0; margin: 15px 0; }
#todayList li:last-of-type, #weekList li:last-of-type { border: 0; }
#todayList li a, #weekList li a { font-size: 20px; display: block; height: 55px; overflow: hidden; }
#todayList li .time, #weekList li .time { text-align: right; line-height: 30px; height: 30px; }

#weekList { display: none; }

#travelArea { background: #edeae9; text-align: center; clear: both; overflow: hidden; }
#travelArea #travelT { font-size: 22px; color: #227d51; margin: 40px auto 0px; }
#travelArea .line { width: 35px; height: 2px; border-bottom: 2px solid #227d51; display: block; margin: 10px auto 25px; }
#travelArea .travelF { width: 358px; height: 429px; display:inline-block; position: relative; cursor: pointer; margin: 5px 5px 40px; }
#travelArea .travelF img { width: 100%; height: 429px; }
#travelArea .travelF img:hover { opacity:0.9 }
#travelArea .travelF .bottom { 
    position: absolute;
    bottom: 0;
    width: 358px;
    left: 50%;
    margin-left: -179px;
    box-sizing: border-box;
    padding: 10px 30px;  

    background: -webkit-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0)); 
    background: -o-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
   
}
@media screen and (min-width:0\0) {
    #travelArea .travelF .bottom{
            background-image: url(../images/opacity60.png); 
             background-repeat: repeat-x;
        }
}



#travelArea .travelF .bottom .location { background: url(../images/location.png) no-repeat left center; color: #ffd300; text-align: left; padding-left: 25px; height: 23px; line-height: 23px; }
#travelArea .travelF .bottom .Name { margin: 5px 0; }
#travelArea .travelF .bottom .Name a { display: block; color: #fff; font-size: 27px; text-align: left; height: 70px; overflow: hidden; line-height: 35px; }
#travelArea .travelF .bottom .Name a:hover { text-decoration: underline; }
#travelArea .travelNewsF { overflow: hidden; height: 140px; margin: 0 0 40px 0; width: 538px; }
#travelArea .travelNewsF.left { float: left; }
#travelArea .travelNewsF.right { float: right; }
#travelArea .travelNewsF img { display: block; float: left; width: 235px; max-height: 140px; }
#travelArea .travelNewsF img:hover { opacity:0.9 }
#travelArea .travelNewsF .travelNews { float: left; width: 280px; text-align: left; margin-left: 23px; }
#travelArea .travelNewsF .travelNews .Btitle a { height: 95px; }

.chosenArea { margin-top: 20px; overflow: hidden; }
.chosenArea #chosen { float: left;width: 760px; }
.chosenArea #chosen h3 { color: #227d51; font-size: 21px; text-align: center; width: 100%; border-bottom: 2px solid #e0e0e0; height: 50px; line-height: 50px; }
.chosenArea .CF { float: right; width: 300px; overflow: hidden; }

.chosenList { border-bottom: 1px solid #e0e0e0; width: 350px; margin-bottom: 30px; overflow: hidden; padding-bottom: 15px; }
.chosenList:last-of-type { border: 0; }
.chosenList .Btitle { float: left; width: 260px; margin: 0 20px; }
.chosenList .Btitle a { font-weight: 400; }

.ListNum { width: 50px; height: 50px; border: 1px solid #c0c0c0; color: #c0c0c0; text-align: center; line-height: 50px; font-size: 30px; font-family: "Times New Roman",serif; float: left; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }

/*topic_page*/
.path { height: 30px; line-height: 30px; }
.path a { color: #5b5b5b; font-size: 15px; }
.path a:hover { text-decoration: underline; }

#topic2 { width: 760px; margin-bottom: 10px; overflow: hidden; color: #5b5b5b; height: 250px; overflow: hidden; /*left*/ }
#topic2 .Btitle a { font-size: 30px; height: 80px; }
#topic2 .time { height: 55px; line-height: 55px; }
#topic2 .left { width: 418px; float: left; }
#topic2 .left img { width: 100%; max-height: 250px; }
#topic2 .left img:hover {opacity:0.9 }
#topic2 .right { float: right; width: 320px; padding: 0; margin: 0; }
#topic2 .right .newstext { color: #5b5b5b; }
#topic2 .right .newstext:hover { text-decoration: underline; }

.newsList { width: 760px;min-height: 2000px;}
.newsList .newsWrapper { overflow: hidden; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; margin-top: 30px; }
.newsList .newsWrapper img { width: 235px; max-height: 140px; }
.newsList .newsWrapper img:hover { opacity:0.9 }
.newsList .newsWrapper .right { width: 500px; }
.newsList .newsWrapper .right .newstext { display: block; margin-top: 5px; overflow: hidden; height: 45px; color: #5b5b5b; }
.newsList .newsWrapper .right .newstext:hover { text-decoration: underline; }

/*pageNumber*/
.pageNum { margin: 60px auto; width: 450px; overflow: hidden; }
.pageNum .arrow { display: block; width: 37px; height: 37px; margin-right: 10px; -moz-border-radius: 37px; -webkit-border-radius: 37px; border-radius: 37px; border: 1px solid #e0e0e0; float: left; }
.pageNum .arrow:hover { background: #B2B2B2; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.pageNum .arrow:nth-of-type(2) { margin-right: 20px; }
.pageNum .arrow:nth-of-type(3) { margin-left: 20px; }
.pageNum ul { margin: 0; text-align: center; float: left; }
.pageNum ul li { display: inline-block; width: 37px; height: 37px; margin: 0 2px; -moz-border-radius: 37px; -webkit-border-radius: 37px; border-radius: 37px; border: 1px solid #e0e0e0; }
.pageNum ul li:hover { background: #B2B2B2; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.pageNum ul li.active { background: #B2B2B2; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.pageNum ul li.active a { color: #312f2f; text-decoration: underline; }
.pageNum ul li a { display: block; line-height: 35px; font-family: sans-serif; }
.pageNum ul li a:hover { color: #312f2f; text-decoration: underline; }

.rightTitle { width: 100%; border-bottom: 2px solid #227d51; list-style-type: none; overflow: hidden; margin: 10px 0 0; padding: 0; line-height: 40px; color: #227d51; }

/*topicPage2*/
.topicLink { overflow: hidden; line-height: 60px; border-bottom: 1px solid #e0e0e0; width: 760px; }

/*timely*/ 
.source { width: 100%; height: 25px; background: #e0e0e0; color: #32302f; font-size: 15px; border: none; cursor: pointer; text-align: center; position: relative; }
.source:hover, .source:focus { background-color: #B2B2B2; }
.source .sourceT { background: url(../images/sourceArrow.png); background-repeat: no-repeat; background-position: right; width: 100%; height: 100%; margin: 0 auto; text-align: center; border: 0; cursor: pointer; font-size: 15px; }
.source .sourceT.active { background: url(../images/sourceArrow2.png); background-repeat: no-repeat; background-position: right; }

.sourceCon, .YearCon, .MonthCon {max-height: 500px;
    overflow-y: auto;display: none; position: absolute; background-color: #f9f9f9; width: 100%; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; top: 100%; }
.sourceCon a, .YearCon a, .MonthCon a { padding: 12px 16px; display: block; }
.sourceCon a:hover, .YearCon a:hover, .MonthCon a:hover { background-color: #f1f1f1; }

.timelyNews { background: #fff; border: 1px solid #e0e0e0; margin: 10px 0; padding: 0 20px 5px; }
.timelyNews .Btitle a { width: 85%; }
.timelyNews .timelyInfo .time { padding-left: 20px; background: url(../images/time.png); background-repeat: no-repeat; background-position: left center; height: 20px; }
.timelyNews .timelyInfo .time.CF { background: none; padding: 0; }
.timelyNews .timelyInfo .time, .timelyNews .timelyInfo .topicN { display: inline-block; font-size: 14px; margin-right: 40px; }

.rankList { margin: 10px 0; width: 300px; height: 80px; border-bottom: 1px solid #e0e0e0; }
.rankList.star { background: url(../images/star.png); background-repeat: no-repeat; }
.rankList.star5 { background-position: 0 0; }
.rankList.star4 { background-position: 0 -80px; }
.rankList.star3 { background-position: 0 -160px; }
.rankList.star2 { background-position: 0 -240px; }
.rankList.star1 { background-position: 0 -320px; }
.rankList .ListNum { margin-top: 10px; }
.rankList .Btitle { float: left; width: 210px; margin: 0 20px; }
.rankList .Btitle a { font-size: 18px; font-weight: 400;height:50px; }

/*content*/
.newsCon .chosenArea { width: 100%; }

.rankList.shrimp { background: url(../images/shrimp.png); background-repeat: no-repeat; }
.rankList.shrimp5 { background-position: 0 0; }
.rankList.shrimp4 { background-position: 0 -80px; }
.rankList.shrimp3 { background-position: 0 -160px; }
.rankList.shrimp2 { background-position: 0 -240px; }
.rankList.shrimp1 { background-position: 0 -320px; }

.link a { display: inline-block; width: 40px; height: 40px; background: url(../images/articleLink.png); background-repeat: no-repeat; margin: 0.1em; vertical-align: middle; text-indent: -9999px; }
.link a.fb { background-position: 0 0; }
.link a.twt { background-position: 0 -40px; }
.link a.google { background-position: 0 -80px; }
.link a.mail { background-position: 0 -120px; }
.link a.collect { text-indent: 0; width: auto; background: #227d51; color: #fff; border-radius: 20px; padding: 5px 15px; font-size: 13px; margin: 10px; font-weight: bold; height: auto; }

/*linkIcon*/
.keyWords { padding: 10px 0; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.keyWords a { display: inline-block; border: 1px solid #227d51; color: #227d51; border-radius: 20px; padding: 3px 15px; font-size: 16px; margin: 10px 2px; font-weight: bold; }
.keyWords a:hover { background: #227d51; color: #fff; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

/*keyWords*/
.newsCon { width: 760px; font-size: 18px; color: #3e3e3e; padding-bottom: 20px;    min-height: 2000px; }
.newsCon .conImg img {max-width: 100%;}
.newsCon .newsTitle { font-size: 35px; font-weight: 400; color: #3e3e3e; margin: 0; border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; }
.newsCon .newsInfo { font-size: 15px; line-height: 60px; border-bottom: 1px solid #e0e0e0; }
.newsCon .newsInfo span { margin-right: 10px; }
.newsCon .newsInfo .buttonArea { float: right; margin-top: 5px; }
.newsCon .newsInfo .buttonArea #textS, .newsCon .newsInfo .buttonArea #textB, .newsCon .newsInfo .buttonArea #textN  { width: 30px; height: 30px; cursor: pointer; border: 0; outline: none; background: url(../images/textBtn.png); }
@-moz-document url-prefix() { .newsCon .newsInfo .buttonArea #textS, .newsCon .newsInfo .buttonArea #textB { position: relative; top: -10px; } }
.newsCon .newsInfo .buttonArea #textS { background-position: 0 0; }
.newsCon .newsInfo .buttonArea #textB { background-position: 0 -30px; }
.newsCon .newsInfo .buttonArea #textN { background-position: 0 -60px; }
.newsCon .newsArticle { padding: 10px 0;font-size:20px;line-height:40px;word-break: break-all; }
.newsCon .newsArticle p { margin: 0px; font-size:20px;line-height:40px }
.newsCon .newsArticle p.Picsource { font-size: 15px; color: #6e6e6e; margin: 0; padding: 0; line-height: normal; }
.newsCon .newsArticle p.Picsource.textSize { font-size: 25px; line-height: 50px; }
.newsCon .newsArticle.textSize { font-size: 25px; line-height: 50px; }
.newsCon .newsArticle.textSize p { font-size: 25px; line-height: 50px; }
.newsCon .newsArticle p.Picsource.textSizeS { font-size: 16px; line-height: 35px; }
.newsCon .newsArticle.textSizeS { font-size: 16px; line-height:35px; }
.newsCon .newsArticle.textSizeS p { font-size: 16px; line-height: 35px; }
.newsCon .newsArticle img { max-width: 100%; display:block;height:auto !important}
.newsCon .newsArticle .related { margin: 0px; padding: 20px 5px; line-height: 35px; font-size: 20px; color: #0f4aac; }
.newsCon .newsArticle .related:hover { text-decoration: underline; }
.newsCon .extend { margin-top: 60px; }
.newsCon .extend p { padding: 0 5px; font-size: 18px; margin: 0; }
.newsCon .extend ol { list-style-type: square; color: #0f4aac; margin: 0; overflow: hidden; width: 100%; }
.newsCon .extend ol li a { color: #0f4aac; line-height: 35px; font-size: 18px; }
.newsCon .extend ol li a:hover { text-decoration: underline; }
.newsCon .extend ol .sponsor { font-size: 12px; color: #a0a0a0; margin-left: 20px; }
.newsCon .keyWordsArea { margin-top: 30px; }
.newsCon .keyWordsArea p { margin: 5px 0; padding: 0 5px; }
.newsCon .keyWordsArea .left { width: 418px; }
.newsCon .keyWordsArea .left .link { padding: 20px 0; }
.newsCon #chosen h3 { text-align: left; }
.newsCon #timelyCon { margin-bottom: 50px; overflow: hidden; }
.newsCon #timelyCon h3 { color: #227d51; font-size: 21px; width: 100%; border-bottom: 2px solid #e0e0e0; height: 50px; line-height: 50px; }
.newsCon #timelyCon .left, .newsCon #timelyCon .right { width: 330px; margin-left: 20px; list-style-type: none;color: #227d51; }
.newsCon #timelyCon .left li, .newsCon #timelyCon .right li { height: 65px; margin-bottom: 10px; border-bottom: 1px solid #e0e0e0; overflow: hidden;                                                             
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 15px;
    box-sizing: border-box;
}
.newsCon #timelyCon .left li:last-of-type, .newsCon #timelyCon .right li:last-of-type { border: 0; }
.newsCon #timelyCon .left li a, .newsCon #timelyCon .right li a { font-size: 20px; height: 55px; overflow: hidden;display:block;}
/*.newsCon h4.video_block p {
    position: relative;
    padding-bottom: 75%;
    display: block;
    height: 0;
    overflow: hidden;
}
.newsCon h4.video_block p iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}*/
.newsCon .iframeF 
{
    position: relative;
    padding-bottom: 75%;
    display: block;
    height: 0;
    overflow: hidden;

}
.newsCon .iframeF iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.newsCon .newsInfo .buttonArea {
    float: right;
    margin-top: 5px;
    padding-bottom: 0 ;
    position: static ;
    height: auto;
}
    .newsCon .newsInfo .buttonArea iframe {
        position: static;
        width: 100px;
        height: 20px;
    }
@-moz-document url-prefix() { 
 .newsCon #timelyCon .left li a, .newsCon #timelyCon .right li a { margin-left: 0; }
}
.newsCon #timelyCon .sponsor { font-size: 15px; color: #999; }

.Video video::-internal-media-controls-download-button { display: none; }
.Video video::-webkit-media-controls-enclosure { overflow: hidden; }
.Video video::-webkit-media-controls-panel { width: calc(100% + 30px); /* Adjust as needed */ }
.Video .newsInfo { line-height: normal; }
.Video .newsInfo .buttonArea { margin: 0; }
.Video .newsArticle p { line-height: 1.5em; font-size: 17px; padding: 0; margin: 10px 0; }
.Video .keyWords { border-top: 0; }

.survey { margin-top: -10px; background: #fff; width: 100%; overflow: hidden; border-top: 2px solid #227d51; border-bottom: 1px solid #e0e0e0; }
.survey .rightTitle { border: 0; text-align: center; }
.survey img { display: block; margin: 10px auto; max-width: 100%; }
.survey p { padding: 0 20px; font-size: 17px; line-height: 25px; color: #373432; }
.survey .surveyList { overflow: hidden; padding: 0 20px; }
.survey .surveyList li { border-bottom: 1px solid #e0e0e0; height: 70px; overflow: hidden; }
.survey .surveyList li:last-of-type { border: 0; }
.survey .surveyList li .left { width: 180px; margin: 5px 0; padding: 0; }
.survey .surveyList .agree { margin: 10px 0; background: #227d51; text-align: center; width: 50px; height: 30px; line-height: 30px; color: #fff; }
.survey .surveyList .agree:hover { background: #fff; color: #227d51; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border: 1px solid; }

.fbCom h3 { color: #227d51; font-size: 21px; width: 100%; border-bottom: 2px solid #e0e0e0; height: 50px; line-height: 50px; margin: 0 0 20px; }
.fbCom iframe { background: #fff; }

/* travelPage*/
.travelPage #travelArea { background: none; }
.travelPage #travelArea #travelT { margin: 0; }
.travelPage #travelArea .travelF { width:350px;margin: 0 12px 0 0 !important }
.travelPage #travelArea .travelF .bottom{width:350px;margin-left:-175px;}
.travelPage #travelArea #news { width: 100%; }
.travelPage #travelArea #news .newsWrapper { margin: 0 12px 0 0 !important; float: none;display:inline-block; text-align: left; }
.travelPage #travelArea #news .newsWrapper:nth-child(odd), .travelPage #travelArea #news .newsWrapper:nth-child(even) { margin: 0; }
.travelPage #travelArea #news .newsWrapper .sponsor { font-size: 15px; margin-top: 25px; }

/*leave_CF*/
.leaveCF { width: 880px; height: 360px; position: absolute; z-index: 999; background: #f6f3f2; left: 50%; top: 15%; margin-left: -440px; display: none; }
.leaveCF .leaveT { text-align: center; position: relative; color: #3e3e3e; font-size: 18px; line-height: 45px; width: 820px; margin: 0 auto; border-bottom: 1px solid #e0e0e0; }
.leaveCF .leaveT .closeBtn { float: right; width: 45px; height: 45px; background: url(../images/leaveClose.png); background-repeat: no-repeat; background-position: center top; display: block; cursor: pointer; position: absolute; top: -25px; right: 0; }
.leaveCF .leaveT .closeBtn:hover { background-position: center bottom; }
.leaveCF .CFcon { width: 820px; margin: 0 auto; }
.leaveCF .CFcon .CFF { width: 173px; border-right: 1px solid #e0e0e0; float: left; margin-top: 10px; }
.leaveCF .CFcon .CFF:nth-of-type(2) { background: #f0f0f0; }
.leaveCF .CFcon .CFF:nth-of-type(3) { border: 0; }
.leaveCF .CFcon .CFF img { display: block; margin: 0 auto; width: 150px; max-height: 90px; margin-top: 10px; }
.leaveCF .CFcon .Btitle a { font-size: 17px; height: 70px; width: 150px; margin: 10px auto; overflow: hidden; word-break: break-all; }
.leaveCF .CFcon .CFinfo { color: #5b5b5b; font-size: 13px; width: 150px; display: block; margin: 0 auto; margin-top: 10px; height: 55px; overflow: hidden; }
.leaveCF .CFcon .CFinfo:hover { text-decoration: underline; }

/*magazine*/
.MagazineList { width: 760px; }
.MagazineList .newsWrapper { overflow: hidden; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; margin-top: 30px; }
.MagazineList .newsWrapper img { width: 140px; max-height: 190px; }
.MagazineList .newsWrapper img:hover {opacity:0.9}
.MagazineList .newsWrapper .right { width: 580px; }
.MagazineList .newsWrapper .right .newstext { display: block; margin-top: 5px; overflow: hidden; height: 65px; color: #5b5b5b; }
.MagazineList .newsWrapper .right .newstext:hover { text-decoration: underline; }
.MagazineList .newsWrapper .right .Btitle a { height: 30px; }
.MagazineList .newsWrapper .right .topicN, .MagazineList .newsWrapper .right .period { float: left; margin: 0; line-height: 40px; margin-top: 10px; }
.MagazineList .newsWrapper .right .period { margin-left: 30px; }
.MagazineList .newsWrapper .right .period span { color: #a50808; }
.MagazineList .newsWrapper .right .time { clear: both; margin-bottom: 20px; }

/*member*/
.CollectList { width: 760px; }
.CollectList .newsWrapper { overflow: hidden; border-bottom: 1px solid #e0e0e0; padding-bottom: 20px; margin-top: 30px; }
.CollectList .newsWrapper .newsInfo { margin-top: 10px; }
.CollectList .newsWrapper .newsInfo a { color: #5b5b5b; }
.CollectList .newsWrapper .newsInfo a:hover { text-decoration: underline; }
.CollectList .newsWrapper .check { float: left; margin-right: 25px; display: none; }
.CollectList .newsWrapper .check input[type="checkbox"] { width: 20px; height: 20px; border: 1px solid #000; background: #fff; }
.CollectList .newsWrapper .check input[type=checkbox].first { display: none; }
.CollectList .newsWrapper .check input[type=checkbox].first + label.label1 { width: 30px; height: 30px; display: block; background-repeat: no-repeat; background-size: contain; cursor: pointer; font-size: 0; }
.CollectList .newsWrapper .check input[type=checkbox].first:checked + label.label1 { background-image: url("../images/check2.png"); }
.CollectList .newsWrapper .check label.label1 { background-image: url("../images/check1.png"); }
.CollectList .newsWrapper .CollectCon { width: 700px; float: left; }
.CollectList .newsWrapper .ListDelete { float: right; width: 30px; height: 30px; background: url(../images/ListDelete.png); background-repeat: no-repeat; background-position: center top; border: 0; cursor: pointer; margin: 0 10px; }
.CollectList .newsWrapper .ListDelete:hover { background: url(../images/ListDelete.png); background-repeat: no-repeat; background-position: center bottom; }

.editBtnArea { border-bottom: 2px solid #e0e0e0; padding: 10px 0; height: 55px; }
.editBtnArea input.Btn { display: block; padding: 5px 10px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; width: 80px; font-size: 15px; text-align: center; margin-right: 5px; cursor: pointer; float: left; }
.editBtnArea input.Btn:hover { background: #227d51; color: #fff; }
.editBtnArea input.Btn.Edit, .editBtnArea input.Btn.Cancel { background: none; border: 1px solid #227d51; color: #227d51; }
.editBtnArea input.Btn.Delete, .editBtnArea input.Btn.Cancel { display: none; }
.editBtnArea #checkAll { background: none; border: 1px solid #227d51; color: #227d51; display: none; }
.editBtnArea .memberSearch { float: right; }
.editBtnArea .memberSearch .MT, .editBtnArea .memberSearch .YT { width: 90px; height: 30px; background: none; color: #32302f; font-size: 15px; border: none; cursor: pointer; text-align: center; position: relative; display: inline-block; }
.editBtnArea .memberSearch .MT:hover, .editBtnArea .memberSearch .MT:focus, .editBtnArea .memberSearch .YT:hover, .editBtnArea .memberSearch .YT:focus { background: none; }
.editBtnArea .memberSearch .MT .YearT, .editBtnArea .memberSearch .MT .MonthT, .editBtnArea .memberSearch .YT .YearT, .editBtnArea .memberSearch .YT .MonthT { background: #fff url(../images/searchArrow.png); background-repeat: no-repeat; background-position: right center; width: 100%; height: 100%; text-align: center; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #e0e0e0; }
.editBtnArea .memberSearch .MT .YearT.active, .editBtnArea .memberSearch .MT .MonthT.active, .editBtnArea .memberSearch .YT .YearT.active, .editBtnArea .memberSearch .YT .MonthT.active { background: #fff url(../images/searchArrow2.png); background-position: right center; background-repeat: no-repeat; }

/*VideoList*/
.videoImg { position: relative; display:block} 
.videoImg img.play { position: absolute; right: 10px; bottom: 10px; width: 35px !important; height: 35px !important; opacity: 0.7; }

#news .CF { width: auto; }

#news .arrow img { width: 37px; height: 37px; }

.videoPage #videoArea { background: none; }
.videoPage #videoArea #travelT { margin: 0; }
.videoPage #videoArea .travelF { margin: 0 6px 20px 0; }
.videoPage #videoArea #news { width: 100%; }
.videoPage #videoArea #news .newsWrapper { margin: 0 14px 0 0 !important; float: none; display: inline-block; text-align: left; }
.videoPage #videoArea #news .newsWrapper:nth-child(odd), .videoPage #videoArea #news .newsWrapper:nth-child(even) { margin: 0; }
.videoPage #videoArea #news .newsWrapper .sponsor { font-size: 15px; margin-top: 25px; }

/*404*/
.P404 { line-height: 35px; padding: 50px 0; font-size: 22px; overflow: hidden; }
.P404 img { margin: 0 auto; display: block; float: left; }
.P404 .right { margin-top: 90px; width: 620px; }
.P404 .Btitle { font-size: 35px; font-weight: bold; margin: 10px 0; }
.P404 ul { list-style-type: square; color: #0e5d99; width: 85%; margin: 20px auto 0; }
.P404 ul li { margin-bottom: 10px; }
.P404 ul li a { color: #0e5d99; }
.P404 ul li a:hover { text-decoration: underline; }

/*footer*/
footer { background: #32302f; width: 100%; clear: both; color: #FFF; }
footer .footerCon { color: #fff; width: 100%; overflow: hidden; border-bottom: 1px solid #62615f; padding-top: 60px; }
footer .footerCon img { display: block; float: left; margin-right: 20px; }
footer .footerCon .footerLink { width: 250px; float: left; }
footer .footerCon .footerLink ul { width: 50%; }
footer .footerCon .footerLink a { color: #fff; display: block; margin: 0 15px 15px 0; font-size: 18px; }
footer .footerCon .footerLink a:hover { text-decoration: underline; }
footer .footerCon .follow { float: left; }
footer .footerCon .follow h3 { font-size: 20px; font-weight: 400; margin: 0; }
footer .footerCon .follow .followT { margin-top: 15px;    overflow: hidden; }
footer .footerCon .follow .followT input[type="text"] { height: 40px; width: 390px; padding-left: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; outline: none; border: 0; font-size: 16px; float: left; margin-right: 10px; }
footer .footerCon .follow .followT input[type="text"]:focus { box-shadow: 0 0 10px #227d51; }
footer .footerCon .follow .followT button { width: 67px; text-align: center; background: #62615f; border: 0; height: 40px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 17px; color: #fff; font-weight: bold; cursor: pointer; letter-spacing: 1px; float: left; margin-right: 10px; }
footer .footerCon .follow .followT button:hover { background: #227d51; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
footer .footerCon .follow .followT a{ 
   border-radius: 5px;
    color: #fff;
    height: 40px;
    float: left;
    display: block;
    width: 160px;
    margin-right: 15px;
    line-height: 40px;
    text-align: center;
    background: #62615f;
    padding: 0 20px;
    box-sizing: border-box;
    border:1px solid #62615f;
}
footer .footerCon .follow .followT a:hover{ box-sizing: border-box;border:1px solid #fff; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;}
footer .footerCon .follow .followT a img{display:block; margin: 0 10px 0 0;}
footer .copyright { text-align: center; line-height: 30px; padding-bottom: 10px;position:relative; }
footer .copyright ul { width: 100%; text-align: center; margin-top: 10px; }
footer .copyright ul li { display: inline-block; margin: 5px; }
footer .copyright ul li a { color: #fff; }
footer .copyright ul li a:hover { text-decoration: underline; }
footer .copyright a.changeM {
    display: block;
    float: right;
    position: absolute;
    right: 70px;
    top: 10px;
    border-radius: 5px;
    border-radius: 5px;
    color: #9d9d9c;
    height: 40px;
    float: left;
    display: block;
    width: 160px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #9d9d9c;
}
footer .copyright a.changeM:hover{background: #62615f;color:#fff;}

/*guide*/
 .guide {
            position: absolute;
            top:30px;
            padding: 0;
            margin: 0;
            overflow: hidden;
            z-index: 100;
            left: -45px;
            height:60px;
            -moz-animation-duration: 1.2s;
          -webkit-animation-duration:1.2s;
          animation-duration:1.2s;
          -moz-animation-name: guide;
          -webkit-animation-name:guide;
          animation-name: guide;
         -moz-animation-iteration-count: infinite;
          -webkit-animation-iteration-count: infinite;
         animation-iteration-count: infinite;
        top: 46px\0/IE9; 
        }

 @keyframes guide {
    0%   {top: 35px;}
    50%  {top: 46px;}
    100% {top: 35px;}
}


/*notworking*/
.container.notworking{
	padding-top:100px;
	width:600px;
}
.notworking .Btitle{font-size:25px;font-weight:normal;}
.browser{margin-top:20px;display: inline-block;width:195px;height:150px;overflow:hidden;text-align:center;cursor: pointer;position:relative;top:0;border:none;}
.browser:hover{color:#312f2f;position:relative;top:-5px;opacity: 0.9;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.browser img{display:block;margin:0 auto;border:none;outline:none;}
.coverImg {
    position: absolute;
    right: -340px;
    width: 300px;
    height: auto;
    box-sizing: border-box;
    border: 5px solid #fff;

}
.coverImg img{width:100%;height:auto;display: block;}
.coverImg .coverTxt {
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: center;
    padding: 8px 0;
}
/*@media screen and (max-width:1024px) {
#topic .right,.newsCon #timelyCon .left,.newsCon #timelyCon .right
{list-style-type:none;    list-style-position:outside;}
#topic .right li a,.newsCon #timelyCon .left li a,.newsCon #timelyCon .right li a {

   margin-left:0;

}
#todayList li a, #weekList li a{height:55px;}
#travelArea .travelF {
    float:left;
    margin: 0px 20px 30px;
}
.travelPage #travelArea #news .newsWrapper{ float:left;   margin: 0 15px 0 0 !important;}
}
@media all and (-webkit-min-device-pixel-ratio:0){
#topic .right li a,.newsCon #timelyCon .left li a,.newsCon #timelyCon .right li a {list-style-position:outside;}
}*/