@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700&display=swap');
body{
    font-family: 'Noto Sans TC', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
#index .banner img,#index .item img{
    width: 100%;
}
[role=button] {
    outline:none;
}
a, button {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
a .svg, a svg, button .svg, button svg {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
a::before, a::after, button::before, button::after {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
a:hover, button:hover , a:hover *{
    text-decoration: none;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
a:hover .svg, a:hover svg, button:hover .svg, button:hover svg {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
a:hover::before, a:hover::after, button:hover::before, button:hover::after {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
button,input{
    border: 0;
    outline:none !important;
}
.size-14{
    font-size: 14px !important;
}
.white-popup-block {
    background: #FFF;
    padding: 30px 40px;
    text-align: left;
    max-width: 880px;
    margin: 60px auto;
    position: relative;
    border-radius: 10px;
}
.position-relative{
    position: relative;
}
.flex{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.display-flex{
    display: flex;
}
.align-center{
    align-items: center;
}
.align-stretch{
    align-items: stretch;
}
.justify-between{
    justify-content:space-between;
}
.justify-start{
    justify-content:flex-start;
}
.justify-end{
    justify-content:flex-end;
    flex-wrap: wrap;
    
}
.align-start{
    align-self: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-direction-column{
    flex-direction: column;
}
/*index*/
#index{
    background: url(../img/index/bg.jpg) no-repeat;
    height: 100vh;
    min-height: 937px;
    width: 100%;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;    
}
#index .box{    
    width: 800px;
    max-width: 90%;
}
#index .box .login{
    background: rgba(0,123,187,.65);
    border-radius: 5px;
    padding: 60px 20px 60px 30px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;    
}
#index .box .login .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#index .box .login .left span{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
}
#index .box .login .right{
    width: 50%;
}
#index .box .login .question {
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
}
#index .box .login .question #question {
  color: #a90000;
}
#index .box .login .radio .radio-item {
  display: inline-block;
  vertical-align: top;
}
#index .box .login .radio .radio-item input[type="radio"] {
  display: none;
}
#index .box .login .radio .radio-item input[type="radio"]:checked + label {
  border-color: #fff;
}
#index .box .login .radio .radio-item label {
  padding: 15px 5px;
  display: block;
  border: 1px solid transparent;
}
#index .box .login .radio .radio-item label img {
  pointer-events: none;
}
#index .box .login .right .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
}
#index .box .login .right .row > span {
    width: 80px;
    min-width: 80px;
    float: left;
    text-align: center;
    padding-right: 10px;
}
#index .box .login .right p a{
    padding-left: 85px;
    color: #fff;
    display: inline-block;
    margin: 8px 0;
}
#index .box .login .right .row input{
    width: calc(100% - 80px);
    padding: 10px;
    border-radius: 3px;
}
#index .box .login .right .row + .row{
    margin-top: 20px;
}
#index .box .login .right h1{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}
#index .box .login .right .radio{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#index .tabs-content-wrap .btn{
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    padding: 10px 12px;
    border:0;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #ffffff 0%, #d7d7d7 40%, #ffffff 100%, #7db9e8 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d7d7d7 40%,#ffffff 100%,#7db9e8 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#d7d7d7 40%,#ffffff 100%,#7db9e8 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#index .tabs-content-wrap .btn:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b3b3b3 48%, #ffffff 100%, #7db9e8 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b3b3b3 48%,#ffffff 100%,#7db9e8 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#b3b3b3 48%,#ffffff 100%,#7db9e8 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#index .news h2 {
    font-size: 18px;
    color: #1c6b96;
    position: relative;
    padding: 0;
    margin-top: 0;
}
#index .news {
    margin: 10px 0;
    padding: 25px;
    background: rgba(255,255,255,.9);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#index .news .news-box {
    border-bottom: 2px solid #c1beb5;
    border-top: 2px solid #c1beb5;
    margin: 0;
    max-height: 185px;
    overflow: hidden;
}
#index .news .news-box table{
    margin-bottom: 0;
    max-height: 185px;
    overflow: hidden;
}
#index .news .news-box td {
    border-top: 1px dashed #c3c1b5;
    line-height: 1;
    padding: 0;
}
#index .news .news-box td:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
}
#index .news .news-box tr:first-child td{
    border-top: none;
}
#index .news .news-box .date {
    display: block;
    float: right;
    color: #7f7f7f;
    padding: 10px;
    margin-left: 10px;
    width: 200px;
    text-align: right;
    font-size: 16px;    
}
ol, ul {
    list-style: none;
    padding: 0;
}
#index .news h2 .control {
    position: absolute;
    right: 0;
    top: 0;
  }
#index .news h2 .control a {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
  }
#index .news h2 .control a.btn-prev {
    background-image: url(../img/index/icon_arrow_b_l.png);
  }
  #index .news h2 .control a.btn-next {
    background-image: url(../img/index/icon_arrow_b_r.png);
  }
#index .news .news-box a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}
#index .news .news-box #table_body_result td>div{
    max-width: 520px;
    float: left;
}
#index .news .news-box a:hover {
    color: #00a0e9;
}
/*//index*/
@media screen and (min-width: 576px)and (max-width: 767px){
#index .box .login .left{
    min-width: 200px;
    padding: 0 10px; 
}
#index .box .login .left img{
    width: 80%;
}   
#index .box .login .right {
    width: 90%;
}
#index .box .login .left span{
    font-size: 18px;
}
#index .box .login{
    padding: 60px 20px 60px 20px;
}
#index .news .news-box #table_body_result td>div {
    width: calc(100vw - 120px);
    float: left;
}
}
@media screen and (max-width: 575px){
#index .box .login{
    display: block;
    padding: 20px 20px 40px;
}
#index .box{
    margin: 20px auto;
}
#index {
    background: url(../img/index/bg.jpg) no-repeat;
    height: 100%;
    min-height: auto;
    width: 100%;
    position: relative;
    background-size: cover;
}
#index .box .login .left img{
    width: 100px;
}
#index .box .login .left span{
    font-size: 18px;
}
#index .box .login .right {
    width: 100%;
}
#index .box .login .right form {
    width: 100%;
}
#index .box .login .right .row > span {
    width: 50px;
    min-width: 50px;
}
#index .box .login .right .row input {
    width: calc(100% - 50px);
}
#index .box .btn-block>span{
    display: none;
}
#index .news .news-box a{
    width: 60vw;
}      
}


/*特殊*/
@media screen and (max-width: 419px){
#index .news .news-box a {
    width: 45vw;
}
}
@media screen and (max-width: 890px){
#index .news .news-box .date{
    width: 100px;
}
#index .news .news-box #table_body_result td>div {
    width: calc(100% - 120px);
    float: left;
}
}
/*//特殊*/