@charset "utf-8";
/* CSS Document */
/*POST index.asp*/
.post_list{
background-color: #FFF;
   cursor: pointer;
   
	border: 1px solid #666;
    width: 100%;
	font-weight: bolder;
    margin-bottom: 10px;
    border-radius: 15px;
	color:#97bfdb;
}

.post_list .date span{
   float: left;
   
}
.post_list .tid a{
    color: inherit;
}
.post_list .tid{
    width:12%;
}
.post_list .title{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width:46%; 
}
.post_list .cname{
    width:12%;
    text-align: center;
    float: right !important;
}
.post_list .pdate{
    width:15%;
    text-align: center;
    float: right !important;
}
.post_list .hit{
    width:15%;
    text-align: center;
    float: right !important;
}
.post_list .date{
	display: flex;
}
.post_list a
{
	font-size: 25px;
    color: #666 !important;
    font-weight: bolder;
	display:block;
	width:100%;
}
.post_list:hover ,.post_list:hover a
{
	background-color:#7c9bff;
	color:#FFF !important;
}
.teatitle
{
	color:#7c9bff;
font-weight:bolder;

}
 label
{
	width: 300px;
}
@media screen and (min-width:1200px) {
.post_list .tid{
    width:10%;
}
.post_list .title{ 
    width:54%; 
}
.post_list .cname{
    width:12%;
}
.post_list .pdate{
    width:12%;
}
.post_list .hit{
    width:12%;
}
}
@media screen and (max-width:768px) {
.post_list .date {
    display: block; 
}
.post_list .tid{
    width:5em;
}
.post_list .title{ 
    width: 100%;
    position: absolute;
    padding-left: 6em;
    left: 0;
    padding-right: 1em; 
}
.post_list .cname{
    width: auto;
	color:#9e9e9e;
}
.post_list .pdate{
    width: 90px;
	color:#9e9e9e;
}
.post_list .hit{
	display:none;
}
}
.post_list_control{
	width: 100%;
    text-align: right;
	margin-bottom:10px;
}
.post_list_controlform{
	display:inline-block;
}
.post_list_controlform label input{
	height: 30px;
    font-size: 15px;
    border: 1px solid #7c9bff;
    display: inline;
    width: auto;
    border-radius: 0px;
    margin: 0px;
    background-position: right;
    padding: 0px 10px;
    width: 180px;
    background-color: white;
}
.post_list_control .select2{
	height: 30px;
    font-size: 15px;
    border: 1px solid #959595;
    display: inline;
    width: auto;
    border-radius: 0px;
    margin: 0px;
    background-position: right;
    padding: 0px 10px;
    width: 7em;
    background-color: white;
}
.post_msgbtn {
	display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.post_msgbtn a {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 3px;
    text-decoration: none;
    background-color: #eaac00;
    transition: all 0.2s ease;
	
}
.post_msgbtn a:hover {
    background-color: #d39d05;
}

/*index-1.asp*/
.post_index1{
    /*background-color: white;
    border: 1px solid #ddd;
    padding: 15px;*/
}
.post_index1  .media-body{
	background-color: white;
    border: 1px solid #ddd;
    padding: 15px 20px;
}
.post_index1  .media-body p{
	margin:0px;
}

@media screen and (max-width: 768px) {
.media .media-object{
	width:50px;
}
}

.index1_title font{
	display: inline-block;
    color: #666;
    font-size: initial;
    padding-left: 30px;
}
.post_index1 hr{
    border-top: 1px solid #DDD;
}
.media-heading{
     line-height: 24px;
}
.media-heading font{
	color: #b4b4b4;
    font-size: 15px;
	display: block;
    padding: 0;
}
@media screen and (max-width: 768px) {
.index1_title font {
    padding: 0;
	display:block;
}
.teatitle img
{
	width:11%;
}
}
.alert{
    margin-top: 20px;
    margin-bottom: 0px;
}
/*箭頭*/
.post_arrows1{
    border: solid #f0b50d00;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgb(190, 190, 190);
    border-width: 8px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-left: -36px;
	margin-top: 10px;
}
.post_arrows2{
    border: solid #f0b50d00;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgb(190, 190, 190);
    border-width: 8px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-left: -10px;
    margin-top: 27px;
}

@media screen and (max-width: 768px) {
.post_arrows1{
    margin-top: 2px;
}
.post_arrows2{
    margin-top: 19px;
}
}
/*----------------*/

.form_list .font_m_files{
    position: absolute;
    right: 0;
	padding-right:15px;
}
.form_select select{
    height: 45px;
    font-size: 15px;
    display: inline;
    width: auto;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
	
    background-position: right;
    padding: 0px 10px;
    background-color: white;
	width: 100%;
}

/*好站連結*/
.linkslist{
	background-color: #FFFFFF;
    border: 1px solid #DDD;
    padding: 8px 15px;
    width: 100%;
    margin-bottom: -1px;
	float:left;
}
.linkslist div{
	word-break: break-all;
	padding: 0 5px;
}
.linkslist div a{
	color:inherit;
}
.linkslist div a:hover{
	color:#18a0a0;
}
.linkslist .col-xs-8 a{
	color:#18a0a0;
}
.linkslist div a:hover{
	color: #23527c;
}
.caption{
	text-align:center;
}



