

/*子子頻道編輯挑選*/
	
	.col_left{
		margin-bottom:20px;	
	}
	
	.main_1,.main2 {
		overflow:hidden;
		}
		
	.main_1 img{
		width:100%;
	}

	.main_2{
		margin-bottom:5px;
	}
	
	.main_2 img{
		width:95%;
	}

	.main2_title{
		margin-bottom:10px !important;
		border-bottom:1px #ccc dotted;
		padding-bottom:10px;
	}	
	
	
/*最新報導LIST*/


	.thumbnail{
		float:left;
		width:160px;
		margin-right:10px;
	}
	

	.agenda_header{
		border-top: 2px solid #f08200;
		padding: 5px 0;
		border-bottom: 1px #ccc solid;
		margin: 0 0 5px 0;
	}

	.wsn_header{
		border-top: 2px solid black;
		padding: 5px 0;
		border-bottom: 1px #ccc solid;
		margin: 0 0 5px 0;
	}

	.wsn_wrapper p,.agenda_wrapper p{
		width:100%;
		font-size:20px;
		padding-right:0px !important;
	}
	
	.wsn_header h4, .agenda_header h4{
		padding-left:20px;		
	}
	
	.wsn_wrapper_list .col-md-12{
		border-bottom: 1px #ccc solid;
		/*height:130px;*/
		padding-bottom:5px;
		padding-top:5px;
	}
	
	.wsn_wrapper_list p{
		padding-bottom:0px !important;
	}
	
	.wsn_wrapper2 .wsn_wrapper2_list{
		height:150px;
        margin-bottom:10px;
	}
	
	.wsn_wrapper2_list p{
		margin-bottom:10px !important;
	}

	
/*議題精選*/

	.agenda_wrapper{
		background-color:rgba(251,243,220,0.8);
		padding:0 5 !important;	
	}
	
	.agenda_wrapper2 .agenda_cluster{
		padding-bottom:10px;
	}
	
	.agenda_wrapper2 .agenda_header,.agenda_wrapper2 .agenda_cluster{
		background-color:rgba(251,243,220,0.8);
		padding:0 5 !important;	
	}
	
	.agenda_wrapper2 .agenda_header{
		margin-bottom:0 !important;
	}
	
	.agenda_wrapper2 .agenda_cluster{
		padding-top:5px !important;
	}


	
	
	.agenda_img{
		width:100%;
		margin:auto;
		text-align:center;
	}
	
	.agenda_wrapper img {
		width:100%;
	}	
	
	
	.agenda_wrapper p {
		width:100%;
		margin:5px 0px !important;
		padding:0 0 !important;
		padding-bottom:15px !important;
		border-bottom: 1px #ccc solid;		
	}
	
	.agenda_wrapper h5 {
		width:100%;
		margin:5px 0px !important;
		padding:0 0 !important;
		padding-bottom:15px !important;
		border-bottom: 1px #ccc solid;		
	}

	.related_channel_title h5 {
		width:100%;
		margin:5px 0px !important;
		padding:0 0 !important;
		padding-bottom:15px !important;
		border-bottom: 1px #ccc solid;		
	}

	.agenda_cluster{
		margin-bottom:10px;
	}
	
	.agenda_wrapper2 img{
		width:100%;
	}
	
	.agenda_wrapper2 p{
		font-size:22px;
		/*font-weight:300;*/
		padding:0 0!important;
		margin-bottom:5px  !important;
	}
	
	.agenda_wrapper2_list p{
		font-size:22px;
		font-weight:300;
		margin-bottom:20px !important;
		padding:0 0 !important;
	}
	
	.agenda_wrapper3_list p{
		font-size:18px;
		font-weight:300;
		margin-bottom:10px !important;
		padding:0 0 !important;
	}
	
	.agenda_wrapper2_list >.thumbnail img{
		width:200px !important;
	}
	.agenda_wrapper2_list .thumbnail{
		padding:0px 0px  !important;	
	}
	.agenda_bb{
	border-bottom:1px #ccc solid;
	background-color:rgba(251,243,220,0.8);}
	
/*tag*/
	.list_tag_button {
		-webkit-border-radius: 17;
		-moz-border-radius: 17;
		border: 1px solid #fd920c;
		border-radius: 17px;
		font-family: 微軟正黑體, arial, sans-serif;
		font-weight: 280;
		color: #000000 !important;
		font-size: 14px;
		background: #fff;
		background-color: transparent;
		padding: 1px 9px 2.5px 9px;
		text-decoration: none;
		display: inline-block;
		margin: 5px 5px 5px 5px;
	}
	
	/*.wsn_wrapper2 .thumbnail{
		width:200px !important;
		margin-right:20px !important;
	}*/
	
	.wsn_wrapper2 p{
		font-size:25px;
		font-weight:300;
		margin-bottom:0px !important;
	}
	
	.timecode{
		    position: absolute;
			bottom: 20px;
			right: 20px;
			font-size:18px;
			font-weight:100;
			color:#bbb;
	}
	
	
	
	@media(max-width:767px){
       .wsn_wrapper p,.agenda_wrapper2_list p{
		   /*height:110px!important; mobile時，最新報導的高度要auto*/
	   }
	   .wsn_wrapper2 .thumbnail,.agenda_wrapper2_list .thumbnail{
		   width:200px;
	   }
	   	.wsn_wrapper2 p,.agenda_wrapper2_list p{
			font-size:20px;
			font-weight:300;
			height:110px;
			margin-bottom:0px !important;
		}
		.wsn_wrapper2_list,.agenda_wrapper2_list{
			height:110px;
		}
	}

