﻿/*
body {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter:gray;
	-webkit-transform: translateZ(0);
}
*/

body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {
        margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
}


* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
}
html,body {
	width: 100%;
	height: 100%;
	background: url("/tlgtj/resource/cms/2017/07/bg.png");
}
.wrapper {
	width: 1003px;
	background: #fff;
	margin: 0 auto;
}
.wrap {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}
.header {
	width: 980px;
	height: 282px;
}
.info {
	width: 980px;
	height: 35px;
	background: url("/tlgtj/resource/cms/2017/07/info-bg.png") repeat-x;
}
.date {
	float: left;
	padding-left: 8px;
	line-height: 35px;
	color: #313131;
	font-size: 14px;
}
.date p {
	float: left;
	padding-right: 10px;
}
.date span {
	float: left;
	padding-right: 8px;
}
.search {
	float: right;
	margin-right: 5px;
}
.search img {
	margin-top: 5px;
	float: left;
}
.text {
	width: 150px;
	height: 21px;
	outline: none;
	border: 1px solid #c4c4c4;
	color: #c4c4c4;
	padding: 0 6px;
	line-height: 21px;
	font-size: 12px;
	margin-top: 6px;
	float: left;
	margin-right: 6px;
}

.btn {
	width:: 37px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #59b3ee;
	border: 1px solid #3199e3;
	color: #fff;
	font-size: 14px;
	margin-top: 6px;
	cursor: pointer;
}
.logo {
	width: 980px;
	height: 200px;
}
.logo img {
	width: 980px;
	height: 200px;
	display: block;
}
.nav {
	width: 980px;
	height: 45px;
	margin-top: 2px;
	background: url("/tlgtj/resource/cms/2017/07/nav-bg.png");
}
.nav ul {
	width: 980px;
	height: 45px;
	padding: 0 22px;
}
.nav ul li {
	width: 85px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	background: url("/tlgtj/resource/cms/2017/07/nav-tip.png") right center no-repeat;
}
.nav ul li.no-bg {
	background: none;
}
.nav ul li a {
	color: #fff;
	width: 85px;
	display: block;
	height: 45px;
	font-size: 14px;
	font-weight: 700;
}
.main {
	width: 980px;
	margin-top: 12px;
	height: 2151px;
	background: #fff;
}

.main-left {
	float: left;
	width: 710px;
}
.news {
	width: 710px;
	height: 315px;
}

.news-tit {
	width: 710px;
	height: 34px;
	background: url("/tlgtj/resource/cms/2017/07/news-bg.png");
}
.news-tit a {
	line-height: 34px;
	padding-left: 26px;
	color: #01499a;
	font-size: 14px;
}

.news-tit span {
	float: right;
	margin-right: 30px;
	color: #808080;
	line-height: 38px;
	font-size: 12px;
}

.news-box {
	width: 710px;
	height: 281px;
	border: 1px solid #b8daf3;
	padding: 15px 0 0 15px;
	border-top: 0;
}

.newspic {
    overflow: hidden;
    height: 245px;
    width: 330px;
    float: left;
    margin-right: 19px;
    border: 1px solid #d1d1d1;
}
.focusBox {
    position: relative;
    width: 330px;
    height: 245px;
    overflow: hidden;
}
.pic li {
	width: 330px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.pic li a img {
	width: 330px;
	height: 245px;
	display: block;
	border: 0;
}
.txt-bg {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 30px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}
.txt {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    height: 30px;
    width: 60%;
    overflow: hidden;
}
.txt li {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: -15px;
}
.txt li a {
	color: #fff;
	font-size: 12px;
}
.num {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    right: 5px;
    overflow: hidden;
    height: 16px;
}
.num li {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 16px;
    background: #666;
}
.num li a {
	font-size: 10px;
	color: #fff;
}
.num li.on {
	background: #cc0000;
}
.news-list {
	float: left;
}
.news-list ul li {
	line-height: 26px;
	background: url("/tlgtj/resource/cms/2017/07/icon.png") left center no-repeat;
}
.news-list ul li a {
	color: #434343;
	font-size: 14px;
	padding-left: 10px;
}
.news-list ul li a:hover {
	color: #d00004;
}
.video {
	width: 350px;
	height: 315px;
	float: left;
	margin-top: 10px;
}

.video-tit {
	width: 350px;
	height: 34px;
}
.video-tit {
	width: 350px;
	height: 34px;
	background: url("/tlgtj/resource/cms/2017/07/video-tit-bg.png");
}
.video-tit1 {
	width: 350px;
	height: 34px;
}
.video-tit1 {
	width: 350px;
	height: 34px;
	background: url("/eportal/imageDir/tlgtj/2022/06/2022063011512794656.jpg");
}
.video-tit-txt {
	line-height: 38px;
	padding-left: 26px;
	color: #01499a;
	font-size: 14px;
	font-weight: 700;
}
.more {
	float: right;
	margin-right: 26px;
	color: #808080;
	font-size: 12px;
	line-height: 34px;
}
.video-main {
	border: 1px solid #b8daf3;
	border-top: none;
	width: 350px;
	height: 281px;
	padding-top: 10px;
	padding-left: 12px;
}
.video-main dl {
	float: left;
	margin-right: 18px;
	width:  150px;
}
.video-main dl.no-mr {
	margin-right: 0;
}
.video-main dl dt {
	width: 150px;
	height: 110px;
	padding: 2px 0 0 2px;
	border: 1px solid #cccccc;
}
.video-main dl dt a {
	width: 150px;
	height: 110px;
	display: block;
}
.video-main dl dt a img {
	width: 144px;
	height: 104px;
	display: block;
}
.video-main dl dd {
	margin-top: 12px;
}
.video-main dl dd a {
	text-align: center;
	color: #434343;
}
.video-pic {
	width: 319px;
	height: 77px;
	float: left;
	margin-top: 15px;
}
.video-pic a {
	width: 319px;
	height: 77px;
	display: block;
}
.video-pic a img {
	width: 319px;
	height: 77px;
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.banner {
	width: 710px;
	height: 80px;
	float: left;
	margin-top: 10px;
}
.banner a {
	width: 710px;
	height: 80px;
	display: block;
}
.banner a img {
	width: 710px;
	height: 80px;
	display: block;
}
.main-right {
	width: 260px;
	float: right;
}

.notice {
	width: 260px;
	height: 180px;
}
.notice-tit {
	width: 260px;
	height: 30px;
	background: url("/tlgtj/resource/cms/2017/07/notice-tit-bg.png");
}
.notice-tit a {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
}
.notice-main {
	width: 260px;
	height: 150px;
	border: 1px solid #dedede;
	border-top: 0;
	background: url("/tlgtj/resource/cms/2017/07/notice-list-bg.png") repeat-x;
	padding: 14px 0 0 14px;
}
.notice-main ul li {
	background: url("/tlgtj/resource/cms/2017/07/icon2.png") left center no-repeat;
	margin-bottom: 9px;
}
.notice-main ul li a {
	color: #434343;
	font-size: 14px;
	padding-left: 10px;
}
.notice-main ul li a:hover {
	color: #d00004;
}
.notice-main ul li span {
	float: right;
	margin-right: 15px;
	color: #808080;
	font-size: 12px;
}
.open {
	height: 245px;
	margin-top: 10px;
}
.open-main {
	width: 260px;
	height: 215px;
	border: 1px solid #dedede;
	border-top: 0;
	padding-top: 12px;
	background: url("/tlgtj/resource/cms/2017/07/notice-list-bg.png") repeat-x;
}
.open-main a {
	width: 240px;
	height: 30px;
	display: block;
	background: url("/tlgtj/resource/cms/2017/07/open-bg.png");
	line-height: 30px;
	text-align: center;
	color: #434343;
	font-size: 14px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.open-main a.no-open {
	background: url("/tlgtj/resource/cms/2017/07/no-open.png");
	color: #fff;
}
.server {
	height: 160px;
	margin-top: 10px;
}
.server-main {
	height: 130px;
}
.hot {
	width: 260px;
	margin-top: 10px;
}
.hot-main {
	width: 260px;
	height: 275px;
	border: 1px solid #dedede;
	border-top: 0;
	background: url("/tlgtj/resource/cms/2017/07/notice-list-bg.png") repeat-x;
	padding-top: 10px;
}
.hot-main a {
	width: 230px;
	height: 54px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.hot-main a img {
	width: 230px;
	height: 54px;
	display: block;
}
.party {
	margin-top: 10px;
}
.speak {
	height: 180px;
	margin-top: 10px;
}
.speak-main {
	width: 260px;
	height: 150px;
	border: 1px solid #dedede;
	border-top: 0;
	background: url("/tlgtj/resource/cms/2017/07/notice-list-bg.png") repeat-x;
	padding-top: 10px;
}
.speak-box {
	width: 240px;
	height: 130px;
	margin: 0 auto;
	background: url("/tlgtj/resource/cms/2017/07/zhibobg.png");
	padding: 10px 0 0 10px;
}
.speak-box p {
	color: #313131;
	font-size: 14px;
	margin-bottom: 8px;
}

.speak-box span {
	margin-top: 12px;
	text-align: center;
	width: 240px; 
	display: block;
}
.speak-box span a {
	font-size: 16px;
	color: #434343;
}
.office {
	height: 370px;
	margin-top: 10px;
}
.office-main {
	height: 340px;
	width: 260px;
	border: 1px solid #dedede;
	border-top: 0;
	background: url("/tlgtj/resource/cms/2017/07/notice-list-bg.png") repeat-x;
	padding-top: 11px;
}
.office-main a {
	width: 230px;
    height: 30px;
    display: block;
    background: url(/tlgtj/resource/cms/2017/07/bugr.png);
    line-height: 30px;
    text-align: center;
    color: #434343;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 11px;
}

.bo {
	width: 260px;
    height: 220px;
    border: 1px solid #dedede;
  	margin-top: 10px;
}
.bo img {
	width: 258px;
	height: 210px;
	display: block;
}
.link {
	width: 980px;
	margin-top: 10px;
	height: 170px;
	border: 1px solid #b8daf3;
	float: left;
	padding: 0 0 0 15px;
}


.link p {
	background: url("/tlgtj/resource/cms/2017/07/right_2.png");
	width: 940px;
	height: 51px;
}
.link p a {
	padding: 13px 0 0 20px;
	float: left;
}
.link-box {
	padding-top: 15px;
}
.link-box a {
	width: 180px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.link-box a img {
	width: 180px;
	height: 40px;
	display: block;
}
.footer {
	width: 980px;
	height: 220px;
	border-top: 4px solid #01499a;
	margin-top: 20px;
	padding-top: 20px;
}
.footer-box {
	width: 980px;
	text-align: center;
}
.footer-box p {
	padding-bottom: 10px;
	color: #313131;
	font-size: 12px;
}
.footer-box p a {
	color: #ff0000;
	font-size: 14px;
}

.footer-pic {
	width: 980px;
	text-align: center;
	height: 80px;
}
.footer-pic a {
	width: 118px;
	height: 48px;
	display: inline-block;
	margin-right: 6px;
}
.footer-pic a img {
	width: 118px;
	height: 48px;
	display: block;
}
.footer-pic p {
	display: inline-block;
}
.footer-pic p a.red {
	width: 80px;
	height: 80px;
	display: inline-block;
}
.footer-pic p a.red img {
	width: 80px;
	height: 80px;
	display: inline-block;
}
.clear {
	clear: both;
}


.columns {
	width: 980px;
	float: left;
	margin-top: 10px;
	
}


.columns-left {
	float: left;
	width: 710px;
	border: 1px solid #e6e6e6;

}
.list-box {
	width: 660px;
	
	margin: 0 auto;

}
.list-tit {
	width: 660px;
	height: 51px;
	background: url("/tlgtj/resource/cms/2017/07/list-tit.png");
}
.list-tit a {
	color: #434343;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	line-height: 50px;
}
.list-tit a:hover {
	color: #d00004;
}
.list-con {
	width: 660px;
	margin-top: 10px;
}

.list-con ul {
	width: 660px;
}

.list-con ul li {
	background: url("/tlgtj/resource/cms/2017/07/list-icon.gif") left center no-repeat;
	width: 660px;
	height: 30px;
	line-height: 30px;
}
.list-con ul li a {
	color: #434343;
	padding-left: 30px;
	font-size: 14px;
}
.list-con ul li a:hover {
	color: #d00004;
}
.list-con ul li span {
	float: right;
	color: #808080;
	font-size: 12px;
}

.col-page {
	width: 660px;
	margin: 20px 0;
}
.col-page-box {
	text-align: center;
}
.col-page-box a {
	padding: 5px 8px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin-right: 5px;
    color: #666;
    font-size: 12px;
}

.col-page-box a.page-on {
	background: #194f9b;
	color: #fff;
}	
.page-jump {
	color: #666;
	display: inline-block;
	margin-left: 15px;
    font-size: 12px;
}
.page-jump label {
	color: #666;
    font-size: 12px;
}

.page-jump input {
	width: 40px;
	height: 24px;
	line-height: 25px;
	padding: 2px;
	outline: none;
	margin: 0 3px;
}


.list-right-tit {
	width: 248px;
	height: 51px;
	background: url("/tlgtj/resource/cms/2017/07/list-right-tit.png");
}
.list-right-tit a {
	color: #434343;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	line-height: 46px;
}



.list-right-tit2 {
	width: 258px;
	height: 30px;
	background: url("/tlgtj/resource/cms/2017/07/notice-tit-bg.png") repeat-x;
}
.list-right-tit2 a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding-left: 30px;
	line-height: 30px;
}
.list-right-tit a:hover {
	color: #d00004;
}

.list-right-box {
	width: 260px;
	
	padding: 10px 0;
}
.list-right-box2 {
	background: url("/tlgtj/resource/cms/2017/07/bg-bg.png") repeat-x;
}
.list-right-box a {
	width: 240px;
    height: 30px;
    display: block;
    background: url(/tlgtj/resource/cms/2017/07/open-bg.png);
    line-height: 30px;
    text-align: center;
    color: #434343;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
}


.content {
	width: 980px;
	margin: 0 auto;
}

.content-box {
	width: 980px;
	float: left;
	border: 1px solid #e4e3e3;
	border-top: 2px solid #194f9b;
}
.content-boxs {
	width: 980px;
	float: left;
	border: 1px solid #e4e3e3;
	padding-top: 20px;
}
.con-item {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 1px dotted #e1e1e1;
}
.contents-main {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
}
.con-item-box {
	float: left;
	padding-top: 10px;
}
.con-item-box span {
	width: 4px;
	height: 17px;
	background: #f5ad00;
	float: left;
	margin-right: 15px;
}
.con-item-box p {
	float: left;
	color: #313131;
	font-weight: 700;
	font-size: 14px;
}
.con-item-box1 {
	width: 610px;
}
.con-item-box2 {
	width: 280px;
}
.con-item-box4 {
	width: 305px;
}
.con-item-box label {
	color: #434343;
}
.con-text {
	width: 920px;
	margin: 20px auto;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}






.contents-main h1 {
	font-size: 24px;
	color: #000;
	font-size: 900;
	text-align: center;
	margin-bottom: 20px;

}
.contents-info {
	width: 920px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	border-bottom: 1px solid #999999;
}
.contents-info p {
	float: left;
	width: 305px;
	font-size: 12px;
}
.contents-info p span {
	font-size: 12px;
}
.contents-text {
	margin: 25px 25px 0 40px;
}
.contents-text p {
	color: #000;
	line-height: 30px;
	text-indent: 2rem;
}
.contents-page {
	margin-top: 85px;
	width: 100%;
	height: 50px;
	
}
.contents-page a {
	padding-top: 15px;
	color: #000;
	font-size: 12px;
}
.contents-page a label {
	color: #1e3c97;
	font-size: 12px;
	cursor: pointer;
}
.page-up {
	float: left;
	margin-left: 25px;
}
.page-down {
	float: right;
	margin-right: 25px;
}

.col-lacal {
	width: 980px;
	margin: 0 auto;
	height: 33px;
	line-height: 33px;
}

.col-lacal p {
	float: right;
	color: #000;
}
.col-lacal p a {
	color: #000;
}
















.columns-right {
	width: 260px;
	float: right;
	border: 1px solid #e6e6e6;
}



.leader-box {
	width: 660px;
}
.leader-box img {
	width: 660px;
	height: 94px;
	display: block;
}
.leader-box dl {
	margin-left: 28px;
	height: 315px;
	margin-bottom: 20px;
	background: url("/tlgtj/resource/cms/2017/07/1312171549190411.png") bottom center no-repeat;
}
.leader-box dl dt {
	float: left;
	width: 185px;
	height: 235px;
}
.leader-box dl dt img  {
	width: 185px;
	height: 235px;
	display: block;
}
.leader-box dl dd {
	float: left;
	width: 395px;
	margin-left: 15px;
	padding-top: 15px;
}
.leader-box dl dd strong {
	color: #313131;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.leader-box dl dd span {
	font-size: 12px;
	color: #313131;
	display: block;
	padding-bottom: 15px;
}
.leader-box dl dd p {
	font-size: 12px;
	color: #313131;
}


.fanye{
	width:802px; height:22px; margin:20px 0 20px 0  ; float:left;
}
.fanye a{
	color:#000; font-size:16px;margin-left:6px; line-height:20px;text-decoration:none; float:left;
}

.fanye a:hover{
	color:#f00; font-size:16px;margin-left:6px; line-height:20px;text-decoration:none; float:left;
}

.fanye1{
width:42px; height:20px; margin-left:50px; float:left; border:1px solid #dddddd; text-align:center;
}
.fanye2{
width:60px; height:20px; margin-left:20px; float:left; border:1px solid #dddddd; text-align:center;
}


.fanye3{
width:400px; height:20px; margin-left:20px; float:left;
}