body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.sat_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 30px 0;
	background: url(../images/sat_top_bg_r.png) right bottom no-repeat, url(../images/sc_bg_l.png) left bottom no-repeat;
}
.sat_top{
	width: 1200px;
	margin: 0 auto;
}
.sat_top .tit, .sat_bot .tit, .sat_new .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.tit img{
	vertical-align: middle;
	margin-right: 5px;
}
.sat_top .left{
	width: 750px;
	float: left;
}
.sat_top .left .text_tit{
	color: #0075a9;
	font-size: 18px;
	
}
.sat_top .right{
	width: 410px;
	float: left;
	padding: 0 20px;
}
.sat_top .right .btn01, .sat_top .right .btn02{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.sat_top .right .btn01{
	width: 167px;
	height: 77px;
	float: left;
	padding: 58px 0 0 200px;
	background: url(../images/sat_top_btn_1.png) no-repeat;
}
.sat_top .right a:hover .btn01{
	background: url(../images/sat_top_btn_1_h.png) no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.sat_top .right .btn02{
	width: 167px;
	height: 117px;
	float: left;
	padding: 47px 0 0 200px;
	background: url(../images/sat_top_btn_2.png) no-repeat;
}
.sat_top .right a:hover .btn02{
	background: url(../images/sat_top_btn_2_h.png) no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.sat_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/sat_bot_bg.gif) center top repeat-x;
}
.sat_bot{
	width: 1200px;
	margin: 0 auto;
}
.sat_bot .right .btn{
	background: #fff;
	color: #a84200;
	padding: 3px 10px;
	float: left;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 0 #ccc;
	border: 1px solid #999;
}
.sat_bot .right a:hover .btn{
	background: #a6937c;
	color: #fff;
}
.sat_bot .left, .sat_bot .right{
	width: 50%;
	float: left;
	padding: 30px 0 0 0;
}
.sat_bot .left .btn{
	width: 100%;
	height: 250px;
	float: left;
	position: relative;
}
.sat_bot .left .btn .btn01, .sat_bot .left .btn .btn02, .sat_bot .left .btn .btn03{
	width: 202px;
	height: 232px;
	position: absolute;
}
.sat_bot .left .btn a:hover .btn01, .sat_bot .left .btn a:hover .btn02, .sat_bot .left .btn a:hover .btn03{
	margin-left: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.sat_bot .left .btn .btn01{
	left: 0;
	background: url(../images/sat_bot_btn_1.png) no-repeat;
}
.sat_bot .left .btn .btn02{
	left: 166px;
	background: url(../images/sat_bot_btn_2.png) no-repeat;
}
.sat_bot .left .btn .btn03{
	left: 332px;
	background: url(../images/sat_bot_btn_3.png) no-repeat;
}
.sat_bot .right .img{
	width: 280px;
	float: left;
}
.sat_bot .right .text{
	width: 320px;
	float: left;
}
.sat_newBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
}
.sat_new{
	width: 1200px;
	margin: 0 auto;
}
.sat_new .ctn{
	width: 100%;
	float: left;
	padding: 30px 0;
}
.sat_new .text{
	width: 850px;
	float: left;
}
.sat_new .text_img{
	width: 350px;
	float: left;
}
.sat_new .list{
	width: 100%;
	float: left;
}
.sat_new .list li{
	width: 48%;
	min-height: 280px;
	float: left;
	padding: 15px 1%;
}
.sat_new .title{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.sat_new .title img{
	vertical-align: middle;
	margin-right: 5px;
}
.sat_new li .text{
	width: 48%;
	padding: 10px 2% 0 0;
	float: left;
}
.sat_new li .img{
	width: 50%;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
}
.sat_new .btn_more{
	width: 64px;
    right: 15px;
    top: 0px;
    height: 37px;
    margin: 0 5px 0 0;
    position: absolute;
    background: url(../images/new_btn_more.png) center 4px no-repeat;
}
.ad{
	width: 100% !important;
	overflow: hidden !important;
}
.hightlight{
	background: #fffbc4;
}
.post{
	margin: 10px auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.source {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
@media screen and (min-width: 768px) and (max-width: 1024px) {
.sat_topBg{
	padding: 0 0 30px 0;
	min-width: 1000px;
}
.sat_top, .sat_new{
	width: 970px;
	padding: 0 15px;
}
.sat_top .left{
	width: 570px;
}
.sat_top .right{
	width: 370px;
	padding: 0 15px;
}
.sat_botBg{
	padding: 0;
	min-width: 1000px;
}
.sat_bot{
	width: 970px;
	padding: 0 15px;
}
.sat_bot .right .img{
	width: 240px;
}
.sat_bot .right .img img{
	width: 90%;
	margin: 15px 0;
}
.sat_bot .right .text{
	width: 245px;
}
.sat_bot .left .btn .btn02{
	left: 136px;
}
.sat_bot .left .btn .btn03{
	left: 272px;
}
.sat_newBg{
	min-width: 1000px;
}
.sat_new .img img{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.sat_topBg{
	min-width: 320px;
	padding: 15px 0 0 0;
}
.sat_top, .sat_new{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sat_top .left, .sat_top .right{
	width: 100%;
	height: auto;
	padding: 0;
}
.sat_top .right .btn01, .sat_top .right .btn02{
	float: none;
	margin: 0 auto;
	background-position: center top;
	width: 75%;
	padding: 58px 0 0 25%;
	text-align: center;
}
.sat_top .right .btn02{
	padding: 47px 0 0 25%;
}
.sat_botBg{
	min-width: 320px;
	padding: 15px 0 0 0;
	background: url(../images/sat_bot_bg_m.gif) center top repeat;
}
.sat_bot{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sat_bot .left, .sat_bot .right{
	width: 100%;
}
.sat_bot .left .btn{
	height: auto;
}
.sat_bot .left .btn .btn01, .sat_bot .left .btn .btn02, .sat_bot .left .btn .btn03{
	position: inherit;
	margin: 0 auto;
}
.sat_bot .right .img, .sat_bot .right .text{
	width: 100%;
	padding: 10px 0;
}
.sat_bot .right .img{
	text-align: center;
}
.sat_newBg{
	min-width: 320px;
}
.sat_new .list{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sat_new .text, .sat_new .list{
	width: 100%;
}
.sat_new .text{
	width: 100%
}
.sat_new .list li, .sat_new li .text, .sat_new li .img{
	width: 100%;
	padding: 15px 0;
}
.sat_new li .text{
	
}
}