@import url("html5Reset.css");

body {
    font-size: 62.5%;
}

img {
    max-width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic; /*圖片失真*/
}
.clear {
    zoom: 1;
    clear: both;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.accesskey {
    color: #fff;
}
.gotopbtn {
    position: fixed;
    right: 10px;
    top: 50%;
}
/*BYalexei*/
.field-validation-error {
    color: red;
    display: block;
}

.topbar {
    width: 100%;
    background: url(../images/bg/topbg.jpg) repeat-x;
    background-size: auto 100%;
}
.topBg {
    max-width: 940px;
    margin: 0 auto;
    text-align: right;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.2em;
}
.topBg a {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
}
.topBg a:hover {
    color: #f7db76;
}
header {
    width: 100%;
    background: url(../images/bg/headerbg.jpg) no-repeat top center;
    background-size: auto 100%;
}
.headerBg {
    max-width: 940px;
    margin: 0 auto;
    padding: 27px 10px 0;
    position: relative;
    min-height: 210px;
}
.headerBg .logo {
    float: left;
}
.headerBg .searchbar {
    text-align: right;
    float: right;
}
.headerBg .searchbox {
    background: #fff;
    min-width: 180px;
    float: right;
    border: 1px solid #eb7700;
    border-radius: 30px;
    padding: 3px 0;
}
.headerBg .searchbox input {
    border: 0;
}
.headerBg .searchbox .searchBtn {
    padding-right: 14px;
}
.headerBg .searchbar .keyword {
    color: #df0615;
    font-size: 1.4em;
    margin: 7px 0 0 0;
}
.headerBg .searchbar .keyword a {
    color: #df0615;
}
.headerBg .searchbar .keyword a:hover {
    color: #000;
}
.headerBg .headerball {
}
.headerBg .headerball img {
    margin: 0 auto;
}
/* menu */
.openmenu {
    display: none;
}
#mm-menu {
    display: none !important;
}
.mainnav {
    /* background: url(../images/bg/navbg.jpg) no-repeat; */
    /* background-position: top center; */
    /* lotte- for menu update */
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(217, 217, 217, 1) 90%, rgba(241, 241, 241, 1) 98%, rgba(255, 255, 255, 1) 100%);
}
.mainnav nav {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}

.mainnav > nav > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.mainnav > nav > ul > li > a,
.mainnav > nav > ul > li > span {
    display: block;
    font-size: 1.8em;
    color: #000;
    border-left: 1px solid #ccc;
    padding: 0 12px;
    line-height: 50px;
}
/* lotte- for menu update  start */
.mainnav > nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.mainnav > nav > ul > li {
    padding-top: 2px;
    padding-bottom: 4px;
}
.mainnav > nav > ul > li > a,
.mainnav > nav > ul > li > span {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 70px;
    height: 100%;
}
.mainnav > nav > ul > li > a {
    display: flex;
    align-items: center;
}
/* lotte- for menu update  end */
.mainnav > nav > ul > li:hover > a,
.mainnav > nav > ul > li:hover > span {
    color: #df0615;
    font-weight: bold;
    cursor: pointer;
}

.mainnav > nav > ul > li:last-child > a,
.mainnav > nav > ul > li:last-child > span {
    border-right: 1px solid #ccc;
}
.mainnav > nav > ul > li > ul {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 2;
}
.mainnav > nav > ul > li:hover > ul {
    display: block;
}
.mainnav > nav > ul > li > ul > li {
    display: block;
}
.mainnav > nav > ul > li > ul > li > a {
    background: #ffeac2;
    display: block;
    color: #000;
    font-size: 1.6em;
    padding: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.mainnav > nav > ul > li > ul > li > a:hover {
    background: #ffddc2;
}

/* footer */
.footersitemap {
    width: 100%;
    background-image: url(../images/bg/sitemapbg02.png), url(../images/bg/sitemapbg01.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}
.footersitemapBg {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.footer {
    width: 100%;
    background: #fff;
}
.footerBg {
    max-width: 940px;
    margin: 0 auto;
    padding: 25px 10px;
}
.sitemap {
    padding: 30px 0 0;
}
.sitemap a {
    color: #000;
}
.sitemap a:hover {
    color: #df0615;
}
.sitemap > li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    max-width: 140px;
    padding: 0 1.5% 0 0;
    margin-bottom: 30px;
}
.sitemap > li:last-child {
    padding: 0;
}
.sitemap > li > a {
    display: block;
    width: 100%;
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 1px solid #f40717;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}
/* lotte- for menu update  start */
.sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 900px;
}
.sitemap > li {
    width: 25%;
    max-width: 180px;
    padding: 10px 10px;
    box-sizing: border-box;
}
.sitemap > li:last-child {
    padding: 10px 10px;
}
/* lotte- for menu update  end */
.sitemap > li > ul > li > a {
    font-size: 1.4em;
    display: block;
    background: url(../images/icon/redArrow.png) no-repeat left center;
    padding: 3px 0 3px 10px;
}
.sitemap > li > ul > li > a > img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.footerBg > div {
    display: inline-block;
}
.footerBg .footerlogo,
.footerBg .footerdetails {
    float: left;
}
.footerBg .footerdetails {
    font-size: 1.4em;
    line-height: 1.8;
    width: 80%;
}
.footerBg .footerdetails a {
    color: #000;
}
.footerBg .footerdetails a:hover {
    color: #df0615;
}
.footerBg .footerdetails a.contact {
    margin-right: 10px;
}
.footerBg .emblem {
    display: inline-block;
    width: 180px;
}
.footerBg .access {
    display: none;
    position: relative;
    top: -15px;
    left: 20px;
}
.footerBg #twcaseal {
    display: inline-block;
    position: relative;
    top: 0;
    left: 25px;
}
.footerBg .footerlogo {
    margin: 0 15px 0 0;
}

/* content */
.content {
    width: 100%;
    background: url(../images/bg/contentbg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.contentBg {
    max-width: 940px;
    margin: 0 auto;
    padding: 25px 10px 50px;
}
.contentBg .leftCol {
    width: 21%;
    float: left;
    max-width: 140px;
}
.contentBg .rightCol {
    width: 77%;
    float: right;
    max-width: 780px;
}
.subnav {
    margin: 0 0 30px 0;
}
.subnav .title {
    font-size: 2.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.subnav ul::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: url(../images/bg/sidelinebg.jpg) no-repeat;
    background-size: cover;
}
.subnav ul::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: url(../images/bg/sidelinebg.jpg) no-repeat;
    background-size: cover;
}
/* 250411 */
.workcircle ul::before, .workcircle ul::after {
    content: "";
    display: block;
    height: 0px;
    width: 100%;
    background: none;
    background-size: cover;
}
.workcircle ul li a {
    color: #000;
    font-size: 1.5em;
    padding: 6px 15px 6px 20px;
    display: block;
    background: none !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-color: #ffdd9b !important;
}
.workcircle_intro {
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #ffdd9b;
    font-size: 1.6em;
    line-height: 1.5;
}
.workcircle_intro a {
    cursor: pointer;
}
/*工作圈選單展開收合*/
.league_toggle-btn {
    width: 100%;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #000;
    padding: 6px 15px 6px 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.league_toggle-btn:hover{
    color: #df0615;
}
.arrow-icon {
    margin-right: 4px;
    transition: transform 0.3s ease;
}
.league_rotated {
    transform: rotate(90deg);
}
.navyellow ul {
    background: #ffeac2;
}
.navyellow .title {
    color: #df0615;
}
.navred ul {
    background: #ffddc2;
}
.navred .title {
    color: #006bc6;
}
.navtblue ul {
    background: #ffeac2;
}
.navtblue .title {
    color: #006bc6;
}
.subnav ul li a {
    color: #000;
    font-size: 1.5em;
    padding: 6px 15px 6px 20px;
    display: block;
    background: url(../images/icon/brownArrow.png) no-repeat 7px 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.subnav ul li a:hover {
    color: #df0615;
}
.indlink a {
    display: block;
    color: #fff;
    font-size: 1.6em;
    background-image: url(../images/icon/yellowArrow.png), url(../images/bg/bluebtnbg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: 125px center, 0 0;
    padding: 10px 25px 10px 10px;
    margin: 0 0 15px 0;
}
.indlink a:hover {
    color: #f7db76;
}
.indlink a:last-child {
    margin: 0;
}

.ntsection {
    width: 100%;
    margin-bottom: 15px;
}
.ntsection .newsticker {
    background-image: url(../images/icon/news.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 0 0 100px;
}
.ntsection .newsticker li a {
    color: #000;
    font-size: 1.8em;
    line-height: 40px;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.flexslider {
    margin: 0 auto 30px !important;
}
.flexslider .slides > li {
    padding-bottom: 20px;
}
.flexslider .flex-control-nav {
    margin-top: -30px;
}

.indmain {
    width: 100%;
}
.indmain .indmainLeft {
    float: left;
    width: 69.2%;
    max-width: 540px;
}
.indmain .indmainRight {
    float: right;
    width: 28.2%;
    max-width: 220px;
}
.indmain .indmainLeft .flexslider {
    background: url(../images/bg/indmain.jpg) repeat;
    margin: 0 auto 15px !important;
}
.indmain .indmainLeft .flexslider .flex-control-nav {
    margin-top: 5px !important;
}
.indmain .indmainLeft ul.slides {
    background: url(../images/bg/indmain.jpg) repeat;
}
.indmain .indmainLeft ul.slides li a {
    display: block;
    padding: 10px;
}
.indmain .indmainLeft ul.slides li a .highlightphoto {
    max-width: 202px;
    width: 38.8%;
    border: 1px solid #ccc;
    float: left;
}
.indmain .indmainLeft ul.slides li a .highlighttxt {
    max-width: 303px;
    width: 58.2%;
    float: right;
}
.indmain .indmainLeft ul.slides li a .highlighttxt img {
    width: 4px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.indmain .indmainLeft ul.slides li a .highlighttxt .title {
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indmain .indmainLeft ul.slides li a .highlighttxt .details {
    color: #000;
    font-size: 1.6em;
    line-height: 1.5;
}
.indmain .indmainLeft .newssection {
    float: left;
    width: 48%;
    max-width: 260px;
}
.indmain .indmainLeft .newssection .title {
    background: url(../images/bg/newstitlebg.png) no-repeat -40px top;
    line-height: 32px;
    color: #fff;
    font-size: 1.8em;
    padding: 0 0 0 10px;
}
.indmain .indmainLeft .newssection ul {
    background: #fff;
    padding: 10px;
}
.indmain .indmainLeft .newssection ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.indmain .indmainLeft .newssection ul li a .date {
    color: #29409d;
    font-size: 1.4em;
    margin: 0 0 5px 0;
}
.indmain .indmainLeft .newssection ul li a .topic {
    color: #000;
    font-size: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.indmain .indmainLeft .newssection ul li a:hover .topic {
    color: #df0615;
}
.indmain .indmainLeft .activitysection {
    float: right;
    width: 48%;
    max-width: 260px;
}
.indmain .indmainLeft .activitysection .title {
    background: url(../images/bg/newstitlebg.png) no-repeat -40px top;
    line-height: 32px;
    color: #fff;
    font-size: 1.8em;
    padding: 0 0 0 10px;
}
.indmain .indmainLeft .activitysection ul {
    background: #fff;
    padding: 10px;
}
.indmain .indmainLeft .activitysection ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.indmain .indmainLeft .activitysection ul li a .photo {
    max-width: 230px;
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
}
.indmain .indmainLeft .activitysection ul li a .photo img {
    margin: 0 auto;
}
.indmain .indmainLeft .activitysection ul li a .date {
    color: #29409d;
    font-size: 1.4em;
    margin: 0 0 5px 0;
}
.indmain .indmainLeft .activitysection ul li a .topic {
    color: #000;
    font-size: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.indmain .indmainLeft .activitysection ul li a:hover .topic {
    color: #df0615;
}

.trdnav {
    margin: 0 0 22px 0;
}
.trdnav .title {
    font-size: 2.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #836400;
}
.trdnav .indpaper::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: url(../images/bg/sidelinebg.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 20px 0;
}
.trdnav .indmag::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: url(../images/bg/sidelinebg.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 15px 0;
}
.trdnav .indpaper .photo {
    margin: 0 auto 15px;
    max-width: 180px;
    text-align: center;
}
.trdnav .indpaper .photo img {
    margin: 0 auto;
    border: 1px solid #ccc;
}
.trdnav .indpaper .topic .name {
    font-size: 1.6em;
    color: #000;
    text-align: center;
}
.trdnav .indpaper .topic:hover .name {
    color: #df0615;
    text-align: center;
}
.trdnav .indpaper .topic .date {
    font-size: 1.4em;
    color: #29409d;
    text-align: center;
}
.trdnav .indmag .photo {
    float: left;
    margin: 0 10px 0 0;
}
.trdnav .indmag .topic {
    float: left;
    font-size: 1.5em;
    color: #000;
    line-height: 1.8;
    padding: 10px 0 0 0;
}
.trdnav .indmag .topic:hover {
    color: #df0615;
}

.indsbanner {
    position: relative;
    margin: 20px 0 0 0;
}
.indsbanner .sbannerslider {
    width: 93%;
    margin: 0 auto;
}
.indsbanner .slideControl .flex-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.indsbanner .slideControl .flex-next {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.indsbanner .sbannerslider ul li {
    display: inline-block;
}

/*change page*/
.pagination-container {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 8px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #000;
    font-size: 1.5em;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #df0615;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    cursor: default;
    background-color: #df0615;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}
.pagination > .PagedList-skipToPrevious a {
    border-right: 1px solid #000;
    margin-right: 10px;
}
.pagination > .PagedList-skipToNext a {
    border-left: 1px solid #000;
    margin-left: 10px;
}

/*bread*/
.bread {
    text-align: right;
    color: #be0d1a;
    font-size: 1.4em;
}
.bread a {
    color: #000;
}
.bread a:hover {
    color: #df0615;
}

/*電子報*/
.paperList {
    margin: 40px 0 0 0;
}
.paperList .title {
    font-size: 2.5em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.paperList .orderbtn {
    margin: 10px 0 0 0;
}
.paperList .orderbtn a.order {
    background: url(../images/bg/btnyellowbg.jpg) repeat;
    padding: 5px 10px;
    display: block;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #000;
}
.paperList .orderbtn a.order:hover {
    color: #df0615;
}
.paperList .orderbtn a.order img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.paperList .table {
    font-size: 1.6em;
    margin: 35px 0 0 0;
}
.paperList .table table {
    width: 100%;
}
.paperList .table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.paperList .table th,
.paperList .table td {
    padding: 10px;
}
.paperList .table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.paperList .table td a {
    color: #000;
}
.paperList .table td a:hover {
    color: #df0615;
}
.paperList .table tr:nth-child(even) {
    background: #fff;
}
.paperList .table tr:nth-child(odd) {
    background: #f0f0f0;
}

/*電子報內頁*/
.paperContent {
    margin: 40px 0 0 0;
}
.paperContent .title {
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.paperContent .title .name {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
}
.paperContent .title .date {
    float: right;
    font-size: 1.4em;
    line-height: 2.5em;
}
.paperContent .orderbtn {
    margin: 10px 0 0 0;
}
.paperContent .orderbtn a.order {
    background: url(../images/bg/btnyellowbg.jpg) repeat;
    padding: 5px 10px;
    display: block;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #000;
}
.paperContent .orderbtn a.order:hover {
    color: #df0615;
}
.paperContent .orderbtn a.order img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.paperContent .paperContainer {
    max-width: 802px;
    margin: 30px auto 0;
}
.paperContent .backbtn {
    margin: 30px 0 0 0;
}
.paperContent .backbtn a {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #000;
    border: 1px solid #b4b4b4;
}
.paperContent .backbtn a:hover {
    color: #df0615;
}
.paperContent .backbtn a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.paperOrder {
    font-size: 1.6em;
    margin: 30px 0 0 0;
}
.paperOrder form {
    margin: 20px 0 0 0;
}
.paperOrder form .column {
    background: #f0f0f0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.paperOrder > form > .column > div {
    margin: 0 auto 20px;
    width: 90%;
}
.paperOrder form img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.paperOrder form label {
    width: 30%;
    display: inline-block;
}
.paperOrder form select,
.paperOrder form input {
    border: 1px solid #ccc;
    background: #fff;
    width: 50%;
}
.paperOrder .submitbtn {
    text-align: center;
    margin: 30px 0 10px 0;
}
.paperOrder .submitbtn button {
    display: inline-block;
}
.paperOrder .submitbtn button img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.paperOrder .submitbtn button.cancel {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #000;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-right: 5px;
}
.paperOrder .submitbtn button.cancel:hover {
    color: #df0615;
}
.paperOrder .submitbtn button.confirm {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-left: 5px;
}
.paperOrder .submitbtn button.confirm:hover {
    color: #f8e147;
}

.paperOrderComplete {
    margin: 30px 0 0 0;
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
}
.paperOrderComplete .subtitle {
    font-size: 1.8em;
    color: #29409d;
    font-weight: bold;
}
.paperOrderComplete .cont {
    font-size: 1.6em;
    margin: 15px 0 0 0;
}
.paperContent .backindbtn {
    margin: 30px 0 0 0;
}
.paperContent .backindbtn a {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #fff;
    border: 1px solid #b4b4b4;
}
.paperContent .backindbtn a:hover {
    color: #f8e147;
}
.paperContent .backindbtn a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.ASection .title {
    font-size: 2.5em;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
    font-weight: bold;
}
.ASection .panel {
    text-align: right;
    margin: 10px 0 0 0;
}
.ASection > .panel > div {
    display: inline-block;
}
.ASection a {
    display: inline-block;
}
.ASection a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.ASection .panel .fontSize a {
    border: 1px solid #000;
    background: #fff;
    margin: 0 5px 0 0;
}
.ASection .panel .fontSize a:hover {
    border: 1px solid #df0615;
}
.ASection .panel .fontSize a.active {
    border: 1px solid #df0615;
}
.ASection .panel .fontSize a img {
    margin: 0 auto;
}
.ASection .panel .print a {
    color: #000;
    font-size: 1.4em;
}
.ASection .panel .print a:hover {
    color: #df0615;
}
.ASection .textcont {
    font-size: 1.6em;
    margin: 30px 0 0 0;
    line-height: 1.5;
}
.ASection .textcont table {
    width: 100%;
}
.ASection .textcont table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.ASection .textcont table th,
.ASection .textcont table td {
    padding: 10px;
}
.ASection .textcont table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.ASection .textcont table tr:nth-child(even) {
    background: #fff;
}
.ASection .textcont table tr:nth-child(odd) {
    background: #f0f0f0;
}
.ASection .textcont a {
    color: #000;
}
.ASection .textcont a:hover {
    color: #df0615;
}

.recommend {
    background: #cde9f8;
    padding: 15px;
    margin: 20px 0 0 0;
}
.recommend .recommendTitle {
    color: #29409d;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0 0 10px 0;
}
.recommend .recommendTitle img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.recommend ul li {
    display: inline-block;
    width: 49%;
}
.recommend ul li a {
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.recommend ul li a:hover {
    color: #df0615;
}
.downloadSection {
    margin: 30px 0 0 0;
}
.downloadSection .downloadSecTitle {
    color: #29409d;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0 0 10px 0;
}
.downloadSection .downloadSecTitle img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.downloadSection a {
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.downloadSection a:hover {
    color: #df0615;
}

.BList > .title {
    font-size: 2.5em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.BList .list {
    margin: 20px 0 0 0;
}
.BList .list a {
    display: block;
    padding: 15px;
}
.BList .list a:nth-child(odd) {
    background: #cde9f8;
}
.BList .list a .txt {
    float: left;
    font-weight: bold;
    width: 80%;
}
.BList .list a .txt .date {
    color: #29409d;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
.BList .list a .txt .newstitle {
    color: #000;
    font-size: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.BList .list a .readmore {
    float: right;
    background: url(../images/bg/btnyellowbg.jpg) repeat;
    padding: 5px 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.6em;
    margin: 10px 0 0 0;
    width: 20%;
    max-width: 122px;
    box-sizing: border-box;
}
.BList .list a:hover .readmore {
    color: #df0615;
}
.BList .list a .readmore img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.BSection .title {
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.BSection .title .name {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
}
.BSection .title .date {
    float: right;
    font-size: 1.4em;
    line-height: 2.5em;
}
.BSection .panel {
    text-align: right;
    margin: 10px 0 0 0;
}
.BSection > .panel > div {
    display: inline-block;
}
.BSection a {
    display: inline-block;
}
.BSection a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.BSection .panel .fontSize a {
    border: 1px solid #000;
    background: #fff;
    margin: 0 5px 0 0;
}
.BSection .panel .fontSize a:hover {
    border: 1px solid #df0615;
}
.BSection .panel .fontSize a.active {
    border: 1px solid #df0615;
}
.BSection .panel .fontSize a img {
    margin: 0 auto;
}
.BSection .panel .print a {
    color: #000;
    font-size: 1.4em;
}
.BSection .panel .print a:hover {
    color: #df0615;
}
.BSection .textcont {
    font-size: 1.6em;
    margin: 30px 0 0 0;
    line-height: 1.5;
}
.BSection .textcont table {
    width: 100%;
}
.BSection .textcont table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.BSection .textcont table th,
.BSection .textcont table td {
    padding: 10px;
}
.BSection .textcont table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.BSection .textcont table tr:nth-child(even) {
    background: #fff;
}
.BSection .textcont table tr:nth-child(odd) {
    background: #f0f0f0;
}
.BSection .textcont a {
    color: #000;
}
.BSection .textcont a:hover {
    color: #df0615;
}
.BSection .backbtn {
    margin: 30px 0 0 0;
}
.BSection .backbtn a {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #000;
    border: 1px solid #b4b4b4;
}
.BSection .backbtn a:hover {
    color: #df0615;
}

/**/
.CList > .title {
    font-size: 2.5em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.CList .list {
    margin: 20px 0 0 0;
}
.CList .list a {
    display: block;
    padding: 15px;
}
.CList .list a:nth-child(odd) {
    background: #cde9f8;
}
.CList .list a .txt {
    float: left;
    font-weight: bold;
    width: 80%;
}
.CList .list a .txt .date {
    color: #29409d;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
.CList .list a .txt .date span {
    margin: 0 5px 0 0;
}
.CList .list a .txt .newstitle {
    color: #000;
    font-size: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CList .list a .txt .info {
    color: #000;
    font-size: 1.4em;
    font-weight: normal;
    margin: 25px 0 0 0;
}
.CList .list a .txt .info .infocol {
    display: inline-block;
    margin: 0 10px 0 0;
}
.CList .list a .txt .info .infocol .tag {
    margin: 0 10px 0 0;
}
.CList .list a .txt .info .infocol img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.CList .list a .readmore {
    float: right;
    background: url(../images/bg/btnyellowbg.jpg) repeat;
    padding: 5px 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.6em;
    margin: 30px 0 0 0;
    width: 20%;
    max-width: 122px;
    box-sizing: border-box;
}
.CList .list a:hover .readmore {
    color: #df0615;
}
.CList .list a .readmore img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.CSection .title {
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.CSection .title .name {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
}
.CSection .title .date {
    float: right;
    font-size: 1.4em;
    line-height: 2.5em;
}
.CSection .panel {
    text-align: right;
    margin: 10px 0 0 0;
}
.CSection > .panel > div {
    display: inline-block;
}
.CSection a {
    display: inline-block;
}
.CSection a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.CSection .panel .fontSize a {
    border: 1px solid #000;
    background: #fff;
    margin: 0 5px 0 0;
}
.CSection .panel .fontSize a:hover {
    border: 1px solid #df0615;
}
.CSection .panel .fontSize a.active {
    border: 1px solid #df0615;
}
.CSection .panel .fontSize a img {
    margin: 0 auto;
}
.CSection .panel .print a {
    color: #000;
    font-size: 1.4em;
}
.CSection .panel .print a:hover {
    color: #df0615;
}
.CSection .details {
    margin: 30px 0 0 0;
}
.CSection .details .subtitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #29409d;
    margin: 0 0 10px 0;
}
.CSection .textcont {
    font-size: 1.6em;
    line-height: 1.5;
}
.CSection .textcont p {
    margin-bottom: 10px;
}
.CSection .textcont table {
    width: 100%;
}
.CSection .textcont table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.CSection .textcont table th,
.CSection .textcont table td {
    padding: 10px;
}
.CSection .textcont table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.CSection .textcont table tr:nth-child(even) {
    background: #fff;
}
.CSection .textcont table tr:nth-child(odd) {
    background: #f0f0f0;
}
.CSection .textcont a {
    color: #000;
}
.CSection .textcont a:hover {
    color: #df0615;
}
.CSection .backbtn {
    margin: 30px 0 0 0;
}
.CSection .backbtn a {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #000;
    border: 1px solid #b4b4b4;
}
.CSection .backbtn a:hover {
    color: #df0615;
}

.CSection .info {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 15px;
    margin: 30px 0 0 0;
}
.CSection .info .subtitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #29409d;
}
.CSection .info .infocontent {
    font-size: 1.6em;
    margin: 10px 0 0 0;
}
.CSection .info .infocontent li {
    padding: 0 0 0 25px;
    background: url(../images/icon/blueArrow.jpg) no-repeat;
    background-position: left 3px;
    margin-bottom: 12px;
}
.CSection .info .infocontent .infoleftcol {
    width: 50%;
    float: left;
    vertical-align: top;
    word-break: break-all;
}
.CSection .info .infocontent .inforightcol {
    width: 50%;
    float: right;
    vertical-align: top;
    word-break: break-all;
}
.CSection .info .infocontent img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.CSection .info .infocontent li.signup a {
    background: url(../images/bg/btnredbg.jpg);
    color: #fff;
    padding: 5px;
    vertical-align: top;
}
.CSection .info .infocontent li.signup a img {
    margin-left: 10px;
}
.CSection .info .infocontent li.download a {
    color: #000;
    text-decoration: underline;
}
.CSection .info .infocontent li.download a:hover {
    color: #df0615;
}
.CSection .info .infocontent li.actFinish a {
    color: #0081dc;
    text-decoration: underline;
}
.CSection .info .infocontent li.actFinish a:hover {
    color: #df0615;
}
.CSection .info .infocontent li.actFinish a img {
    margin-left: 5px;
}

.CSection .location {
    margin: 20px 0 0 0;
}
.CSection .location .subtitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #29409d;
    margin: 0 0 10px 0;
}
.CSection .location .gmap {
    margin: 10px 0 0 0;
    width: 100%;
    height: 352px;
    overflow: hidden;
}

.CSection .film {
    width: 80%;
    margin: 30px auto 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.CSection .film iframe,
.CSection .film object,
.CSection .film embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.CSection .actphotoSection .subtitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #29409d;
}

.actphoto {
    position: relative;
    margin: 20px 0 0 0;
}
.actphoto .actphotoslider {
    width: 93%;
    margin: 0 auto;
}
.actphoto .slideControl .aflex-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.actphoto .slideControl .aflex-next {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.actphoto .actphotoslider ul li {
    display: inline-block;
    height: 85px;
    overflow: hidden;
}
.actphoto .actphotoslider ul li a {
    height: 100%;
}
.actphoto .actphotoslider ul li a img {
    min-height: 85px;
    width: 100%;
}

.CSection .actContract {
    margin: 30px 0 0 0;
    padding: 15px;
    background: url(../images/bg/indmain.jpg);
    height: 300px;
    overflow: scroll;
    border: 1px solid #dbdbdb;
}
.CSection .actContract .subtitle {
    font-size: 1.8em;
    font-weight: bold;
    color: #29409d;
    margin: 0 0 10px 0;
}
.CSection .contractbtn {
    text-align: center;
    margin: 30px 0 10px 0;
    font-size: 1.6em;
}
.CSection .contractbtn button,
.CSection .contractbtn a {
    display: inline-block;
}
.CSection .contractbtn button img,
.CSection .contractbtn a img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.CSection .contractbtn .non {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #000;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-right: 5px;
}
.CSection .contractbtn .non:hover {
    color: #df0615;
}
.CSection .contractbtn .oui {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    text-align: center;
    color: #fff;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-left: 5px;
    padding: 5px 5px;
}
.CSection .contractbtn .oui:hover {
    color: #f8e147;
}

.field-necessary {
    color: #df0615;
}
.notice {
    font-size: 0.8em;
}

.signupForm {
    font-size: 1.6em;
    margin: 30px 0 0 0;
}
.signupForm .subtitle {
    text-align: center;
    color: #29409d;
    font-weight: bold;
}
.signupForm .otherNote {
    margin: 15px 0 0 0;
}
.signupForm .otherNote .topic {
    margin: 0 0 10px 0;
}
.signupForm form {
    margin: 20px 0 0 0;
}
.signupForm form .column {
    background: #f0f0f0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.signupForm > form > .column > div {
    margin: 0 auto 20px;
    width: 90%;
}
.signupForm form img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.signupForm form label {
    width: 30%;
    display: inline-block;
}
.signupForm form select,
.signupForm form input {
    border: 1px solid #ccc;
    background: #fff;
    width: 50%;
}
.signupForm .field-form {
    margin-left: 30%;
    font-size: 0.8em;
    margin-bottom: 5px;
}
.signupForm .captcha {
    margin-left: 30%;
    margin-top: 10px;
}
.signupForm .submitbtn {
    text-align: center;
    margin: 30px 0 10px 0;
}
.signupForm .submitbtn button {
    display: inline-block;
}
.signupForm .submitbtn button img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.signupForm .submitbtn button.cancel {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #000;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-right: 5px;
}
.signupForm .submitbtn button.cancel:hover {
    color: #df0615;
}
.signupForm .submitbtn button.confirm {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    text-align: center;
    color: #fff;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-left: 5px;
    padding: 5px 5px;
}
.signupForm .submitbtn button.confirm:hover {
    color: #f8e147;
}

.signupFini {
    margin: 30px 0 0 0;
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
}
.signupFini .subtitle {
    font-size: 1.8em;
    color: #29409d;
    font-weight: bold;
}
.signupFini .cont {
    font-size: 1.6em;
    margin: 15px auto 0;
    width: 80%;
    text-align: left; /*190214*/
}
.CSection .backindbtn {
    margin: 30px 0 0 0;
}
.CSection .backindbtn a {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    font-size: 1.6em;
    color: #fff;
    border: 1px solid #b4b4b4;
}
.CSection .backindbtn a:hover {
    color: #f8e147;
}
.CSection .backindbtn a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.CeduList > .title {
    font-size: 2.5em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.CeduList .list {
    margin: 20px 0 0 0;
    padding: 15px;
    background: url(../images/bg/indmain.jpg);
    border: 1px solid #dbdbdb;
}
.CeduList .list .subtitle {
    color: #29409d;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.CeduList .list .subtitle img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.CeduList .list .unit {
    margin: 0 0 30px 0;
}
.CeduList .list .unit a {
    display: inline-block;
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
}
.CeduList .list .unit a:nth-child(3) {
    margin: 0;
}
.CeduList .list .download img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.CeduList .list .download .downloadTitle {
    color: #5b5b5b;
    font-size: 1.8em;
    margin: 0 0 10px 0;
}
.CeduList .list .download a {
    display: inline-block;
    color: #000;
    font-size: 1.4em;
    line-height: 2;
    width: 45%;
    vertical-align: top;
}
.CeduList .list .download a:hover {
    color: #df0615;
}

/*雙月刊*/
.magazineList {
    margin: 40px 0 0 0;
}
.magazineList .title {
    font-size: 2.5em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.magazineList .table {
    font-size: 1.6em;
    margin: 35px 0 0 0;
}
.magazineList .table .year {
    font-size: 1.2em;
    font-weight: bold;
    color: #29409d;
    margin: 0 0 10px 0;
}
.magazineList .table table {
    width: 100%;
}
.magazineList .table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.magazineList .table th,
.magazineList .table td {
    padding: 10px;
}
.magazineList .table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.magazineList .table td a {
    color: #000;
}
.magazineList .table td a:hover {
    color: #df0615;
}
.magazineList .table tr:nth-child(even) {
    background: #fff;
}
.magazineList .table tr:nth-child(odd) {
    background: #f0f0f0;
}
.magazineList .magTxt {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 35px 0 0 0;
}
.magazineList .magNew {
    background: url(../images/icon/newMag.jpg) no-repeat #f7e6ad;
    padding-left: 90px;
    padding-right: 20px;
    height: 50px;
    margin: 30px 0 0 0;
}
.magazineList .magNew .name {
    display: inline-block;
    float: left;
}
.magazineList .magNew .name a {
    line-height: 50px;
    color: #000;
    font-weight: bold;
    font-size: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.magazineList .magNew .name a:hover {
    color: #df0615;
}
.magazineList .magNew .download {
    display: inline-block;
    float: right;
}
.magazineList .magNew .download a {
    line-height: 50px;
    color: #000;
    font-size: 1.6em;
}
.magazineList .magNew .download a:hover {
    color: #df0615;
}
.magazineList .magNew .download img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.magazineList .magChooseYear {
    margin: 30px 0 0 0;
}
.magazineList .magChooseYear label {
    font-size: 1.6em;
}
.magazineList .magChooseYear form select {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.magazineList .magChooseYear button img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.magazineList .magChooseYear button {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 4px 5px;
    text-align: center;
    color: #000;
    border: 1px solid #b4b4b4;
    width: 104px;
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.magazineList .magChooseYear button:hover {
    color: #df0615;
}

.magazineList .panel {
    text-align: right;
    margin: 10px 0 0 0;
}
.magazineList > .panel > div {
    display: inline-block;
}
.magazineList a {
    display: inline-block;
}
.magazineList a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.magazineList .panel .print a {
    color: #000;
    font-size: 1.4em;
}
.magazineList .panel .print a:hover {
    color: #df0615;
}

/*questionnaire*/
.questionnaireForm {
    font-size: 1.6em;
    margin: 30px 0 0 0;
}
.questionnaireForm form {
    margin: 20px 0 0 0;
}
.questionnaireForm form .column {
    background: #f0f0f0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.questionnaireForm > form > .column > div {
    margin: 0 auto 20px;
    width: 90%;
}
.questionnaireForm form .column .check .item {
    display: inline-block;
    min-width: 24%;
    margin: 10px 0 0 0;
}
.questionnaireForm form .column .check .item span {
    margin-left: 10px;
}
.questionnaireForm form img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.questionnaireForm form label {
    width: 30%;
    display: inline-block;
}
.questionnaireForm form select,
.questionnaireForm form input {
    border: 1px solid #ccc;
    background: #fff;
}
.questionnaireForm form input[type="text"] {
    width: 50%;
}
.questionnaireForm form textarea {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    min-height: 100px;
}
.questionnaireForm .submitbtn {
    text-align: center;
    margin: 30px 0 10px 0;
}
.questionnaireForm .submitbtn button {
    display: inline-block;
}
.questionnaireForm .submitbtn button img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.questionnaireForm .submitbtn button.cancel {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #000;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-right: 5px;
}
.questionnaireForm .submitbtn button.cancel:hover {
    color: #df0615;
}
.questionnaireForm .submitbtn button.confirm {
    background: url(../images/bg/bluebtnbg.jpg) repeat;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
    border: 1px solid #b4b4b4;
    width: 104px;
    margin-left: 5px;
}
.questionnaireForm .submitbtn button.confirm:hover {
    color: #f8e147;
}
.questionnaireForm .question label {
    width: 100%;
}

.resultList {
    margin: 40px 0 0 0;
}
.resultList .title {
    font-size: 2.2em;
    font-weight: bold;
    border-bottom: 1px solid #df0615;
    padding: 0 0 5px 0;
}
.resultList .title img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.resultList .title span {
    color: #df0615;
}
.resultItem {
    display: block;
    padding: 15px;
    color: #000;
    word-break: break-all;
    font-size: 1.6em;
}
.resultListAll {
    margin: 30px 0 0 0;
}
.resultListAll .resultItem:nth-child(odd) {
    background: #cde9f8;
}
.resultListAll .resultItem:nth-child(even) {
}
.resultItem:hover {
    color: #000;
}
.resultItem .resultBread {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.resultItem .resultTitle {
    margin-bottom: 10px;
    font-weight: bold;
}
.resultItem .txt {
    margin-bottom: 18px;
}
.resultItem .date {
}
.resultItem .address {
}
.resultItem .keyword {
    color: #df0615;
}

.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.fastlink {
    display: none !important;
}

.sitemapcontent {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 35px 0 0 0;
}
.sitemapcontent a {
    color: #000;
}
.sitemapcontent a:hover {
    color: #df0615;
}
.sitemapcontent > ul > li {
    margin: 10px 0 0 0;
}
.sitemapcontent > ul > li > ul {
    padding-left: 20px;
}
.sitemapcontent .backbtn {
    margin: 30px 0 0 0;
}
.sitemapcontent .backbtn a {
    background: url(../images/bg/indmain.jpg) repeat;
    padding: 5px 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
    color: #000;
    border: 1px solid #b4b4b4;
}
.sitemapcontent .backbtn a:hover {
    color: #df0615;
}
.sitemapcontent .backbtn a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.textcont p {
    word-break: break-all;
}

.CeduList .eduTxt {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 35px 0 0 0;
}

.CList .table {
    font-size: 1.6em;
    margin: 35px 0 0 0;
}
.CList table {
    width: 100%;
    margin: 20px 0 0 0;
}
.CList table th {
    background: url(../images/bg/tablebg.jpg) repeat;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.CList table th,
.CList table td {
    padding: 10px;
    word-break: break-all;
}
.CList table td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.CList table tr:nth-child(even) {
    background: #fff;
}
.CList table tr:nth-child(odd) {
    background: #f0f0f0;
}
.CList a {
    color: #29409d;
    font-weight: bold;
}
.CList a:hover {
    color: #000;
}
