@charset "utf-8";
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #d35959;
	text-decoration: none;
}
a:active {
	color: #d35959;
	text-decoration: none;
}
#phablet {
	width: 100%;
	font-size: 1rem;
	line-height: 1.4rem;
}
#desktop {
	width: 100%;
	height: auto;
	font-size: 1rem;
	line-height: 1.6rem;
}
@media screen and (min-width: 10px) {  /*電腦版專用*/
	#phablet {
		display: none;
	}
    body {
        font-family: Arial, "微軟正黑體";
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        margin: 0;
		background-color:#ffffff;
    }
	.header {
		min-width: 1170px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.content {
		width: 1170px;
		min-height:400px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		background: linear-gradient(to left, #ffffff 885px, #f5f5f5 285px);
	}
	.footer {
		min-width: 1170px;
		width: 100%;
		height: 70px;
		background-color: #DDDDDD;
		text-align: center;
	}
	.footer a {
		color: #000000;
	}
	.footer_con {
		width: 1170px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		vertical-align: middle;
		color: #000000;
		font-size: 0.8rem;
		line-height: 1.2rem;
		text-align: center;
		display: inline-block;
		position: relative;
	}
	.headercon {
		width: 1170px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.logo {
		width: 100%;
		height: 100px;
	}
	.box {
		min-height: 250px;
		margin: 0 auto;
		padding: 0;
		background-position: center center;
	}
	.boxcon {
		width: 1170px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.box p {
		padding: 20px;
		background: rgba(255, 255, 255, .7);
		filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2FFFFFF,endcolorstr=#B2FFFFFF,gradienttype=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF)";
		zoom: 1;
		letter-spacing: 1px;
	}
	.box p + p {
		margin-top: 20px;
	}

	/*上方主選單*/
	.menubox {
		height: 30px;
		
	}
	#mainmenu a{
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
		color: #333333;
		width: auto; 
		float: left; 
		padding: 4px 2px 2px 2px; 
		margin: 0 0 0 30px;
	}
	#mainmenu a:hover {
		color: #196564;
		border-bottom: 4px solid #269897;
	}
	#mainmenu_n a{
		box-sizing: border-box;
		font-size: 18px;
		line-height: 24px;
		color: #196564;
		width: auto; 
		float: left; 
		padding: 4px 2px 2px 2px; 
		margin: 0 0 0 30px;
		border-bottom: 4px solid #269897;
	}
	#mainmenu_n a:hover {
	}
	/* 下拉清單的樣式 */
	.sub-menu {    
		color: #333333; 
		background-color: #FFFFFF; 
		margin: 7px 0 0 -20px; 
		padding: 0;
		list-style-type: none; 
		position: absolute;
		box-shadow: 1px 1px 1px 1px #cccccc;
		border-radius:10px;
	}
	.sub-menu a {

		padding: 7px 20px 7px 20px;
		text-align: left; 
		display: block; 
		text-decoration: none; 
		color: #333333;
	}
	.sub-menu a:hover {    
		text-decoration: none;     
	}
	/* 下拉清單每一列的樣式 */
	.sub-menu li {
		text-align: left; 
	} 
	.sub-menu li:hover {
		text-shadow:3px 3px 3px #CCCCCC;
	}	
	/*上方主選單定義結束*/
	
	/*左側內容*/
	.conleft {
		width: 830px;
		float: left;
		height: 100%;
		min-height: 400px;
	}

	/*右側主選單定義開始*/
	.conright {
		width: 270px;
		height: 100%;
		float: left;
	}
	.rmenu_ul {
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		line-height: 1.1rem; 
	}
	.rmenu_li {
		list-style: none;
		height: auto;
		margin: 0;
		overflow: hidden;
		text-align: left;
	}
	.rmenu_li a {
		padding: 12px 10px 12px 10px;
		border-bottom: 1px solid #CCCCCC;
		display: block;
		overflow: hidden;
	}
	.rmenu_li a:hover {
		background-color: #196564;
		border-bottom: 1px solid #196564;
		color: #FFFFFF;
	}
	.rmenu_li_n {
		list-style: none;
		height: auto;
		margin: 0;
		border-bottom: 1px solid #196564;
		overflow: hidden;
		text-align: left;
		background-color: #269897;
		color: #FFFFFF;
	}
	.rmenu_li_n a {
		padding: 12px 10px 12px 10px;
		display: block;
		overflow: hidden;
		background-color: #196564;
		color: #FFFFFF;
	}
	.rmenu_li_n a:hover {
		background-color: #196564;
		color: #FFFFFF;
	}


	.rinfo {
		height: auto;
		font-size: 1rem;
		line-height: 1.2rem; 
		background-color: #DDDDDD;
		margin: 0;
		padding: 0;
	}
	.rinfo a {
		display: block;
		background-color: #DDDDDD;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.rinfo a:hover {
		color: #000000;
		background-color: #CDCDCD;
	}
	.rinfo_topic {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		padding:6px 10px 0 10px;
	}
	.rinfo_txt {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		padding:6px 10px 0 10px;
	}
	/*右側主選單定義結束*/
	
	.list_1col_ul {
		margin: 0 30px 0 0;
		padding: 0;
	}
	.list_1col_li {
		list-style: none;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 0;
		overflow: hidden;
	}
	.list_1col_li a {
		display: block;
		overflow: hidden;
	}
	.list_1col_li a:hover {
		background-color: #EEEEEE;
	}
	.list_1col_img_150 {
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
		float: left;
		width: 150px;
		height: 150px;
		box-shadow:4px 4px 3px rgba(60%,60%,60%,0.5);
	}
	.list_1col_topic {
		margin: 0;
		padding: 4px 0 0 0;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #333333;
	}
	.list_1col_txt {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.1rem;
	color: #7C7C7C;
	}
	
	.list_2col_ul {
		margin: 0;
		padding: 0;
	}
	.list_2col_li {
		list-style: none;
		width: 400px;
		height: auto;
		font-size: 1rem;
		line-height: 1.2rem; 
		margin: 0 30px 0 0;
		padding: 0;
		overflow: hidden;
		float: left;
	}
	.list_2col_li a {
		display: block;
		overflow: hidden;
	}
	.list_2col_img_150 {
		margin: 0 4px 0 0;
		padding: 0;
		position: relative;
		float: left;
		width: 150px;
		height: 150px;
	}
	.list_2col_topic {
		margin: 0;
		padding: 0;
		font-size: 1.2rem;
		line-height: 1.5rem; 
		color: #000000;
	}
	.list_2col_txt {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #000000;
	}
	/*方格資料排列↓*/
	.list_box_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_box_02_ul {
		margin: 20px 30px 0 20px;
		padding: 0;
		float: right;
		overflow: hidden;
		
	}

	.list_box_li {
		list-style: none;
		width: 251px;
		height: 190px;
		margin: 0 25px 20px 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		float: left;
	}
	.list_box_li a {
		width: 249px;
		height: 190px;
		display: block;
		overflow: hidden;
	}
	
	.list_box_02_li {
		list-style: none;
		width: 385px;
		height: 300px;
		margin: 0 30px 30px 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		float: left;
	}
	.list_box_02_li a {
		width: 385px;
		height: 300px;
		display: block;
		overflow: hidden;
	}
	
	.list_box_li a:hover {
	}
	.list_box_topic {
		margin: 0;
		padding: 6px 8px 6px 8px;
		box-sizing: border-box;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #CCCCCC;
		position: absolute;
		bottom: 0;
		min-height: 40px;
		width: 100%;
		background-color: rgba(0,0,0,0.50)
	}
	.list_box_txt {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #000000;
	}
	/*方格資料排列↑*/
	
	.path {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #000000;
		font-weight: normal;
	}
	.path_n {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #ababab;
		display: inline;
		font-weight: normal;
	}
	.path_n a {
		color: #ababab;
	}

	/*側邊次選單下方的資料列表*/
	.side_block{
		list-style: none;
		padding: 8px 10px 14px 10px;
		margin: 0 0 0 0;
		background-color: #ACEAE9;
	}
	.side_block a{
		color:#333333;
		overflow: hidden;
		position: relative;
	}
	.side_block:hover{
		background-color: #55D4D3;
	}
	/*側邊次選單下方的資料列表*/
	
	/*條列式資料排列detailedly↓*/
	.list_det_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_det_li {
		list-style: none;
		width: 830px;
		height: auto;
		margin: 0;
		overflow: hidden;
		position: relative;
	}
	.list_det_li a {
		padding: 10px 0 10px 0;
		width: 830px;
		height: auto;
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}
	.list_det_li_odd a {
		background-color: #F6F6F6;
	}
	.list_det_li a:hover {
		background-color: #E3E3E3;
		color: #000000;
	}
	.list_det_sn {
		width: 72px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		text-align: center;
		vertical-align: top;
	}
	.list_det_date {
		width: 142px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
		font-size: 0.9rem;
	}
	.list_det_deadline {
		width: 242px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
		font-size: 0.9rem;
	}
	.list_det_topic {
		width: 492px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}
	.list_det_action {
		width: 92px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}

	.list_dl_sn {
		width: 30px;
		height: auto;
		padding: 0 4px 0 20px;
		float: left;
		vertical-align: top;
	}
	.list_dl_topic {
		width: 500px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}
	/*條列式資料排列↑*/
	.enroll_topic {
		font-size: 1.4rem;
		line-height: 1.4rem;
		color: #333333;
		margin: 0 0 15px 0;
	}
	.enroll_ulblock {
		font-size: 0.9rem;
		line-height: 1.2rem;
		color: #333333;
		width:550px;
		min-height:200px;
		padding:6px 6px 6px 6px;
		border: 2px dashed #999999;
	}
	.enroll_label {
		font-size: 0.9rem;
		line-height: 1rem;
		color: #333333;
		font-weight: bold;
	}
	.enroll_cont {
		font-size: 1rem;
		line-height: 1.2rem;
		color: #333333;
		margin: 2px 0 25px 0;
	}

	.article_txt {
		padding: 0 20px 0 0;
	}
	.article_topic {
		font-size: 1.2rem;
		line-height: 1.5rem;
		height: auto;
		color: #000000;
		overflow:hidden;
		font-weight: bold;
		margin: 0 0 0 0;
	}
	.forum_name {
		padding: 0 60px 0 0;
		color:#7B5400;
	}
	.forum_dscp {
		padding: 0 0 0 0;
		margin-left: 2em;
	}

	/*按鈕-會員↓*/
	.btn_mb{
		font-size: 1rem;
		line-height: 1rem;
		border: 1px solid #6DB3D4;
		background-color: #6DB3D4;
		color: #FFFFFF;
		margin: 0 15px 0 0;
		height: 2rem;
	}
	.btn_mb:hover{
		cursor: pointer;
	}
	/*按鈕-會員↑*/
	/*按鈕-表單↓*/
	.btn_form{
		font-size: 1rem;
		line-height: 1rem;
		float: left;
		min-width:100px;
	}
	.btn_form a{
		display: block;
		margin: 0;
		padding: 8px 15px 8px 15px;
		margin: 0 20px 0 0;
		color: #269897;
		border: 1px solid #269897;
		border-radius: 10px
	}
	.btn_form a:hover{
		background-color: #E1F7F7;
		border-color: #269897;
		color: #269897;
	}
	/*按鈕-回上頁↑*/
	/*按鈕-回上頁↓*/
	.btn_back{
		font-size: 1rem;
		line-height: 1rem;
		float: right;
	}
	.btn_back a{
		display: block;
		margin: 0;
		padding: 8px 15px 8px 15px;
		margin: 0 0 0 20px;
		color: #269897;
		border: 1px solid #269897;
		border-radius: 10px
	}
	.btn_back a:hover{
		background-color: #E1F7F7;
		border-color: #269897;
		color: #269897;
	}
	/*按鈕-回上頁↑*/
	
	/*頁碼↓*/
	.tabs{
		text-decoration: none;
		padding: 0;
		font-size: 1rem;
		line-height: 1rem;
		overflow: hidden;
		float: right;
	}
	.tab{
		float: left;
	}
	.tab a{
		background-color: #ffffff;
		border: 1px solid #999999;
		border-radius: 5px;
		text-decoration: none; 
		color: #999999;
		margin: 0 2px 0 2px;
		padding: 5px 5px 5px 5px;
		text-align: center;
		float: left;
		min-width: 16px;
	}
	.tab a:hover{
		background-color: #999999;
		border: 1px solid #999999;
		color: #FFFFFF;
		float: left;
	}
	.tab_n{
		text-decoration: none;
		background-color: #999999;
		border: 1px solid #999999;
		border-radius: 5px;
		color: #FFFFFF;
		margin: 0 2px 0 2px;
		padding: 5px 5px 5px 5px;
		float: left;
		cursor: default;
		text-align: center;
		min-width: 16px;
	}
	/*頁碼↑*/
	
	.search_box {
		font-size: 1rem;
		line-height: 1.8rem;
		color: #333333;
		overflow: hidden;
		padding: 10px 10px 10px 10px;
	}
	.search_box:hover {
		background-color:#F7F7F7;
	}
	.search_sn {
		width: 60px;
		height: 90px;
		float: left;
	}
	.search_img {
		width: 160px;
		height: 90px;
		float: left;
		text-align:center;
		margin: 0 15px 0 0;
		box-shadow:1px 3px 5px 1px #cccccc;
	}
	.search_title {
		float: left;
		width: 200px;
		height: 90px;
		margin: 0 10px 0 0;
	}
	.search_text {
		height: 90px;
		margin: 0 0 0 445px;
	}
}

@media screen and (max-width: 10px) {  /*行動版專用*/
	#desktop {
		display: none 
	}
    html, body
    {
        padding: 0;
        margin: 0;
        background:url(images/content_bg.gif) repeat;
		background-attachment: fixed;
    }
    html
    {
        font-size: 16px;
        height: 100%;
    }

    body {
        background-color: #fff;
        font-family: Arial, "微軟正黑體", "黑體";
        font-size: 1rem;
        line-height: 1rem; 
        color: #666;
        min-height: 100%;
        position: relative;
        -webkit-text-size-adjust: none;
    }
    body *
    {
        text-shadow: none;
    }
    h1, h2, h3, h4, h5, h6
    {
        line-height: 1;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    h1, h2, h3
    {
        font-size: 18px;
    }
    h4, h5, h6
    {
        font-size: 16px;
    }
    p
    {
        margin: 0 0 10px 0;
    }
    a, a:link, a:active, a:visited, a:hover
    {
        color: #333;
        text-decoration: none;
    }
    a.button,
    span.button,
    select,
    input[type="text"]
    {
        box-sizing: border-box;
        border-radius: 5px;
        text-transform: none;
        text-indent: 0;
        font-weight: bold;
        vertical-align: middle;
        line-height: 20px;
        display: block;
        height: 40px;
        width: 100%;
        padding: 10px;
    }
    a.button,
    span.button
    {
        background: #4BD963;
        color: #fff !important;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }
    select,
    input[type="text"]
    {
        background: #fff;
        border: 1px solid #ccc;
    }
    .mm-divider.button
    {
        text-indent: 0 !important;
        padding: 20px 20px 40px 20px !important;
    }

    pre
    {
        font-size: 12px;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    nav:not(.mm-menu)
    {
        display: none;
    }

    .header,
    .footer
    {
        text-align: center;
        background: #EEE;
        font-size: 16px;
        color: #fff;
        line-height: 60px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        width: 100%;
    }
    .header,
    .content,
    .footer
    {
    }
    .header.mm-slideout
    {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header {
        height: 60px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url(images/m_ooo_logo.png);
        background-size: auto 70%;
        padding: 0 60px;
    }
    .header_menu a
    {
        background: center center no-repeat transparent;
        background-image: url(images/menu.png);
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0px;
    }
    .header_btn a
    {
        background: center center no-repeat transparent;
        background-image: url(images/back.png);
        display: block;
        width: 60px;
        height: 60px;
        top: 0;
        float: right;
        margin: 0 -60px 0 0;
    }
    .header a.contacts
    {
    }
    .header a.right
    {
        left: auto;
        right: 20px;
    }
    .content
    {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        position: relative;
    }
    .footer {
        height: auto;
        font-size: 12px;
        line-height: 16px;
        color: #333333;
        padding: 15px 10px 15px 10px;
    }
    .header.mm-fixed + .content
    {
        background-position: 25px 55px;
    }

    .messages
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .messages div
    {
        color: rgba( 0, 0, 0, 0.5 );
        line-height: 18px;
        padding: 10px 20px;
    }
    .messages .error
    {
        background: rgb( 255, 225, 225 );
        border-bottom: 1px solid rgb( 255, 150, 150 );
    }
    .messages .warn
    {
        background: rgb( 255, 255, 200 );
        border-bottom: 1px solid rgb( 200, 200, 150 );
    }

    html.mm-opened.mm-effect-zoom-menu body
    {
        background: #f3f3f3;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-dark body
    {
         background: #333;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-black body
    {
        background: #000;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-white body
    {
        background: #fff;
    }
    html.mm-opened.mm-effect-zoom-menu .mm-page
    {
        background-color: #fff;
    }

    .mm-menu:not( .mm-offcanvas )
    {
        z-index: 10;
    }
    .mm-menu:not( .mm-offcanvas ) + #page
    {
        display: none;
    }
    .mm-menu li .fa
    {
        margin: 0 15px 0 5px;
        font-size: 16px;
        width: 12px;
        text-align: center;
    }
    .mm-tileview li[class*="mm-tile"] .fa
    {
        margin: 0;
        line-height: 0;
    }
    .mm-tileview li[class*="mm-tile"] .fa + span
    {
        display: none;
    }
    .mm-menu .buttonbar-item:after
    {
        content: none !important;
        display: none !important;
    }
    #m_index_block1{
        background-image: url(images/m_ooo_ind_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        text-align: center;
        float:left;
        width:100%;
        height:300px;
        cursor: pointer;
    }
    .art_topic {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.4rem; 
        color: #ffffff;
        margin: 0;
        padding: 8px 4px 8px 4px;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
		box-sizing: border-box;
    }
    .art_txt {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem; 
        color: #000000;
		padding: 0 4px 0 4px;
		box-sizing: border-box;
    }
    .art_label {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.4rem; 
        color: #ffffff;
        margin: 0;
        padding: 8px 4px 8px 4px;
		text-align: center;
		background-color: rgba(0,0,0,0.6);
		box-sizing: border-box;
    }
    .art_imgtxt {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem;
		padding: 0 4px 0 4px;
		box-sizing: border-box;		
        color: #000000;
    }
    .art_img {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem; 
        color: #000000;
    }
    .forum_name {
        font-size: 0.9rem;
        line-height: 1.1rem;
        color:#7B5400;
        width: 100%;
		box-sizing: border-box;
		padding: 0 4px 0 4px;
    }
    .forum_dscp {
        padding: 0 4px 15px 4px;
        margin-left: 1em;
		box-sizing: border-box;
    }
    .top_btn a {
        text-shadow:3px 3px 3px #cccccc;
        width: auto;
        float: left;
        padding: 6px 8px 6px 8px;
        margin: 0 0 0 10px;
        font-size: 1rem;
        line-height: 1rem;
        border: 1px solid #906900;
        background-color: #FFFBF3;
        border-radius: 10px;
    }
    .top_btn a:hover {
        background-color: #FFF1C8;
    }
    .top_btn_n a {
        text-shadow:3px 3px 3px #BBBBBB;
        width: auto;
        float: left;
        padding: 6px 8px 6px 8px;
        margin: 0 0 0 10px;
        font-size: 1rem;
        line-height: 1rem;
        border: 1px solid #906900;
        background-color: #FFF1C8;
        border-radius: 10px;
    }

    .link_btn a {
        text-shadow:3px 3px 3px #cccccc;
        width: auto;
        float: left;
        padding: 5px 10px 5px 10px; 
        margin: 0 0 0 10px;
        font-size: 1rem;
        line-height: 1rem; 
        border: 1px solid #906900;
        background-color: #FFFBF3;
		box-sizing: border-box;
    }
    .link_btn a:hover {
        background-color: #FFF1C8;
    }
    .link_btn_n a {
        text-shadow:3px 3px 3px #BBBBBB;
        width: auto;
        float: left;
        padding: 5px 10px 5px 10px; 
        margin: 0 0 0 10px;
        font-size: 1rem;
        line-height: 1rem; 
        border: 1px solid #906900;
        background-color: #FFF1C8;
		box-sizing: border-box;
    }

    .list_ul {
        margin: 0;
        padding: 0;
    }
    .list_li {
        list-style: none;
        width: 100%;
        height: auto;
        font-size: 1rem;
        line-height: 1.2rem; 
        margin: 0;
        padding: 4px 4px 4px 4px;
        overflow: hidden;
		box-sizing: border-box;
    }
    .list_li_n {
		background-color: #EEEEEE;
    }
    .list_li a {
        display: block;
        overflow: hidden;
    }
    .list_li_150 {
        list-style: none;
        width: 100%;
        height: 150px;
        font-size: 1.2rem;
        line-height: 1.6rem; 
        margin: 0;
        padding: 12px 0 12px 0;
        border-bottom: 1px solid #DDD;
    }
    .list_li_150 a {
        display: block;
        height: 150px;
    }
    .list_img_100 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 100px;
        height: auto;
    }
    .list_img_150 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 150px;
        height: 150px;
    }
    .list_img_200 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 200px;
        height: auto;
    }
    .list_img {
        margin: 0;
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }
    .list_date {
        margin: 0;
        padding: 0;
        font-size: 0.8rem;
        line-height: 1rem; 
        font-weight: 800;
        position: relative;
        color: #000000;
    }
    .list_topic {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 1.3rem; 
        color: #000000;
    }
    .list_txt {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        line-height: 1.1rem; 
        color: #000000;
    }
    .tabs{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.2rem; 
        overflow: hidden;
		display: inline-block;
    }
    .tab{
        float: left;
    }
    .tab a{
        background-color: #ffffff;
        border: 1px solid #333333;
        text-decoration: none; 
        color: #333333;
        margin:0 2px 0 2px;
        padding:8px 4px 8px 4px;
        min-width: 24px;
        text-align: center;
        float: left;
        text-decoration:none;
    }
    .tab a:hover{
        background-color: #DEDEDE;
        border: 1px solid #333333;
        color: #333333;
        float: left;
    }
    .tab_n{
        text-decoration: none;
        background-color: #DEDEDE;
        border: 1px solid #333333;
        color: #333333;
        margin:0 2px 0 2px;
        padding:8px 4px 8px 4px;
        text-align: center;
        min-width: 24px;
        float: left;
        cursor: default;
    }
}

