@charset "utf-8";
/* CSS Document */
html, body {
	min-width: 1200px;
}
body {
	font-family: "Microsoft Yahei";
	text-decoration: none;
}
.banner {
	background: url(//www.news.cn/zt/2024fxkh/images/banner_2024fxkh.jpg?v1) 50% 0 no-repeat;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.nav_box { width: 100%; height: 70px; background: #2456cb; }
.nav_box a { font-size: 20px; line-height: 70px; color: #fff; margin: 0 42px; }
.nav_box a:hover { color: #ebaf2e; font-weight:bold; }
.head {
	width: 1200px;
	margin: 0px auto 0;
	padding-top: 50px;
}
.content{ width:1200px; height:auto; margin:0 auto;}
.lmtitle{ width:100%; margin:30px 0 15px 0;}
/*大頭條*/
.cover-headline h1 {
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color:#1e46bd;
}
.cover-headline p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.cover-headline a {
	color: #1e46bd;
	font-size: 36px;
}
.cover-headline p a{color: #626262;}
.cover-headline a:hover {
	color: #63b3ff;
}
/*聚焦區*/
.part1 {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.part1-right {
	width: 474px;
	float: right;
	overflow: hidden;
	height: auto;
}
.part1-right h2 {
	font-weight: bold;
	color:#d06214;
	line-height: 28px;
	font-size: 24px;
}
.part1-right h2 a {
	color:#d06214;
}
.part1-right p {
	font-size: 16px;
	margin-top: 15px;
	color: #626262;
	line-height: 30px;
	border-bottom: 1px dotted #535353;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.part1-right p span {
	color: #164392;
}
.part1-right p span a {
	color: #164392;
}
.part1-right li {
	font-size: 18px;
	position: relative;
	color: #535353;
	line-height: 28px;
	padding-left: 20px;
	padding: 18px 0 18px 20px;
}
.part1-right li + li{ border-top:1px dotted #333333;}
.part1-right li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #164392;
	border-radius: 100%;
	position: absolute;
	top: 30px;
	left: 0;
}
.part1-right li a:hover { font-weight:bold; color:#164392}
.part1-right li a + a{ margin-left:10px;}
.part1-left {
	width: 686px;
	height: 388px;
	position: relative;
	float: left;
}
.part1-left .part1-left-button-prev {
	background: url(//www.news.cn/world/cop15/index/images/left.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 216px;
	width: 16px;
	height: 28px;
	z-index: 2;
}
.part1-left .part1-left-button-next {
	background: url(//www.news.cn/world/cop15/index/images/right.png)no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 216px;
	width: 16px;
	height: 28px;
	z-index: 2;
}
.part1-left .swiper-container {
	width: 686px;
	height: 388px;
	margin: 0 auto;
}
.swiper-slide {
	position: relative;
}
.part1-left .swiper-pagination {
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 15px;
	z-index: 2;
}
.part1-left .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.part1-left .swiper-active-switch {
	background: #ec774a!important;
}
.part1-left .swiper-pagination-bullet {
	margin-left: 5px;
}
.part1-left .swiper-pagination-bullet-active {
	background: #2e61e5!important;
}
.part1-left .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
.part1-left .picTitle {
	position: relative;
	width: 686px;
	height: 388px;
	overflow: hidden;
}
.part1-left .picTitle .img img {
	width: 686px;
	height: 388px;
	display: block;
}
.part1-left .picTitle .bg {
	bottom: 0;
	height: 75px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, .65);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}
.part1-left .picTitle .name {
	bottom: 14px;
	color: #fff;
	left: 10px;
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	font-size: 20px;
	width: 90%;
	z-index: 11;
}
.part1-left .picTitle .name a {
	color: #fff;
	text-decoration: none;
}
.mul-play {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 64px;
	left: 18px;
	display: none;
	cursor: pointer;
	z-index: 999;
}
.mul-play img {
	width: 100%;
	height: 100%;
	display: block;
}
.videoPart {
	width: 686px;
	height: 388px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.videoPart iframe {
	width: 686px;
	height: 388px;
}
.videoPart .videoPart-close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 50;
	background: url(//www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}
/*滾動新聞*/
.jsxw {
	width: 1200px;
	height: 50px;
	background:url(//www.news.cn/politics/2023fxbd/images/ssdtbox.png) no-repeat;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
#gd_area {
	margin-left: 150px;
    margin-top: 9px;
	width: 1046px;
	overflow: hidden;
}
.wrap {
	float: left;
	width: 100000px;
}
#gd_content, #gd_scroll {
	float: left;
}
#gd_content li, #gd_scroll li {
	font-size: 18px;
	height: 30px;
	color: #acacad;
	padding-left: 15px;
	margin-right: 15px;
	display: inline;
	float: left;
	line-height: 30px;
	position: relative;
}
#gd_content li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #164392;
	border-radius: 100%;
	position: absolute;
	top: 13px;
	left: 0;
}
#gd_scroll li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #164392;
	border-radius: 100%;
	position: absolute;
	top: 13px;
	left: 0;
}
#gd_content li a, #gd_scroll li a {
	color: #666;
}

/*黨旗飄揚*/
.dqpy {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.dqpy .Blmt {
    margin-bottom: 30px
}

/*圖片列表組件1*/
.picNews1 {
    background: #f1f1f1 url("//www.news.cn/2015/img2015/Loading.gif") no-repeat scroll 50% 50%;
    overflow: hidden;
    width: 298px;
    float: left;
    margin-bottom: 3px
}

.picNews1 a {
    display: block;
    line-height: 0
}

.picNews1 img {
    width: 298px;
    height: 168px;
}

.picNews1 .picTit {
    background: #1f4ac0;
    font-size: 14px;
    line-height: 25px;
    width: 298px;
    height: 168px;
}

.picNews1 .picTit a {
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    width: 260px;
    padding-top: 30px;
}

/*圖片列表組件2*/
.picNews2 {
    background: #f1f1f1 url("//www.news.cn/2015/img2015/Loading.gif") no-repeat scroll 50% 50%;
    overflow: hidden;
    position: relative;
    width: 598px;
    height: 336px;
    float: left
}

.picNews2 .picImg a {
    display: block;
    line-height: 0
}

.picNews2 .picImg img {
    width: 598px;
    height: 336px;
}

.picNews2 .picBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.picNews2 .picTit {
    bottom: 0;
    color: #ffffff;
    height: 50px;
    left: 0;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.picNews2 .picTit a {
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
}

/*圖説*/
.part4{ margin-top:40px}
.focusBox4 {
	width: 1200px;
	height: 625px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.focusBox4 .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}
.focusBox4 .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
.focusBox4 .swiper-wrapper .swiper-slide .title {
	position: absolute;
	left: 2%;
	bottom: 25px;
	width: 96%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	font-size: 22px;
	text-align: center;
}
.focusBox4 .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.focusBox4 .swiper-pagination {
	text-align: center;
	left: 0
}
.focusBox4 .swiper-button-next, .focusBox6 .swiper-button-prev {
}
.focusBox4 .swiper-pagination-bullet {
	opacity: 1;
}
.focusBox4 .swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}
.focusBox4 .swiper-pagination-white .swiper-pagination-bullet-active {
	width: 33px;
	background: rgb(54,159,74);
	background: -moz-linear-gradient(left, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
	background: -webkit-linear-gradient(left, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
	background: linear-gradient(to right, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369f4a', endColorstr='#69e277', GradientType=1 );
	border-radius: 10px;
}
/*縱觀端午*/
.partsp {
	width: 100%;
	height: 400px;
	padding-top:20px;
}
.part04_top {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	padding-top: 10px;
}
.part04_top .swiper-button-next, .part04_top .swiper-button-prev {
	width: 40px;
	height: 78px;
	margin-top: -48px;
}
.part04_top .swiper-button-next {
	background: url(//www.news.cn/politics/2023fxbd/images/right.png) 0px 0px no-repeat;
	right: -85px;
}
.part04_top .swiper-button-prev {
	background: url(//www.news.cn/politics/2023fxbd/images/left.png) 0px 0px no-repeat;
	left: -85px;
}
.part04_top .swiper-container {
	width: 1200px;
}
.part04_top .swiper-slide {
	width: 340px;
	height: auto;
	overflow: hidden;
}
.part04_top .swiper-slide img {
	width: 100%;
	height: auto;
}
.part04_top .swiper-slide .tit {
	z-index: 4;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
	padding: 10px;
	text-align: left;
}
.part04_top .swiper-slide .tit a {
	color: #333;
}
.part04_top .swiper-slide .tit p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 2px;
	height: 67px;
	overflow: hidden;
	text-align: left;
	border-top:1px dotted #9c9c9c;
	padding-top:10px;
	margin-top:8px;
}
.part04_top .swiper-slide .tit:after {
	content: '';
	width: 100%;
	height: 0px;
	background: rgb(136,197,100);
	background: -moz-linear-gradient(left, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
	background: -webkit-linear-gradient(left, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
	background: linear-gradient(to right, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6999c5', endColorstr='#9fb0bf', GradientType=1 );
	position: absolute;
	left: 0;
	bottom: 0px;
}
/*視頻*/

.byll_box {
	width: 100%;
	max-width: 1920px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}
.byll_box .tab2 {
	width: 100%;
	position: relative;
	margin-top: 32px;
}
.byll_box_left {
	float: left;
	width: 640px;
	height: 570px;
	background: url(//www.news.cn/politics/2023qmzt/index/images/spbg.png) no-repeat;
}
.byll_pics {
	width: 1450px;
	height: 410px
}
.byll_pics .swiper-container {
	width: 100%;
	height: 410px
}
.byll_pics .swiper-container .swiper-slide {
	height: 410px
}
.byll_nr {
	width: 319px;
	height: 396px;
	margin: 0 auto;
	position: relative;
	background: #fff
}
.byll_nr:after {
	content: '';
	width: 100%;
	height: 10px;
	background: rgb(136,197,100);
	background: -moz-linear-gradient(left, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
	background: -webkit-linear-gradient(left, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
	background: linear-gradient(to right, rgba(136,197,100,1) 0%, rgba(93,125,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6999c5', endColorstr='#9fb0bf', GradientType=1 );
	position: absolute;
	left: 0;
	bottom: -10px
}
.byll_nr .tit {
	width: 90%;
	height: 100px;
	margin: 0 auto;
	font-size: 22px;
	color: #242a39;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden
}
.byll_nr .tit a {
	color: #242a39
}
.byll_nr .text {
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 15px;
	height: 25px;
	overflow: hidden
}
.byll_nr .more {
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
	padding-left: 5%
}
.byll_nr .more a {
	font-size: 18px;
	color: #000
}
.byll_jt_left {
	width: 60px;
	height: 60px;
	background: url(//www.news.cn/politics/2023qmzt/index/images/left.png) no-repeat;
	position: absolute;
	top: 180px;
	left: -215px
}
.byll_jt_right {
	width: 60px;
	height: 60px;
	background: url(//www.news.cn/politics/2023qmzt/index/images/right.png) no-repeat;
	position: absolute;
	top: 180px;
	left: -135px
}
.byll_jt_left:hover {
	background: url(//www.news.cn/world/ciie2021/images/byll_left02.png) no-repeat
}
.byll_jt_right:hover {
	background: url(//www.news.cn/world/ciie2021/images/byll_right02.png) no-repeat
}
.byll_nr .tit span {
	display: inline-block;
	line-height: 28px;
	border: 1px solid #242a39;
}
.byll_box .tab2 {
	width: 100%;
	position: relative;
}
.byll_box .tab2 .tab_menu2 {
	float: left;
	width: 230px;
	height: 305px;
	margin-left: 255px;
	margin-top: 130px
}
.byll_box .tab2 .tab_menu2 li {
	width: 230px;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	font-size: 24px;
	color: #178df5;
	margin-top: 20px
}
.byll_box .tab2 .tab_menu2 li a {
	color: #178df5
}
.byll_box .tab2 .tab_box2 {
	width: 1450px;
	height: 410px;
	position: absolute;
	left: 565px;
	top: 80px
}
.byll_box .tab2 .tab_menu2 .selected2 {
	background-color: #114198;
	cursor: pointer;
	color: #fff;
}
.byll_box .tab2 .tab_menu2 .selected2 a {
	color: #fff;
}
.byll_box .tab2 .hide {
	display: none
}
.byll_box .tab2 .tab_box2 .swiper-lazy-preloader {
	width: 317px;
	height: 177px;
	position: absolute;
	left: 1px;
	top: 1px;
	margin-left: 0;
	margin-top: 0
}
.byll_box .tab2 .tab_box2 .swiper-lazy-preloader:after {
	display: none;
}
/*習俗*/
.part6 {
	background: url(//www.news.cn/politics/2023dwzt/images/part04Bg.jpg) 0 0 repeat;
	width: 100%;
	height: 744px;
	overflow: hidden;
	margin-top: 40px;
	position:relative;
}
.focusBox6 {
	width: 1061px;
	height: 580px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.focusBox6 .swiper-wrapper .swiper-slide img {
	width: 1061px;
	height: 580px;
}
.focusBox6 .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
	display: none;
}
.focusBox6 .swiper-wrapper .swiper-slide .title {
	position: absolute;
	left: 2%;
	bottom: 25px;
	width: 96%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	font-size: 24px;
	text-align: center;
	display: none;
}
.focusBox6 .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.focusBox6 .swiper-pagination {
	text-align: center;
	left: 0;
	display: none;
}
.part6 .swiper-button-prev{ width:36px; height:42px; background:url(//www.news.cn/politics/2023dwzt/images/left02.png) no-repeat; left: 50%;
    margin-left: -600px;}
.part6 .swiper-button-next{ width:36px; height:42px; background:url(//www.news.cn/politics/2023dwzt/images/right02.png) no-repeat; left: 50%;
    margin-left: 555px;}
.part6 .swiper-button-next, .part6 .swiper-button-prev {
	top:420px;
	display: none;
}
.part6:hover .swiper-button-next, .part6:hover .swiper-button-prev {
	display: block;
}
.part6 .swiper-pagination-bullet {
	opacity: 1;
}
.part6 .swiper-pagination-white .swiper-pagination-bullet {
	background: #00a8ff;
}
.part6 .swiper-pagination-white .swiper-pagination-bullet-active {
	width: 73px;
	background: rgb(54,159,74);
	background: -moz-linear-gradient(left, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
	background: -webkit-linear-gradient(left, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
	background: linear-gradient(to right, rgba(54,159,74,1) 0%, rgba(105,226,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3885ec', endColorstr='#0bbafb', GradientType=1 );
	border-radius: 10px;
}
/*列表*/
.list {
    /*padding-top: 100px; margin-top: -100px; */
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 5;
	width:688px;
}

.list .item {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #bfbfbf
}

.list .item .tit {
    font-size: 20px;
    line-height: 30px
}

.list .item .tit i {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-style: normal
}

.list .item .tit i.red {
    background: #e10e0e
}

.list .item .tit i.blue {
    background: #027bfb
}

.list .item .tit i.orange {
    background: #f60
}

.list .item:hover {
    background: #fdfdfd
}

.list .item:hover .share {
    width: 140px
}
.item-style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-style1 .img {
    margin-right: 18px;
    width: 300px;
    height: 174px;
    overflow: hidden;
    border-radius: 0px;
}

.item-style1 .img img {
    width: 100%;
}

.item-style1 .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.item-style1 .txt .tit {
    margin-top: -3px;
    height: auto;
	font-weight:bold;
	margin-bottom:10px;
}
.zhaiyao{ color:#737373;}

.item-style1 .txt .info {
    margin-top: 5px
}
/*圖片列表*/
.imgbox{ width:474px; height:268px; position:relative; margin-top:24px;}
.imgbox .img,
.imgbox img {
    width:474px; height:268px;
    position: relative;
    z-index: 1
}
.imgbox .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 10px 10px;
	text-align:center;
	font-size:18px;
	line-height:26px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}
.imgbox .tit a{ color:#fff;}
/*欄目條*/
.Blmt {
	width: 1200px;
	text-align: center;
	margin: 25px auto 0 auto;
}
.footer {
	background: #2456cb;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer p {
	padding: 5px;
}