
.tbl
{
    width: 100%;

    border-top: 2px solid #737373;
    border-left: 1px solid rgb(220,220,220);
    border-right: 1px solid rgb(220,220,220);
}
.tbl thead tr th
{
    font-size: 1rem;
    font-weight: 400;

    position: relative;

    padding: 10px 0;
    line-height: 1.3rem;

    text-align: center;
    vertical-align: middle;

    color: #2d2d2d;
    border-left: 1px solid rgb(220,220,220);
    border-bottom: 1px solid rgb(220,220,220);
    background-color: #f3f3f3;
}


.tbl tbody tr th
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    
    /*padding-left: 20px;*/
    padding: 10px 20px;
    background-color: #f3f3f3;
    text-align: left;
    /*text-align: center;*/

    color: rgb(30,30,30);
    border-right: 1px solid rgb(220,220,220);
    border-bottom: 1px solid rgb(220,220,220);
    border-left: 1px solid rgb(220,220,220);
}

.tbl tbody tr td
{
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7rem;

    padding: 10px 0;
    padding-left: 20px;

    /*text-align: center;*/
    vertical-align: middle;

    color: rgb(30,30,30);
    border-bottom: 1px solid rgb(220,220,220);
    border-left: 1px solid rgb(220,220,220);
}

.tbl tfoot th {
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.7rem;

   padding-left: 10px;
   background-color: #f3f3f3;
   text-align: center;

   color: #08459c;
   border-right: 1px solid #b9c4cc;
   border-bottom: 1px solid rgb(220,220,220);
   /*border-left: 1px solid rgb(220,220,220); */
}
.tbl tfoot td
{
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.7rem;

    padding: 10px 0;
    padding-left: 10px;

    text-align: center;
    vertical-align: middle;

    color: rgb(30,30,30);
    border-bottom: 1px solid rgb(220,220,220);
    border-left: 1px solid rgb(220,220,220);
}


/* 
.tbl tbody tr:nth-child(even) td
{
    background-color: #f3f3f3;
}
.tbl tbody tr:nth-child(even) td[rowspan]
{
    background-color: #fff;
}
 */




.pagination
{
    display: table;

    margin: 40px auto;
    padding-left: 0;

    text-align: center;

    border-radius: 4px;
}

.pagination > li
{
    display: inline;
}

.pagination > li > a,
.pagination > li > span
{
    /*font-size: 1.3em;*/
    line-height: 1.3em;

    position: relative;

    float: left;

    margin-left: -1px;
    margin-left: 3px;
    padding: 7px 12px;

    text-decoration: none;

    color: #444;
    border: 1px solid #ddd;
    background-color: #fff;
}

.pagination > li a.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span
{
    margin-left: 0;
    /* border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; */
}

.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    /* border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; */
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    z-index: 3;

    color: rgb(120,120,120);
    border-color: #ddd;
    background-color: #eee;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    z-index: 2;

    cursor: default;

    color: #fff;
    border-color: rgb(120,120,120);
    background-color: rgb(120,120,120);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover
{
    cursor: not-allowed;

    color: #777;
    border-color: #ddd;
    background-color: #fff;
}




.searchbox
{
    display: inline-block;

    width: 100%;
    /*margin: 2em auto;*/
    padding: 13px;
    padding: 2em;

    text-align: center;
    vertical-align: middle;

    border: 1px solid rgb(180,180,180);
}
.searchbox .searchboxWrap
{
    /*border: 1px solid #000;*/
    display: table;

    min-width: 500px;
    max-width: 700px;
    margin: auto;

    text-align: center;
}

.searchbox input[type='search']
{
    /*font-weight: 500;*/

    display: inline-block;
    float: left;

    width: 340px;
    height: 30px;
    padding-left: 15px;

    color: #C5C5C5;
    border: none;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}

.searchbox button[type='submit']
{
    float: left;

    width: 35px;
    height: 30px;

    cursor: pointer;

    border: none;
    border: 1px solid #c5c5c5;
    background-color: transparent;
    background-image: url(../img/search-btn.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 20px 20px;
}



/***** notice type *****/
.noticeDiv
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
}

.noticeDiv mark.se
{
    font-size: .9em;
    font-weight: normal;

    padding: 2px 5px;

    color: #fff;
    border: 1px solid gray;
    background-color: darkcyan;
    /*display: inline-block;*/
}
.noticeDiv mark.re
{
    font-size: .9em;
    font-weight: normal;

    margin: 0 5px;
    padding: 2px 5px;

    color: #fff;
    border: 1px solid gray;
    background-color: indigo;
}

.noticeDiv ul
{
    margin: 0;
    padding: 0;
}

.noticeDiv ul li
{
    position: relative;
    z-index: 1;

    float: left;
    /*width: 257px;*/

    width: 33.3%;
    height: 227px;
    margin: 0;
    padding: 0;
}

.noticeDiv ul li a
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 100%;*/
    height: 96%;
    margin: 0 2%;
    padding: 5%;

    border: 1px solid rgb(180,180,180);
    outline: 1px solid transparent;
    background-color: rgb(250,250,250);
}
.noticeDiv ul li a.not
{
    border: 1px solid #0c54a0;
}

.noticeDiv ul li a:hover
{
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%; */
    /*left: 0;*/
    /*top: 0;*/
    z-index: 2;

    border: 2px solid #d84727;
    /*outline: 1px solid #d84727;*/
}

.noticeDiv ul li a .conf
{
    position: relative;

    overflow: hidden;

    height: 100%;
    /*width: 207px;*/
    margin: .5em auto 0;
    padding: 0;
}

.noticeDiv ul li a .conf .newspaper
{
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;

    display: inline-block;

    margin: 0 0 8px 0;
    padding: 0 10px;

    color: #fff;
    border-radius: 10px;
    background: #d84727;
}

.noticeDiv ul li a .conf .tit
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    color: #333;
}

.noticeDiv ul li a .conf .subject
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    padding: 0 0 30px 0;

    color: #333;
}

.noticeDiv ul li a .conf .txt
{
    font-size: 13px;
    line-height: 1.4rem;

    overflow: hidden;

    height: 90px;
    padding: 10px 0;

    text-overflow: ellipsis;

    color: #666;
}
.noticeDiv ul li a .conf .txt img
{
    max-width: 50%;

    vertical-align: middle;
}

.noticeDiv ul li a .conf .txt > span
{
    display: block;

    margin-top: 1em;
}

.noticeDiv ul li a .conf .day
{
    font-size: 13px;
    font-weight: normal;

    position: absolute;
    bottom: 2%;

    width: 100%;
    padding: 14px 0 0 0;

    color: #aaa;
    border-top: 1px rgb(220,220,220) solid;
}

.noticeDiv ul li a .conf .day span
{
    font-size: 13px;
    font-weight: normal;

    float: right;

    text-align: right;
}


.cutome-thema-select.ui-selectmenu-button
{
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: left;
    overflow: hidden;

    height: 30px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 1px solid #c5c5c5;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon
{
    position: absolute;
    right: 2em;
    left: auto;

    margin-top: -12px;
}


.cutome-thema-select.ui-selectmenu-button span.ui-icon:before
{
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 10px;
    left: 0;

    padding-right: .5em;

    content: '\f0dd';
    text-decoration: inherit;

    color: #9b9b9b;
}


.cutome-thema-select.ui-selectmenu-button span.ui-selectmenu-text
{
    line-height: 30px;

    display: block;
    overflow: hidden;

    padding-left: 20px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cutome-thema-select-drop.ui-menu
{
    position: relative;
    z-index: 300;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    background-color: #c5c5c5;
}


.cutome-thema-select-drop.ui-menu .ui-menu-item
{
    line-height: 30px;

    position: relative;

    min-height: 0;
    margin: 0;
    padding-left: 20px;

    cursor: pointer;

    border-bottom: 1px solid #dfdfdf;
    background: transparent url('../img/icon/icon_select_arrow.svg') 95% center no-repeat;
}

.cutome-thema-select-drop.ui-menu .ui-menu-divider
{
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}
.cutome-thema-select-drop.ui-menu .ui-state-focus,
.cutome-thema-select-drop.ui-menu .ui-state-active
{
    font-weight: bold;

    color: #fff;
    background-color: #9b9b9b;
}



/***** view *****/
.viewHead
{
    position: relative;

    border-top: 1px #644734 solid;
}

.viewHead:after
{
    display: block;
    clear: both;

    content: '';
}

.viewHead .subject
{
    font-size: 15px;
    line-height: 1.2;

    position: relative;

    padding: 14px 170px 14px 26px;

    color: #333;
    border-right: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
    border-left: 1px #dbdbdb solid;
    background: #fafafa;
}

.viewHead .subject:after
{
    display: block;
    clear: both;

    content: '';
}

.viewHead .subject .day
{
    font-size: 13px;

    position: absolute;
    top: 18px;
    right: 25px;

    color: #666;
}

.viewHead .subject .day span
{
    font-size: 13px;

    color: #333;
}

.viewHead .subject.ty
{
    background: #f7f4f3;
}

.viewHead .file
{
    line-height: 1.2;

    padding: 14px 25px 14px 26px;

    text-align: right;

    border-right: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
    border-left: 1px #dbdbdb solid;
}

.viewHead .file span
{
    font-size: 13px;
    line-height: 1.2;

    position: relative;

    padding: 4px 0 4px 20px;

    color: #666;
    /*background: url('../images/ico/ico_file.gif') left 4px no-repeat;*/
    /*border: 1px solid #000;*/
}

.viewHead .file span:before
{
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    padding-right: .5em;

    content: '\f0c7';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}

.viewHead .file a
{
    font-size: 13px;
    line-height: 1.2;

    text-decoration: underline;

    color: #166e9b;
}

.viewContent
{
    padding: 40px 60px;

    border-right: 1px #dbdbdb solid;
    /*   font-size: 13px;
    color: #666;
    line-height: 1.4; */
    border-left: 1px #dbdbdb solid;
}

.contentWrite
{
    border-bottom: 1px #dbdbdb solid;
}

.viewContent mark.qu
{
    font-size: .9rem;
    font-weight: normal;

    display: block;

    width: 100px;
    margin: 15px;
    padding: 2px 5px;

    text-align: center;

    color: #fff;
    border: 1px solid gray;
    background-color: deepskyblue;
}
.viewContent mark.re
{
    font-size: .9rem;
    font-weight: normal;

    display: block;

    width: 100px;
    margin: 15px;
    padding: 2px 5px;

    text-align: center;

    color: #fff;
    border: 1px solid gray;
    background-color: indigo;
}

.viewContent:after
{
    display: block;
    clear: both;

    content: '';
}

/***** pre next table*****/
.preNext
{
    overflow: hidden;

    width: 100%;

    border-top: 1px #cacaca solid;
}

.preNext table
{
    font-size: 12px;

    width: 100%;

    border-spacing: 0;

    border-width: 0;
    border-style: none;
}

.preNext th
{
    font-size: 13px;

    padding: 14px 0 13px 0;

    text-align: left;
    vertical-align: middle;

    color: #666;
    border-width: 0 0 1px 1px;
    border-style: none none solid solid;
    border-color: #cacaca;
    background: #f8f8f8;
}

.preNext th span
{
    font-size: 13px;

    padding: 0 27px 0 26px;

    color: #666;
}

.preNext th span.pre
{
    position: relative;
}

.preNext th span.pre:after
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 18px;*/

    padding-right: .5em;

    content: '\f106';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}

.preNext th span.next
{
    position: relative;
}

.preNext th span.next:after
{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 18px;*/

    padding-right: .5em;

    content: '\f107';
    text-decoration: inherit;
    /*--adjust as necessary--*/

    color: #666;
}


.preNext td
{
    font-size: 13px;
    line-height: 1.2;

    padding: 14px 10px 13px 20px;

    text-align: left;
    vertical-align: middle;

    color: #666;
    border-width: 0 1px 1px 0;
    border-style: none solid solid none;
    border-color: #cacaca;
}

.preNext td a
{
    color: #666;
}