#showimg
{
	/*background-color: #BC1A1D;*/
	width:auto; 
	height:auto;
	margin:0 auto;
	overflow:visible;
}
.a1{ 
	height:70px; 
	width:1606px; 
	margin:8px auto;
}
.a3l{ 
	background-color: #333333; 
	height:760px; 
	width:245px; 
	margin:0 auto;
	float:left;
	overflow:hidden;
}
.a3r{ 
	/*background-color: #333333; */
	height:auto;
	width:1352px;
	margin:0px 0px 0px 8px;
	font-family: "微软雅黑";
	font-size: 14px;
	float:left;
	overflow:hidden;
}
.a3r-t{ 
	height:710px;
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.a3r-title{
	font-size: 16px;
	width:100%;
	height:auto;
	margin:15px auto;
}
.a3r-tl{
	height:100%;
	width:690px;
	margin:0px auto;
	float:left;
	overflow:hidden;
}
.a3r-tl-l{
	height:32px;
	width:100%;
	margin:0px auto;
}
.a3r-tl-b{
	height:35px;
	width:100%;
	margin:0px auto;
}
.a3r-tl-t{
	width:100px;
	height:100%;
	text-align:right;
	line-height: 32px;
	float:left;
}
.a3r-tl-t1{
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 32px;
	float:left;
}
.a3r-tl-t2{
	color:#F94803;
	font-size: 18px;
	font-weight:bold;
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 32px;
	float:left;
}
.a3r-tl-t3{
	color:#F90307;
	font-size: 16px;
	font-weight:bold;
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 32px;
	float:left;
}
.a3r-tl-t5{
	color:#B81FF3;
	font-size: 16px;
	font-weight:bold;
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 32px;
	float:left;
}
.a3r-tl-t6{
	color:#019EF5;
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 32px;
	float:left;
}
.a3r-tl-v{
	width:100px;
	height:100%;
	text-align:right;
	line-height: 35px;
	float:left;
}
.a3r-tl-buy{
	width:560px;
	height:100%;
	margin:0px 0 0 20px;
	line-height: 35px;
	float:left;
}
.a3r-tr{
	border-color:#F0F0F0;
	height:auto;
	width:610px;
	margin:0px 0px 0px 20px;
	float:left;
}
.a3r-trt{ 
	color:#000000;
	border-style:solid;
	border-width: 1px;
	border-radius: 5px;
	border-color:#F0F0F0;
	font-size: 16px;
	background-color: rgba(0,0,0,0.01);
	height:auto;
	width:610px;
	padding:10px;
	overflow:hidden;
	line-height: 24px;
}
.a3r-trb{ 
	height:10px;
	width:610px;
}
.a3r-buy{ 
	height:100%;
	width:100%;
	margin:0px 100px;
	overflow:hidden;
}
.a3l-t{
	/*background-color:#505050;*/
	color:#FFFFFF;
	width:100%;
	height:50px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.a3l-list{
	color:#ffffff;
	width:243px;
	height:700px;
	margin: 0px auto auto 0px;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
}
/*<div id="divContent" style="margin: 7px 0px; clear: both; overflow: scroll; overflow-x: hidden;
            text-align: left; width: 1340px; padding: 0px 10px 0px 0px;" onscroll= "KeepScrollBar()">*/
.a3l-list::-webkit-scrollbar {
   width: 10px;
}
.a3l-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(63,121,236,1);
}
.a3l-list::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(51,51,51,1);
}
.a3l-list-icon{
	width:225px;
	height:110px;
	margin: 5px auto auto 5px;
	overflow:hidden;
}
.a3l-list-iconS{
	/*border-style:solid;
	border-width: 3px;
	border-color:#0BF567;*/
	outline-style:solid;
	outline-width:3px;
	outline-color:#FFFFFF;
	width:225px;
	height:110px;
	margin: 5px auto auto 5px;
	overflow:hidden;
}
.a3l-list-img{
	width:100%;
	height: 100%;
}

.gallery-container {
            max-width: 1312px;
            margin: 0 auto;
            background-color: white;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
.main-image {
            width: 100%;
            height: 710px;
            object-fit: contain;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        
.thumbnail-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }
        
.thumbnail {
            width: 180px;
            height: 120px;
            object-fit: cover;
            cursor: pointer;
            border: 2px solid transparent;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        
.thumbnail:hover {
            border-color: #4CAF50;
            transform: scale(1.05);
        }
        
.thumbnail.active {
            border-color: #4CAF50;
            box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
        }

.video-container {
            width: 1312px;
            height: 745px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

.video_article_text
{
	margin:10px 10px 10px 10px;
	font-family: "微软雅黑";
	font-size: 16px;
}