.borderbox{border: 2px solid #f8f8f8;padding: 40px;}
.bimg{ width: 100%}
.title h2{     color: #1898d7; /* font-weight: bold; */font-size: 32px;}
.picpadding{border: 2px solid #f8f8f8; padding:30px 40px; margin-bottom: 3rem;}
.picpadding .memo h2{ color: #1898d7; font-weight:normal;}
.picpadding .memo h6{ font-size: 18px; color: #6f6f6f; font-weight: normal;line-height: 40px;}

.tabmenu , .tabmenu li{ list-style: none;padding: 0; margin: 0;}
.tabmenu li{ float: left; background: #f1f1f1; padding: 10px 25px; margin-right: 10px;}
.tabmenu li.on{ background: #1898d7; color: #fff}
.memo1{ line-height: 30px;}


.newslist { margin-bottom: 40px;}
.newslist h2 a{ font-size: 26px;}
.newslist h6{ font-size: 14px; line-height: 30px;}
.newslist p{ color: #999; font-size: 14px;} 

.downlist { font-size: 14px; border-bottom: 1px dashed #ccc; }
.downlist h6 {height: 3rem; line-height: 3rem; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.downlist h6 span{ float: right; background:#009BDD; border-radius: 6px; line-height: 2rem; padding: 0 15px; color: #fff; font-size: 14px; margin-top: .5rem;}
.downlist h6 span a{ color: #fff; font-size: 12px;}


.pager{ text-align: center; padding-bottom: 40px;}
.pager span{margin: 0 5px;}
.pager a{ font-size: 14px; color: #000}


/*login css*/
.loign-box{
    -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin: 3rem auto;
    padding: 30px;
}
.loign-box h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #000000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fff;
}
.loign-box .form-group {
    margin-bottom: 30px;
}
.loign-box .form-control {
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.loign-box .form-control:focus{
    background-color: #fff;
    border-color: #999;
    outline: 0;
}
.loign-box  label{color: #848484;}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    background: #33cccc;
    color: #ffffff;
    -webkit-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -moz-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    -o-box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);
    box-shadow: -2px 10px 20px -1px rgba(51, 204, 204, 0.4);

}