/*========================================================*/
/*-------最新消息區塊--------*/
/*========================================================*/
/*大標*/
			.in_tit_area {
				position:relative;
				padding:0px 0px  20px;
			}
				.in_tit {
					color: #000000;
    				font-size: 16px;
					line-height:24px;
					font-weight:bold;
					padding-bottom: 15px;
    				border-bottom: 1px dashed #707070;
				}
				

				.in_tit.in_t{
					padding-top:15px;
				}
				
				.in_tit.in_t a{
					color: #2a7fb8;
					font-size: 20px;
					border-bottom: 1px solid #2a7fb8;
					text-decoration:none;
					padding-bottom:15px;
				}



			/*內頁大標*/
			.in_tit_areain{
				position: relative;
    			padding: 20px 0px 0px;
				}






			/*網編區*/
			.text_area {
				font-size:15px;
				line-height:23px;
				color:#333;
				min-height: 100px;
				overflow-x: auto;				
			}
			
			.text_area img{
				max-width:100%;
				height:auto;
			}





			@media (max-width: 990px){
				.left{
					float:none;
					width:100%;
					padding:0px;
					position:relative;
					margin-top: 15px;
				}
					.leftSortTit{
    					padding: 10px 25px 10px;
					}
					.leftSortTit >a {
						border-bottom: none;
						padding-bottom: 0px;
					}
					
					.left:after{
						display:none;
					}

					
					.leftSortTit:after{
						content: '';
						position: absolute;
						border-left: solid 4px rgba(0,0,0,0);
						border-right: solid 4px rgba(0,0,0,0);
						border-bottom: solid 4px rgba(0,0,0,0);
						border-top: solid 6px #007bc7;
						/* top: 16px; */
						top: 19px;
						/* left: 28px; */
						right: 20px;
						transition: 0.5s ease all;
					}
					
					.leftSortTit.active:after{
						-webkit-transform: rotate(180deg); /*Firefox*/
						-moz-transform: rotate(180deg); /*Chrome*/
						-ms-transform: rotate(180deg); /*IE9 、IE10*/
						-o-transform: rotate(180deg); /*Opera*/
						transform: rotate(180deg);
						top:18px;
						transition: 0.5s ease all;
					}
					
					/*左選單*/

					.leftListArea {
						display:none;
						min-height: auto;
					}
					

					
				.right{
					float:none;
					width:100%;
					margin-top:20px;
				    padding: 13px 15px 30px;
				}
					/*內頁大標*/
					.in_tit {
						font-size: 20px;
						line-height: 26px;
					}


			}
			
			
			
			
			@media (max-width: 660px){
						
				.in_tit_areain {
					padding:0px;
				}
			}			
			

			